Template:Tool infobox: Difference between revisions
Jump to navigation
Jump to search
add templatedata
imported>Leoetlino (Created page with "{{Infobox | title = {{{name}}} | label1 = Author(s) | data1 = {{{authors}}} | label2 = Source code | data2 = {{{source|}}} | label3 = License | data3 = {{{license|}}} | label4...") |
imported>Leoetlino (add templatedata) |
||
Line 14: | Line 14: | ||
| data6 = {{{website|}}} | | data6 = {{{website|}}} | ||
}}<noinclude>[[Category: ZeldaMods templates]] | }}<noinclude>[[Category: ZeldaMods templates]] | ||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"type": "string", | |||
"required": true | |||
}, | |||
"authors": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"source": { | |||
"type": "url", | |||
"suggested": true | |||
}, | |||
"license": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"written_in": { | |||
"suggested": true | |||
}, | |||
"win_only": { | |||
"type": "boolean", | |||
"default": "0", | |||
"suggested": true | |||
}, | |||
"website": { | |||
"type": "url" | |||
} | |||
}, | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> | </noinclude> |