Difference between pages "Zeno" and "Template:Autoinfobox zkunit"
(Difference between pages)
Jump to navigation
Jump to search
(Weapon override) |
m (Try getting the image by defname.) |
||
Line 1: | Line 1: | ||
− | + | <includeonly>{{ Infobox zkunit | |
− | | | + | <!-- Required fields --> |
− | | | + | |defname = {{{defname}}} |
− | + | |name = {{{name|{{#invoke:UnitData|getData|{{{defname}}}|name}}}}} | |
− | + | <!-- Optional fields --> | |
− | + | |unitname = | |
− | + | |description = {{{description|{{#invoke:UnitData|getData|{{{defname}}}|description}}}}} | |
− | + | |image = {{{image|{{{defname}}}}}} | |
− | + | |icontype = {{{icontype|{{#invoke:UnitData|getData|{{{defname}}}|icontype}}}}} | |
− | + | |cost = {{{cost|{{#invoke:UnitData|getData|{{{defname}}}|cost}}}}} | |
− | + | |hitpoints = {{{hitpoints|{{#invoke:UnitData|getData|{{{defname}}}|hitpoints}}}}} | |
− | + | |mass = {{{mass|{{#invoke:UnitData|getData|{{{defname}}}|mass}}}}} | |
− | + | |movespeed = {{{movespeed|{{#invoke:UnitData|getData|{{{defname}}}|movespeed}}}}} | |
− | + | |turnrate = {{{turnrate|{{#invoke:UnitData|getData|{{{defname}}}|turnrate}}}}} | |
− | + | |energy = {{{energy|{{#invoke:UnitData|getData|{{{defname}}}|energy}}}}} | |
− | + | |sight = {{{sight|{{#invoke:UnitData|getData|{{{defname}}}|sight}}}}} | |
− | + | |sonar = {{{sonar|{{#invoke:UnitData|getData|{{{defname}}}|sonar}}}}} | |
− | + | |transportable = {{{transportable|{{#invoke:UnitData|getData|{{{defname}}}|transportable}}}}} | |
− | }} | + | |altitude = {{{altitude|{{#invoke:UnitData|getData|{{{defname}}}|altitude}}}}} |
− | + | |gridlink = {{{gridlink|{{#invoke:UnitData|getData|{{{defname}}}|gridlink}}}}} | |
− | == | + | |abilities = {{{abilities|{{#invoke:UnitData|printAbilityInfoboxes|{{{defname}}}|true}} }}} |
− | + | |weapons = {{{weapons|{{#invoke:UnitData|printWeaponInfoboxes|{{{defname}}}|true}} }}} | |
− | + | }}</includeonly> | |
− | + | <noinclude> | |
− | + | {{Documentation}} | |
− | {{ | + | <!-- Please add categories and interwiki links to /doc subpage, not here! --> |
+ | </noinclude> |
Revision as of 16:53, 22 June 2024
This template uses Module:UnitData to autogenerate unit infoboxes, transcluding and filling in Template:Infobox zkunit data from Module:UnitData/data. Specific tags can be overridden by manually specifying them, if necessary.
Example usage:
{{Autoinfobox zkunit |defname=striderdetriment |name=Name override }}
The module can also be invoked directly without this template to generate an infobox (note that output may not be identical in some cases; observed with automatic detection of buildpic on Reef):
{{#invoke:UnitData|printInfobox|defname=striderdetriment|name=Name override}}
When invoking from module, defname
may be passed as an anonymous parameter instead.
For more information, see the module page.
The above documentation is transcluded from Template:Autoinfobox zkunit/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |