Template:Tool infobox: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
(add templatedata)
imported>Leoetlino
mNo edit summary
Line 19: Line 19:
"name": {
"name": {
"type": "string",
"type": "string",
"required": true
"required": true,
"label": "Name"
},
},
"authors": {
"authors": {
"type": "string",
"type": "string",
"suggested": true
"suggested": true,
"label": "Author(s)"
},
},
"source": {
"source": {
"type": "url",
"type": "url",
"suggested": true
"suggested": true,
"label": "Source code"
},
},
"license": {
"license": {
"type": "string",
"type": "string",
"suggested": true
"suggested": true,
"label": "License",
"example": "GPLv3, MIT, etc."
},
},
"written_in": {
"written_in": {
"suggested": true
"suggested": true,
"label": "Language(s) the tool is written in"
},
},
"win_only": {
"win_only": {
"type": "boolean",
"type": "boolean",
"default": "0",
"default": "0",
"suggested": true
"suggested": true,
"label": "Windows only"
},
},
"website": {
"website": {
"type": "url"
"type": "url",
"label": "Website"
}
}
},
},

Revision as of 08:40, 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
Author(s)authors

no description

Stringsuggested
Source codesource

no description

URLsuggested
Licenselicense

no description

Example
GPLv3, MIT, etc.
Stringsuggested
Language(s) the tool is written inwritten_in

no description

Unknownsuggested
Windows onlywin_only

no description

Default
0
Booleansuggested
Websitewebsite

no description

URLoptional