Template:Parameter archive infobox: Difference between revisions
Jump to navigation
Jump to search
Template:Parameter archive infobox (view source)
Revision as of 16:04, 9 September 2018
, 6 years agoadd templatedata
imported>Leoetlino No edit summary |
imported>Leoetlino (add templatedata) |
||
Line 9: | Line 9: | ||
</tr></table> | </tr></table> | ||
</div> | </div> | ||
<noinclude>[[Category: ZeldaMods templates]]</noinclude> | <noinclude>[[Category: ZeldaMods templates]]<templatedata> | ||
{ | |||
"params": { | |||
"param_type": { | |||
"label": "File type", | |||
"example": "bgparamlist", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"version": { | |||
"label": "Parameter root version (optional)", | |||
"example": "0", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"type": { | |||
"label": "Parameter root type (optional)", | |||
"example": "xml", | |||
"type": "string", | |||
"suggested": true | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |