Template:Create Game: Difference between revisions
Jump to navigation
Jump to search
| Line 32: | Line 32: | ||
{ | { | ||
"description": "Create a new game page with infobox", | "description": "Create a new game page with infobox", | ||
"params": { | |||
"image": { | |||
"description": "Upload an image, then insert name.filename", | |||
"type": "wiki-file-name", | |||
"required": true, | |||
"example": "UploadedImage.jpg", | |||
"label": "Game cover image" | |||
}, | |||
"release": { | |||
"description": "The first date of release of the game", | |||
"type": "date", | |||
"example": "01. January 2000", | |||
"required": true, | |||
"label": "Release date" | |||
}, | |||
"developers": { | |||
"description": "Separate several with <br>", | |||
"type": "string", | |||
"example": "Vicarious Visions", | |||
"label": "Game developer(s)", | |||
"required": true | |||
}, | |||
"publishers": { | |||
"description": "Separate several with <br>", | |||
"type": "string", | |||
"example": "Ubisoft", | |||
"label": "Game publisher(s)", | |||
"required": true | |||
}, | |||
"platforms": { | |||
"description": "Separate several with <br>", | |||
"type": "string", | |||
"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": { | |||
"description": "Separate several with <br>", | |||
"type": "string", | |||
"example": "[[:Category:Racing|Racing]]", | |||
"autovalue": "", | |||
"required": true, | |||
"suggestedvalues": [ | |||
"[[:Category:Action|Action]]", | |||
"[[:Category:Adventure|Adventure]]", | |||
"[[:Category:Beat'em Up|Beat'em Up]]", | |||
"[[:Category:Fighting|Fighting]]", | |||
"[[:Category:Hack & Slash|Hack & Slash]]", | |||
"[[:Category:Horror|Horror]]", | |||
"[[:Category:Indie|Indie]]", | |||
"[[:Category:Platformer|Platformer]]", | |||
"[[:Category:Puzzle|Puzzle]]", | |||
"[[:Category:Racing|Racing]]", | |||
"[[:Category:Roleplaying|Roleplaying]]", | |||
"[[:Category:Run & Gun|Run & Gun]]", | |||
"[[:Category:Sandbox|Sandbox]]", | |||
"[[:Category:Simulation|Simulation]]", | |||
"[[:Category:Sports|Sports]]", | |||
"[[:Category:Stealth|Stealth]]", | |||
"[[:Category:Strategy|Strategy]]", | |||
"[[:Category:Survival|Survival]]", | |||
"[[:Category:Tomb Raider|Tomb Raider]]" | |||
], | |||
"label": "Game genre(s)" | |||
}, | |||
"modes": { | |||
"description": "Separate several with <br>", | |||
"type": "string", | |||
"example": "[[:Category:Single-player|Single-player]]", | |||
"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 | |||
} | |||
}, | |||
"description": "Infobox Game templatedata" | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 19:23, 12 January 2026
| Create Game | |
| Release | 22. February 2026 |
|---|---|
| Developer(s) | |
| Publisher(s) | |
| Platform(s) | |
| Genre(s) | |
| Mode(s) | |
Gameplay
Forklifts
Gallery
Notes
0
Loading comments...
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 |