Template:Game Infobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 11: | Line 11: | ||
<panel> | <panel> | ||
<section> | <section> | ||
<data source="developer"> | <data source="developer"> | ||
<label>Developer(s)</label> | <label>Developer(s)</label> | ||
</data> | </data> | ||
{{#if:{{{publisher|}}}| | |||
<data source="publisher"> | |||
<label>Publisher(s)</label> | |||
</data> | |||
}} | |||
<data source="platform"> | <data source="platform"> | ||
<label>Platform</label> | <label>Platform</label> | ||
| Line 22: | Line 26: | ||
<format>{{#time:F d, Y|{{{releaseDate}}}}}<br />{{Time Ago|{{{releaseDate}}}|include = y,mth,d}}</format> | <format>{{#time:F d, Y|{{{releaseDate}}}}}<br />{{Time Ago|{{{releaseDate}}}|include = y,mth,d}}</format> | ||
</data> | </data> | ||
{{#if:{{{engine|}}}| | |||
<data source="engine"> | |||
<label>Engine</label> | |||
</data> | |||
}} | |||
{{#if:{{{previousgame|}}}| | |||
<data source="previousgame"> | |||
<label>Previous game</label> | |||
<format>{{{previousgame|}}}</format> | |||
</data> | |||
}} | |||
{{#if:{{{nextgame|}}}| | |||
<data source="nextgame"> | |||
<label>Next game</label> | |||
<format>{{{nextgame|}}}</format> | |||
</data> | |||
}} | |||
</section> | </section> | ||
</panel> | </panel> | ||
</infobox> | </infobox> | ||
</includeonly><noinclude>{{Documentation|type=Infobox}}</noinclude> | </includeonly><noinclude>{{Documentation|type=Infobox}}</noinclude> | ||
Latest revision as of 16:21, 22 August 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 |