Template:Infobox Game: Difference between revisions

Template page
mNo edit summary
m (have the series navigation section header style match the releases section header)
Line 22: Line 22:
| header8    ={{#if:{{{Releases|}}}|<div style="text-align:center;"><span style="font-size: 12px">Releases</span></div>}}
| header8    ={{#if:{{{Releases|}}}|<div style="text-align:center;"><span style="font-size: 12px">Releases</span></div>}}
| data9      ={{#if:{{{Releases|}}}|{{{Releases}}}|}}
| data9      ={{#if:{{{Releases|}}}|{{{Releases}}}|}}
| class8     =incell
| class8     =incell


| header10    =<div style="text-align:center;"><span style="font-size: 12px">{{#if:{{{series|}}}|{{{series}}}}}</span></div>
| header10    ={{#if:{{{series|}}}|<div style="text-align:center;"><span style="font-size: 12px">{{{series}}}</span></div>}}
| class10    =incell
| data11      ={{#if:{{{prev|}}}{{{next|}}}|
| data11      ={{#if:{{{prev|}}}{{{next|}}}|
<table style="width:100%; background:transparent;"><tr>
<table style="width:100%; background:transparent;"><tr>

Revision as of 18:59, 3 March 2019

Documentation icon Template documentation[view] [edit] [history] [purge]

The Infobox Game is used for game pages. Copy the following box and fill it in. Extra notes are after the box.

Usage

{{Infobox Game
| nameJp           = Japanese release name
| nameEn           = English release name
| image            = (old method) 
| imagelabel1      =Name of the tab for the first image
| imagelabel2      =Name of the tab for the second image
...
| imagelabel7      =Name of the tab for the 7th image
| image1           =Image for the 1st tab
...
| image7           =Image for the 7th tab
| Dev              = Developer
| Pub              = Publisher
| Gen              = Genre(s)
| Animation        = Animation Studio
| Op               = Opening Theme
| Ed               = Ending Theme
| Releases         = All releases for each game + system released on
| series           = link to series' page
| prev             = link to previous game
| next             = link to next game
}}

Parameters

nothing special