Difference between revisions of "Template:Infobox zkunit"

From Zero-K
Jump to navigation Jump to search
(created unit infobox)
 
(Don't want type icons to be clickable (at least for now).)
 
(43 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
<noinclude>[[Category:ZK Infoboxes]]</noinclude>
 +
 
{{ infobox
 
{{ infobox
  
Line 5: Line 7:
 
  |subheaderstyle =
 
  |subheaderstyle =
 
  |title        =  
 
  |title        =  
  |above        = {{{name}}}
+
  |above        = {{{name}}}{{#if:{{{defname|}}}|&#32;({{{defname}}})}}
  |subheader    = {{{description}}}
+
  |subheader    = {{{description|}}}
  
 
  |imagestyle  =  
 
  |imagestyle  =  
 
  |captionstyle =  
 
  |captionstyle =  
  | image     = {{{image}}}
+
  |image       = {{unit image|{{{image|}}}|{{{name}}}}}{{#if:{{{icontype|}}}|&#32;{{#ifexist:File:Uniticon {{{icontype}}}.png|[[File:Uniticon {{{icontype}}}.png|x48px|link=]]|<img src="//manual.zero-k.info/icons/{{{icontype}}}.png" height="48">}}|}}
 +
<!--(disabled as thumbnails are not supported) [[File:Uniticon {{{icontype}}}.png|64px]] -->
 
  |caption      =  
 
  |caption      =  
  
Line 18: Line 21:
  
  
  | header1    = Basic Stats
+
  | header1    = Stats
  
  | label2      = Hit Points
+
  | label2      = Cost
  | data2      = {{{hitpoints}}}
+
  | data2      = {{{cost|}}}
  
  | label3      = Cost
+
  | label3      = Hit Points
  | data3      = {{{cost}}}
+
  | data3      = {{{hitpoints|}}}
  
  | label4     = Vision Radius (elmo)
+
  | label4     = Mass
  | data4       = {{{vision}}}
+
  | data4     = {{{mass|}}}
  
 
  | label5      = Movement Speed (elmo/s)
 
  | label5      = Movement Speed (elmo/s)
 
  | data5      = {{{movespeed|}}}
 
  | data5      = {{{movespeed|}}}
 +
 +
| label6      = Turn Rate (deg/s)
 +
| data6      = {{{turnrate|}}}
 +
 +
| label7      = Energy (E/s)
 +
| data7      = {{{energy||}}}
 +
 +
| label8      = Vision Radius (elmo)
 +
| data8      = {{{sight|}}}
  
 +
| label9      = Sonar (elmo)
 +
| data9      = {{{sonar|}}}
  
  | header30   = Weapons
+
  | label10      = Transportable
 +
| data10      = {{{transportable|}}}
 +
 
 +
| label11    = Altitude (elmo)
 +
| data11      = {{{altitude|}}}
 +
 
 +
| label12    = Grid link range (elmo)
 +
| data12      = {{{gridlink|}}}
 +
 
 +
| header40    = {{#if: {{{abilities|}}} | Abilities | }}
 +
 
 +
| data41      = {{{abilities|}}}
 +
 
 +
| header50   = Weapons
 
   
 
   
  | data31     = {{{weapons|None}}}
+
  | data51     = {{{weapons|None}}}
 +
 
 +
| label95    = Unitname
 +
| data95      = {{{unitname|}}}
  
| header32    = {{#if: {{{abilities|}}} | Abilities |  }}
 
  
| data33      = {{{abilities|}}}
 
  
 
}}
 
}}
 +
 +
<noinclude>
 +
{{Documentation}}
 +
<!-- Please add categories and interwiki links to /doc subpage, not here! -->
 +
</noinclude>

Latest revision as of 23:49, 26 December 2023


{{{name}}}
Stats
Weapons
None


Error creating thumbnail: File missing
Template documentation
[view] [edit] [history] [purge]

Full blank syntax[edit]


{{ Infobox zkunit
<!-- Required fields -->
name =
<!-- Optional fields -->
unitname =
defname =
description =
image =
icontype =
cost =
hitpoints =
mass =
movespeed =
turnrate =
energy =
sight =
sonar =
transportable =
altitude =
gridlink =

abilities =
<!-- Get Template:Infobox zkability ### -->
weapons =
<!-- Get Template:Infobox zkweapon -->
}}


Discrepancies between this representation and the context menu ingame: (The following list may not be exhaustive.)

  • Ingame shields are represented as weapons.
  • Ingame EMP/slow/disarm weapon damage is in the same entry as ordinary damage.