Template:Infobox software: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 186: | Line 186: | ||
"released": { | "released": { | ||
"label": "Initial release", | "label": "Initial release", | ||
"type": "string" | "type": "string", | ||
"description": "Release date or version string" | |||
}, | }, | ||
| Line 298: | Line 299: | ||
"label": "Project status", | "label": "Project status", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
| Line 388: | Line 364: | ||
"cpu performance", | "cpu performance", | ||
"project status", | "project status", | ||
"type", | "type", | ||
Revision as of 20:01, 19 May 2026
<templatedata> {
"description": "Infobox for software and BOINC project articles",
"params": {
"name": {
"label": "Name",
"description": "Name of the software or project",
"type": "string",
"suggested": true
},
"logo": {
"label": "Logo",
"type": "wiki-file-name"
},
"logo caption": {
"label": "Logo caption",
"type": "string"
},
"screenshot": {
"label": "Screenshot",
"type": "wiki-file-name"
},
"caption": {
"label": "Screenshot caption",
"type": "string"
},
"author": {
"label": "Author",
"type": "string"
},
"developer": {
"label": "Developer",
"type": "string"
},
"maintainer": {
"label": "Maintainer",
"type": "string"
},
"released": {
"label": "Initial release",
"type": "string",
"description": "Release date or version string"
},
"discontinued": {
"label": "Discontinued",
"type": "string"
},
"repository": {
"label": "Repository",
"type": "string"
},
"stable release": {
"label": "Stable release",
"type": "string"
},
"preview release": {
"label": "Preview release",
"type": "string"
},
"latest release version": {
"label": "Latest version",
"type": "string"
},
"latest preview version": {
"label": "Latest preview version",
"type": "string"
},
"programming language": {
"label": "Programming language",
"type": "string"
},
"operating system": {
"label": "Operating system",
"type": "string"
},
"platform": {
"label": "Platform",
"type": "string"
},
"language": {
"label": "Language",
"type": "string"
},
"language count": {
"label": "Language count",
"type": "number"
},
"size": {
"label": "Size",
"type": "string"
},
"average performance": {
"label": "Average performance",
"type": "string"
},
"active users": {
"label": "Active users",
"type": "number"
},
"total users": {
"label": "Total users",
"type": "number"
},
"active hosts": {
"label": "Active hosts",
"type": "number"
},
"total hosts": {
"label": "Total hosts",
"type": "number"
},
"rac": {
"label": "RAC",
"description": "Recent Average Credit",
"type": "number"
},
"credit per day": {
"label": "Credit per day",
"type": "number"
},
"gpu performance": {
"label": "GPU performance",
"type": "string"
},
"cpu performance": {
"label": "CPU performance",
"type": "string"
},
"project status": {
"label": "Project status",
"type": "string"
},
"type": {
"label": "Type",
"type": "string"
},
"genre": {
"label": "Genre",
"type": "string"
},
"status": {
"label": "Status",
"type": "string"
},
"license": {
"label": "License",
"type": "string"
},
"website": {
"label": "Website",
"type": "string"
}
},
"paramOrder": [ "name", "logo", "logo caption", "screenshot", "caption",
"author", "developer", "maintainer", "released", "discontinued", "repository",
"stable release", "preview release", "latest release version", "latest preview version",
"programming language", "operating system", "platform", "language", "language count", "size",
"average performance", "active users", "total users", "active hosts", "total hosts",
"rac", "credit per day", "gpu performance", "cpu performance", "project status",
"type", "genre", "status", "license", "website" ]
} </templatedata>