Template:Game Infobox/doc: Difference between revisions

From Zombie Panic! Official Wiki
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": "game",
"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": "Title"
"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": "Title"
"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.

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.

Template parameters

This template has custom formatting.

ParameterDescriptionTypeStatus
Image (Gallery)image

no description

Example
<gallery>Survivor Eugene Render.jpg|Portrait Survivor Eugene Ingame.png|In-Game </gallery>
Contentsuggested
Typetype

The Type of game (Released or Upcoming)

Suggested values
Released Upcoming
Example
Released or Upcoming
Stringrequired
Gamegame

Name of the game.

Default
{{PAGENAME}}
Example
Zombie Panic!
Stringrequired
Game Engineengine

The game engine this game uses.

Stringoptional
Developerdeveloper

The developer(s) of this game.

Stringoptional
Publisherpublisher

The Publisher(s) of this game.

Stringoptional
Platformplatform

The platform(s) for this game.

Stringoptional
Previous gamepreviousgame

The previous game(s) in the franchise.

Stringoptional
Next gamenextgame

The next game(s) in the franchise.

Stringoptional