Template:Game Infobox: Difference between revisions
Jump to navigation
Jump to search
Created page with "<includeonly><!-- -->{{#switch:{{{type}}} |Upcoming = {{Upcoming}} |#default = }}<!-- --><infobox type="Game" theme-source="game"> <title source="game"> <default>{{PAGENAME}}</default> </title> <image source="image" /> <panel> <section> <label>Bio</label> <data source="developer"> <label>Developer(s)</label> </data> <data source="platform"> <label>Platform</label> </data> <data source="releaseDate"> <labe..." |
No edit summary |
||
| Line 24: | Line 24: | ||
</section> | </section> | ||
</panel> | </panel> | ||
</infobox> | </infobox> | ||
</includeonly><noinclude>{{Documentation|type=Infobox}}</noinclude> | |||
Revision as of 18:14, 10 June 2025
Note: parts of or the entire template might not be visible without values provided.
| 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 |