6,366
editsMore actions
add tdata
(Add to category) |
(add tdata) |
||
Line 23: | Line 23: | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | |||
== Template data == | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "name", | |||
"description": "The name of the weapon action, without (Weapon Action)", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "size", | |||
"description": "The size of the icon.", | |||
"type": "number", | |||
"default": "40" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"1", | |||
"2" | |||
] | |||
} | |||
</templatedata></noinclude> |