Template:Tool infobox: Difference between revisions
Jump to navigation
Jump to search
imported>Leoetlino (add templatedata) |
imported>Leoetlino (remove tool pages from Category:Guides -- people should read Setting up tools instead) |
||
(2 intermediate revisions by the same user not shown) | |||
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" | |||
} | } | ||
}, | }, |
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 |