Template:Infobox software/doc: Difference between revisions
Template page
More actions
m Ihaveahax moved page Template:Infobox homebrew/doc to Template:Infobox software/doc: this is a more accurate name since it's being used for non-homebrew software as well as PC tools |
No edit summary |
||
| (16 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<templatedata> | <templatedata> | ||
| Line 47: | Line 12: | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"label": "Image", | "label": "Image", | ||
"description": "Image to use. Preference order: Banner image (3DS/Wii U), Banner screenshot (3DS), then Icon (3DS/Wii U/Switch) | "description": "Image to use. Preference order: Banner image (3DS/Wii U), , Banner screenshot (3DS), then Icon (3DS/Wii U/Switch)", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
| Line 60: | Line 19: | ||
"description": "If the homebrew is for the Nintendo 3DS", | "description": "If the homebrew is for the Nintendo 3DS", | ||
"type": "boolean", | "type": "boolean", | ||
"autovalue": "0" | "autovalue": "0" | ||
}, | }, | ||
"forwiiu": { | "forwiiu": { | ||
| Line 67: | Line 25: | ||
"description": "If the homebrew is for the Wii U", | "description": "If the homebrew is for the Wii U", | ||
"type": "boolean", | "type": "boolean", | ||
"autovalue": "0" | "autovalue": "0" | ||
}, | }, | ||
"forswitch": { | "forswitch": { | ||
| Line 74: | Line 31: | ||
"description": "If the homebrew is for the Nintendo Switch", | "description": "If the homebrew is for the Nintendo Switch", | ||
"type": "boolean", | "type": "boolean", | ||
"autovalue": "0" | "autovalue": "0" | ||
}, | }, | ||
"version": { | "version": { | ||
"label": "Version", | "label": "Version", | ||
"description": "Currently released version | "description": "Currently released version", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"github": { | "github": { | ||
| Line 117: | Line 65: | ||
"description": "URL path to the homebrew's page on Universal-DB (db.universal-team.net)", | "description": "URL path to the homebrew's page on Universal-DB (db.universal-team.net)", | ||
"example": "3ds/open_agb_firm", | "example": "3ds/open_agb_firm", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
| Line 153: | Line 95: | ||
"label": "Image caption", | "label": "Image caption", | ||
"description": "Caption to display below the image", | "description": "Caption to display below the image", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"forwindows": { | "forwindows": { | ||
"label": "For Windows", | "label": "For Microsoft Windows", | ||
"description": "If this is a PC tool that runs on Windows", | "description": "If this is a PC tool that runs on Windows", | ||
"type": "boolean", | "type": "boolean", | ||
"autovalue": "0" | "autovalue": "0" | ||
}, | }, | ||
"formac": { | "formac": { | ||
| Line 184: | Line 107: | ||
"description": "If this is a PC tool that runs on macOS", | "description": "If this is a PC tool that runs on macOS", | ||
"type": "boolean", | "type": "boolean", | ||
"autovalue": "0" | "autovalue": "0" | ||
}, | }, | ||
"forlinux": { | "forlinux": { | ||
| Line 191: | Line 113: | ||
"description": "If this is a PC tool that runs on Linux", | "description": "If this is a PC tool that runs on Linux", | ||
"type": "boolean", | "type": "boolean", | ||
"autovalue": "0" | "autovalue": "0" | ||
}, | }, | ||
"forjava": { | "forjava": { | ||
| Line 198: | Line 119: | ||
"description": "If this is a PC tool that is a Java-based program", | "description": "If this is a PC tool that is a Java-based program", | ||
"type": "boolean", | "type": "boolean", | ||
"autovalue": "0" | "autovalue": "0" | ||
} | } | ||
}, | }, | ||
| Line 228: | Line 128: | ||
"image", | "image", | ||
"imagealt", | "imagealt", | ||
"for3ds", | "for3ds", | ||
"forwiiu", | "forwiiu", | ||
"forswitch", | "forswitch", | ||
"version", | "version", | ||
"github", | "github", | ||
"gitlab", | "gitlab", | ||
| Line 245: | Line 137: | ||
"releaseurl", | "releaseurl", | ||
"universaldb", | "universaldb", | ||
"githubtag", | "githubtag", | ||
"gitlabtag", | "gitlabtag", | ||
"imagesize", | |||
"caption", | "caption", | ||
"forwindows", | "forwindows", | ||
"formac", | "formac", | ||