Template:Tool infobox: Difference between revisions

m
no edit summary
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"
}
}
},
},
Anonymous user