Template:Tool infobox: Difference between revisions

From ZeldaMods (Breath of the Wild)
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

{{{name}}}
Author(s) {{{authors}}}
Platform support Cross-platform

No description.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
namename

no description

Stringrequired
authorsauthors

no description

Stringsuggested
sourcesource

no description

URLsuggested
licenselicense

no description

Stringsuggested
written_inwritten_in

no description

Unknownsuggested
win_onlywin_only

no description

Default
0
Booleansuggested
websitewebsite

no description

URLoptional