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 (remove tool pages from Category:Guides -- people should read Setting up tools instead) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 14: | Line 14: | ||
| data6 = {{{website|}}} | | data6 = {{{website|}}} | ||
}}<noinclude>[[Category: ZeldaMods templates]] | }}<noinclude>[[Category: ZeldaMods templates]] | ||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"type": "string", | |||
"required": true, | |||
"label": "Name" | |||
}, | |||
"authors": { | |||
"type": "string", | |||
"suggested": true, | |||
"label": "Author(s)" | |||
}, | |||
"source": { | |||
"type": "url", | |||
"suggested": true, | |||
"label": "Source code" | |||
}, | |||
"license": { | |||
"type": "string", | |||
"suggested": true, | |||
"label": "License", | |||
"example": "GPLv3, MIT, etc." | |||
}, | |||
"written_in": { | |||
"suggested": true, | |||
"label": "Language(s) the tool is written in" | |||
}, | |||
"win_only": { | |||
"type": "boolean", | |||
"default": "0", | |||
"suggested": true, | |||
"label": "Windows only" | |||
}, | |||
"website": { | |||
"type": "url", | |||
"label": "Website" | |||
} | |||
}, | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> | </noinclude> |
Latest revision as of 14:27, 22 October 2018
Author(s) | {{{authors}}} |
---|---|
Platform support | Cross-platform |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | no description | String | required |
Author(s) | authors | no description | String | suggested |
Source code | source | no description | URL | suggested |
License | license | no description
| String | suggested |
Language(s) the tool is written in | written_in | no description | Unknown | suggested |
Windows only | win_only | no description
| Boolean | suggested |
Website | website | no description | URL | optional |