Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox software/doc: Difference between revisions

Template page
TemplateData for screenshot, screenshotalt, screenshotsize, screenshotcaption
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
 
(6 intermediate revisions by 2 users not shown)
Line 11: Line 11:
| imagealt = Checkpoint banner on the Home Menu
| imagealt = Checkpoint banner on the Home Menu
| version = 3.8.0
| version = 3.8.0
| releasedate = 2021-11-13
| github = FlagBrew/Checkpoint
| github = FlagBrew/Checkpoint
| githubtag = v3.8.0
| githubtag = v3.8.0
Line 24: Line 25:
| imagealt = Checkpoint banner on the Home Menu
| imagealt = Checkpoint banner on the Home Menu
| version = 3.8.0
| version = 3.8.0
| releasedate = 2021-11-13
| github = FlagBrew/Checkpoint
| github = FlagBrew/Checkpoint
| githubtag = v3.8.0
| githubtag = v3.8.0
Line 45: Line 47:
"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). Please also set image alt text.",
"suggested": true
"suggested": true
},
},
Line 51: Line 53:
"type": "wiki-file-name",
"type": "wiki-file-name",
"label": "Screenshot",
"label": "Screenshot",
"description": "A screenshot of the application",
"description": "A screenshot of the application. Please also set screenshot alt text.",
"suggested": true
"suggested": true
},
},
Line 58: Line 60:
"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",
"suggested": true
},
},
"forwiiu": {
"forwiiu": {
Line 64: Line 67:
"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",
"suggested": true
},
},
"forswitch": {
"forswitch": {
Line 70: Line 74:
"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",
"suggested": true
},
"forwii": {
"label": "For Wii",
"description": "If the homebrew is for the Wii",
"type": "boolean",
"autovalue": "0",
"suggested": true
},
},
"version": {
"version": {
"label": "Version",
"label": "Version",
"description": "Currently released version",
"description": "Currently released version (NOTE: currently you must manually update GitHub release tag or GitLab release tag)",
"suggested": true
"suggested": true,
"type": "string"
},
},
"github": {
"github": {
Line 104: Line 117:
"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"
},
"osc": {
"label": "Open Shop Channel URL path",
"description": "URL path to the homebrew's page on Open Shop Channel (oscwii.org/library)",
"example": "homebrew_browser",
"type": "string"
"type": "string"
},
},
Line 158: Line 177:
"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",
"suggested": true
},
},
"formac": {
"formac": {
Line 164: Line 184:
"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",
"suggested": true
},
},
"forlinux": {
"forlinux": {
Line 170: Line 191:
"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",
"suggested": true
},
},
"forjava": {
"forjava": {
Line 176: Line 198:
"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",
"suggested": true
},
},
"developers": {
"developers": {
Line 189: Line 212:
"description": "Link to a page for the homebrew. Can be something like a forum thread link too. Use the GitHub or GitLab parameters for those sites instead.",
"description": "Link to a page for the homebrew. Can be something like a forum thread link too. Use the GitHub or GitLab parameters for those sites instead.",
"type": "url",
"type": "url",
"suggested": true
},
"releasedate": {
"label": "Release date",
"description": "Date of the latest release in YYYY-MM-DD format",
"example": "2004-11-16",
"type": "date",
"suggested": true
"suggested": true
}
}
Line 205: Line 235:
"forwiiu",
"forwiiu",
"forswitch",
"forswitch",
"forwii",
"developers",
"developers",
"version",
"version",
"releasedate",
"website",
"website",
"github",
"github",
Line 213: Line 245:
"releaseurl",
"releaseurl",
"universaldb",
"universaldb",
"osc",
"githubtag",
"githubtag",
"gitlabtag",
"gitlabtag",