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 |
add website to TemplateData |
||
| (7 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 | ||
| github = FlagBrew/Checkpoint | | github = FlagBrew/Checkpoint | ||
| githubtag = v3.8.0 | | githubtag = v3.8.0 | ||
| Line 25: | Line 24: | ||
| imagealt = Checkpoint banner on the Home Menu | | imagealt = Checkpoint banner on the Home Menu | ||
| version = 3.8.0 | | version = 3.8.0 | ||
| github = FlagBrew/Checkpoint | | github = FlagBrew/Checkpoint | ||
| githubtag = v3.8.0 | | githubtag = v3.8.0 | ||
| Line 47: | Line 45: | ||
"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 52: | ||
"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 58: | ||
"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 64: | ||
"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 98: | ||
"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 128: | ||
"label": "Image caption", | "label": "Image caption", | ||
"description": "Caption to display below the image", | "description": "Caption to display below the image", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
| Line 177: | Line 134: | ||
"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 140: | ||
"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 146: | ||
"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 152: | ||
"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" | ||
}, | }, | ||
"developers": { | "developers": { | ||
| Line 212: | Line 165: | ||
"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 | "suggested": true | ||
} | } | ||
| Line 228: | Line 174: | ||
"image", | "image", | ||
"imagealt", | "imagealt", | ||
"for3ds", | "for3ds", | ||
"forwiiu", | "forwiiu", | ||
"forswitch", | "forswitch", | ||
"developers", | "developers", | ||
"version", | "version", | ||
"website", | "website", | ||
"github", | "github", | ||
| Line 245: | Line 185: | ||
"releaseurl", | "releaseurl", | ||
"universaldb", | "universaldb", | ||
"githubtag", | "githubtag", | ||
"gitlabtag", | "gitlabtag", | ||
"imagesize", | |||
"caption", | "caption", | ||
"forwindows", | "forwindows", | ||
"formac", | "formac", | ||