Template:Tool infobox: Difference between revisions

Jump to navigation Jump to search
remove tool pages from Category:Guides -- people should read Setting up tools instead
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>
Anonymous user

Navigation menu