Template:Infobox Game: Difference between revisions
Jump to navigation
Jump to search
| Line 30: | Line 30: | ||
"params": { | "params": { | ||
"image": { | "image": { | ||
"description": " | "description": "Upload an image, then insert name.filename", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"required": true, | "required": true, | ||
"example": "UploadedImage.jpg" | "example": "UploadedImage.jpg", | ||
"label": "Game cover image" | |||
}, | }, | ||
"release": { | "release": { | ||
"description": " | "description": "The first date of release of the game", | ||
"type": "date", | "type": "date", | ||
"example": "01. January 2000", | "example": "01. January 2000", | ||
"required": true | "required": true, | ||
"label": "Release date" | |||
}, | }, | ||
"developers": { | "developers": { | ||
"description": " | "description": "Separate several with <br>", | ||
"type": "string", | "type": "string", | ||
"example": "Vicarious Visions" | "example": "Vicarious Visions", | ||
"label": "Game developer(s)", | |||
"required": true | |||
}, | }, | ||
"publishers": { | "publishers": { | ||
"description": " | "description": "Separate several with <br>", | ||
"type": "string", | "type": "string", | ||
"example": "Ubisoft" | "example": "Ubisoft", | ||
"label": "Game publisher(s)", | |||
"required": true | |||
}, | }, | ||
"platforms": { | "platforms": { | ||
"description": " | "description": "Separate several with <br>", | ||
"type": "string", | "type": "string", | ||
"example": "Linux" | "example": "Linux", | ||
"label": "Game platform(s)", | |||
"suggestedvalues": [ | |||
"[[:Category:Windows|Windows]]", | |||
"[[:Category:Linux|Linux]]", | |||
"[[:Category:Playstation|Playstation]]", | |||
"[[:Category:Playstation 2|Playstation 2]]", | |||
"[[:Category:Playstation 3|Playstation 3]]", | |||
"[[:Category:Playstation 4|Playstation 4]]", | |||
"[[:Category:Playstation 5|Playstation 5]]", | |||
"[[:Category:Xbox|Xbox]]", | |||
"[[:Category:Xbox 360|Xbox 360]]", | |||
"[[:Category:Xbox Series|Xbox Series]]", | |||
"[[:Category:Xbox One|Xbox One]]", | |||
"[[:Category:NES|NES]]", | |||
"[[:Category:SNES|SNES]]", | |||
"[[:Category:Nintendo Switch|Nintendo Switch]]", | |||
"[[:Category:Nintendo Switch 2|Nintendo Switch 2]]", | |||
"[[:Category:Nintendo 64|Nintendo 64]]", | |||
"[[:Category:GameBoy Advance|GameBoy Advance]]", | |||
"[[:Category:GameBoy|GameBoy]]", | |||
"[[:Category:GameBoy 3DS|GameBoy 3DS]]", | |||
"[[:Category:SEGA Dreamcast|SEGA Dreamcast]]", | |||
"[[:Category:SEGA Master System|SEGA Master System]]", | |||
"[[:Category:SEGA Megadrive|SEGA Megadrive]]", | |||
"[[:Category:PSP|PSP]]", | |||
"[[:Category:GameCube|GameCube]]", | |||
"[[:Category:Nintendo Wii|Nintendo Wii]]" | |||
], | |||
"required": true | |||
}, | }, | ||
"genres": { | "genres": { | ||
"description": " | "description": "Separate several with <br>", | ||
"type": "string", | "type": "string", | ||
"example": "[[:Category:Racing|Racing]]", | "example": "[[:Category:Racing|Racing]]", | ||
| Line 82: | Line 117: | ||
"[[:Category:Survival|Survival]]", | "[[:Category:Survival|Survival]]", | ||
"[[:Category:Tomb Raider|Tomb Raider]]" | "[[:Category:Tomb Raider|Tomb Raider]]" | ||
] | ], | ||
"label": "Game genre(s)" | |||
}, | }, | ||
"modes": { | "modes": { | ||
"description": " | "description": "Separate several with <br>", | ||
"type": "string", | "type": "string", | ||
"example": "[[:Category:Single-player|Single-player]]", | "example": "[[:Category:Single-player|Single-player]]", | ||
"autovalue": "[[:Category: | "autovalue": "", | ||
"label": "Game mode(s)", | |||
"suggestedvalues": [ | |||
"[[:Category:First-person Shooter|First-person Shooter]]", | |||
"[[:Category:Local Co-op|Local Co-op]]", | |||
"[[:Category:Local Multi-player|Local Multi-player]]", | |||
"[[:Category:Online Co-op|Online Co-op]]", | |||
"[[:Category:Online Multi-player|Online Multi-player]]", | |||
"[[:Category:Single-player|Single-player]]", | |||
"[[:Category:Third-person Shooter|Third-person Shooter]]", | |||
"[[:Category:Virtual Reality|Virtual Reality]]" | |||
], | |||
"required": true | |||
} | } | ||
}, | }, | ||
Revision as of 21:51, 11 January 2026
| Infobox Game | |
|
[[File:|frameless|center]] | |
| Release | |
| Developer(s) | |
| Publisher(s) | |
| Platform(s) | |
| Genre(s) | |
| Mode(s) | |
Infobox Game templatedata
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Game cover image | image | Upload an image, then insert name.filename
| File | required |
| Release date | release | The first date of release of the game
| Date | required |
| Game developer(s) | developers | Separate several with <br>
| String | required |
| Game publisher(s) | publishers | Separate several with <br>
| String | required |
| Game platform(s) | platforms | Separate several with <br>
| String | required |
| Game genre(s) | genres | Separate several with <br>
| String | required |
| Game mode(s) | modes | Separate several with <br>
| String | required |