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 updates
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
 
(3 intermediate revisions by the same user not shown)
Line 60: 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 66: 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 72: 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": {
"forwii": {
Line 78: Line 81:
"description": "If the homebrew is for the Wii",
"description": "If the homebrew is for the Wii",
"type": "boolean",
"type": "boolean",
"autovalue": "0"
"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"
"type": "string"
Line 113: 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 167: 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 173: 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 179: 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 185: 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 231: Line 245:
"releaseurl",
"releaseurl",
"universaldb",
"universaldb",
"osc",
"githubtag",
"githubtag",
"gitlabtag",
"gitlabtag",