Template:Create Game: Difference between revisions
Jump to navigation
Jump to search
| (27 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Infobox Game | {{Infobox Game | ||
| image = | | image={{{image|}}} | ||
| release = | | release={{{release|}}} | ||
| developers = | | developers={{{developers|}}} | ||
| publishers = | | publishers={{{publishers|}}} | ||
| platforms = | | platforms={{{platforms|}}} | ||
| genres = | | genres={{{genres|}}} | ||
| modes = | | modes={{{modes|}}} | ||
| label1={{{label1|}}} | |||
| data1={{{data1|}}} | |||
| label2={{{label2|}}} | |||
| data2={{{data2|}}} | |||
| label3={{{label3|}}} | |||
| data3={{{data3|}}} | |||
}} | }} | ||
<noinclude><templatedata> | |||
{ | |||
"description": "Infobox Game templatedata", | |||
"params": { | |||
< | "image": { | ||
"description": "Upload an image, then insert imagename.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": "1. January 2000", | |||
"required": true, | |||
"label": "Release date" | |||
}, | |||
[[Category: | "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": "[[:Category:Linux|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:First-person Shooter|First-person Shooter]]", | |||
"[[: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: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 | |||
}, | |||
"label1": { | |||
"label": "Extra Row 1 Title", | |||
"description": "The title for custom row 1 (e.g. 'Series')", | |||
"type": "string" | |||
}, | |||
"data1": { | |||
"label": "Extra Row 1 Content", | |||
"description": "Add content to row 1", | |||
"type": "string" | |||
}, | |||
"label2": { | |||
"label": "Extra Row 2 Title", | |||
"description": "The title for custom row 2 (e.g. 'Engine')", | |||
"type": "string" | |||
}, | |||
"data2": { | |||
"label": "Extra Row 2 Content", | |||
"description": "Add content to row 2", | |||
"type": "string" | |||
}, | |||
"label3": { | |||
"label": "Extra Row 3 Title", | |||
"description": "The title for custom row 3 (e.g. 'Sales')", | |||
"type": "string" | |||
}, | |||
"data3": { | |||
"label": "Extra Row 3 Content", | |||
"description": "Add content to row 3", | |||
"type": "string" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Latest revision as of 15:24, 24 January 2026
| Create Game | |
| Release | 22. February 2026 |
|---|---|
| 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 imagename.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 |
| Extra Row 1 Title | label1 | The title for custom row 1 (e.g. 'Series') | String | optional |
| Extra Row 1 Content | data1 | Add content to row 1 | String | optional |
| Extra Row 2 Title | label2 | The title for custom row 2 (e.g. 'Engine') | String | optional |
| Extra Row 2 Content | data2 | Add content to row 2 | String | optional |
| Extra Row 3 Title | label3 | The title for custom row 3 (e.g. 'Sales') | String | optional |
| Extra Row 3 Content | data3 | Add content to row 3 | String | optional |