Template:AampIndexedParam: Difference between revisions
Jump to navigation
Jump to search
imported>Leoetlino (Created page with "{{{key}}} {{#tip-info: <script>alert("test")</script>{{#invoke:AampIndexedParam|get_description|key={{{key}}}|start_idx={{{start_index|}}}}} }}") |
imported>Leoetlino m (fix new line) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{{key}}} {{#tip-info: | {{{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> |
Latest revision as of 18:56, 25 September 2018
{{{key}}}
Shows an AAMP indexed/numbered parameter structure name, with an explanation tooltip
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | key | no description
| String | required |
Start index | start_idx | Number at which indexes start
| Number | optional |