Template:AampIndexedParam: Difference between revisions

add templatedata + category
imported>Leoetlino
m (fix variable name)
imported>Leoetlino
(add templatedata + category)
Line 1: Line 1:
{{{key}}} {{#tip-info: {{#invoke:AampIndexedParam|get_description|key={{{key}}}|start_idx={{{start_idx|}}}}} }}
{{{key}}} {{#tip-info: {{#invoke:AampIndexedParam|get_description|key={{{key}}}|start_idx={{{start_idx|}}}}} }}
<noinclude>
<templatedata>
{
"params": {
"key": {
"label": "Name",
"example": "ItemNum%02d",
"type": "string",
"required": true
},
"start_idx": {
"label": "Start index",
"description": "Number at which indexes start",
"type": "number",
"autovalue": "0"
}
},
"description": "Shows an AAMP indexed/numbered parameter structure name, with an explanation tooltip"
}
</templatedata>
[[Category:ZeldaMods templates]]
</noinclude>
Anonymous user