Template:UnitInfobox: Difference between revisions
From Mechabellum Wiki
No edit summary |
No edit summary |
||
Line 53: | Line 53: | ||
"params": { | "params": { | ||
"image": {}, | "image": {}, | ||
"giant": {}, | "giant": {}, | ||
"type": {}, | "type": {}, | ||
Line 64: | Line 63: | ||
"range": {}, | "range": {}, | ||
"speed": {}, | "speed": {}, | ||
"igdesc": {} | "igdesc": {}, | ||
"mobility": {} | |||
}, | }, | ||
"description": "Infobox for all ingame stats for this unit" | "description": "Infobox for all ingame stats for this unit", | ||
"paramOrder": [ | |||
"image", | |||
"mobility", | |||
"giant", | |||
"type", | |||
"cost", | |||
"units", | |||
"hp", | |||
"atk", | |||
"target", | |||
"atkint", | |||
"range", | |||
"speed", | |||
"igdesc" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 12:41, 30 March 2023
UnitInfobox
Infobox for all ingame stats for this unit
Parameter | Description | Type | Status | |
---|---|---|---|---|
image | image | no description | Unknown | optional |
mobility | mobility | no description | Unknown | optional |
giant | giant | no description | Unknown | optional |
type | type | no description | Unknown | optional |
cost | cost | no description | Unknown | optional |
units | units | no description | Unknown | optional |
hp | hp | no description | Unknown | optional |
atk | atk | no description | Unknown | optional |
target | target | no description | Unknown | optional |
atkint | atkint | no description | Unknown | optional |
range | range | no description | Unknown | optional |
speed | speed | no description | Unknown | optional |
igdesc | igdesc | no description | Unknown | optional |