Template:Game Infobox/doc: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{Documentation/Header}} ==Examples== <div style="display:inline-block;"> {{Game Infobox |image = <gallery> Game_ZPS_BoxArt.png|Box Art </gallery> |type = Released |game = Zombie Panic! Source |developer = Monochrome Games |platform = Microsoft Windows, Linux |releaseDate = 2007-11-28 }} <pre> {{Game Infobox |image = <gallery> Game_ZPS_BoxArt.png|Box Art </gallery> |type = Released |game..." |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 8: | Line 8: | ||
|type = Released | |type = Released | ||
|game = Zombie Panic! Source | |game = Zombie Panic! Source | ||
|developer = [[Monochrome Games]] | |developer = [[Zombie Panic! Team]] | ||
|publisher = [[Monochrome Games]] | |||
|platform = Microsoft Windows, Linux | |platform = Microsoft Windows, Linux | ||
|releaseDate = 2007-11-28 | |releaseDate = 2007-11-28 | ||
|previousgame = {{zp1|4}} | |||
|nextgame = {{contagion|4}} | |||
{{zp2|4}} | |||
}} | }} | ||
<pre> | <pre> | ||
| Line 19: | Line 23: | ||
|type = Released | |type = Released | ||
|game = Zombie Panic! Source | |game = Zombie Panic! Source | ||
|developer = [[Monochrome Games]] | |developer = [[Zombie Panic! Team]] | ||
|publisher = [[Monochrome Games]] | |||
|engine = {{source}} | |||
|platform = Microsoft Windows, Linux | |platform = Microsoft Windows, Linux | ||
|releaseDate = 2007-11-28 | |releaseDate = 2007-11-28 | ||
|previousgame = {{zp1|4}} | |||
|nextgame = {{contagion|4}} | |||
{{zp2|4}} | |||
}} | }} | ||
</pre> | </pre> | ||
| Line 31: | Line 40: | ||
"params": { | "params": { | ||
"game": { | "game": { | ||
"label": " | "label": "Game", | ||
"description": "Name of the game.", | "description": "Name of the game.", | ||
"example": "Zombie Panic!", | "example": "Zombie Panic!", | ||
| Line 41: | Line 50: | ||
"type": "string", | "type": "string", | ||
"description": "The developer(s) of this game.", | "description": "The developer(s) of this game.", | ||
"label": " | "label": "Developer" | ||
}, | |||
"publisher": { | |||
"type": "string", | |||
"description": "The Publisher(s) of this game.", | |||
"label": "Publisher" | |||
}, | |||
"engine": { | |||
"type": "string", | |||
"description": "The game engine this game uses.", | |||
"label": "Game Engine" | |||
}, | }, | ||
"platform": { | "platform": { | ||
"type": "string", | "type": "string", | ||
"description": "The platform(s) for this game.", | "description": "The platform(s) for this game.", | ||
"label": " | "label": "Platform" | ||
}, | |||
"previousgame": { | |||
"type": "string", | |||
"description": "The previous game(s) in the franchise.", | |||
"label": "Previous game" | |||
}, | |||
"nextgame": { | |||
"type": "string", | |||
"description": "The next game(s) in the franchise.", | |||
"label": "Next game" | |||
}, | }, | ||
"image": { | "image": { | ||
| Line 70: | Line 99: | ||
"type", | "type", | ||
"game", | "game", | ||
"engine", | |||
"developer", | "developer", | ||
"platform" | "publisher", | ||
"platform", | |||
"previousgame", | |||
"nextgame" | |||
], | ], | ||
"format": "{{_\n| _ = _\n}}", | "format": "{{_\n| _ = _\n}}", | ||
Latest revision as of 16:30, 22 August 2025
This is the documentation page for Game Infobox. It contains usage information, categories, and other content not part of the original template page. | ||
|---|---|---|
| Main | Documentation | Usage |
Examples
{{Game Infobox
|image = <gallery>
Game_ZPS_BoxArt.png|Box Art
</gallery>
|type = Released
|game = Zombie Panic! Source
|developer = [[Zombie Panic! Team]]
|publisher = [[Monochrome Games]]
|engine = {{source}}
|platform = Microsoft Windows, Linux
|releaseDate = 2007-11-28
|previousgame = {{zp1|4}}
|nextgame = {{contagion|4}}
{{zp2|4}}
}}
Template Data
Infobox used to display information about a game.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Image (Gallery) | image | no description
| Content | suggested |
| Type | type | The Type of game (Released or Upcoming)
| String | required |
| Game | game | Name of the game.
| String | required |
| Game Engine | engine | The game engine this game uses. | String | optional |
| Developer | developer | The developer(s) of this game. | String | optional |
| Publisher | publisher | The Publisher(s) of this game. | String | optional |
| Platform | platform | The platform(s) for this game. | String | optional |
| Previous game | previousgame | The previous game(s) in the franchise. | String | optional |
| Next game | nextgame | The next game(s) in the franchise. | String | optional |