Template:Tool infobox: Difference between revisions
Jump to navigation
Jump to search
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> |
Revision as of 08:39, 14 October 2018
Author(s) | {{{authors}}} |
---|---|
Platform support | Cross-platform |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | no description | String | required |
authors | authors | no description | String | suggested |
source | source | no description | URL | suggested |
license | license | no description | String | suggested |
written_in | written_in | no description | Unknown | suggested |
win_only | win_only | no description
| Boolean | suggested |
website | website | no description | URL | optional |