Template:Infobox game: Difference between revisions

New documentation style.
m (...)
(New documentation style.)
Line 51: Line 51:
{{!}} ''{{{remake}}}''}}
{{!}} ''{{{remake}}}''}}
|}<noinclude>
|}<noinclude>
[[Category:Infobox templates|{{BASEPAGENAME}}]]


==Use==
==Info==
<pre>{{infobox game
Place this on top of game articles. This creates an information box with data about the game.
|name        = name of game
 
|image       = image name with extension
==Parameters==
|size       = image size
{| class = "wikitable"
|caption     = image caption
! Parameter || Mandatory || Default || Detailed description
|jname       = Japanese name (optional)
|-
|rating     = ESRB rating
! name
|console     = console the game is played on (autolinks)
| '''Yes''' ||  || Name of the game.
|console2   = Secondary console (optional, autolinks)
|-
|developer   = game's developer (autolinks)
! image
|publisher   = game's publisher (autolinks)
| '''Yes''' ||  || Name of the cover image file, with extension.
|genre       = game's genre
|-
|predecessor = game's predecessor (optional; links manually)
! size
|sequel     = game's successor (optional; links manually)
| No || 250px || Size of the image.
|remake     = remake of this game (optional; links manually)
|-
|remakeof   = game that this game is a remake of (optional; links manually)
! caption
|jp         = Japanese release date
| No ||  || Caption for the image, if needed.
|na         = North American release date
|-
|eu         = European release date
! jname
|au         = Australian release date
| No ||  || Japanese name.
}}</pre></noinclude>
|-
! rating
| No || Unrated || ESRB rating.
|-
! console
| '''Yes''' ||  || Primary console the game is played on, without a link.
|-
! console2
| No ||  || Secondary console the game is played on, without a link.
|-
! developer
| No || Nintendo EAD || Game's developer, without a link.
|-
! publisher
| No || Nintendo || Game's publisher, without a link.
|-
! genre
| '''Yes''' ||  || Game's genre.
|-
! predecessor
| No ||  || Game's predecessor, remember to link manually.
|-
! sequel
| No ||  || Game's sequel, remember to link manually.
|-
! remake
| No ||  || The game's remake, remember to link manually.
|-
! remakeof
| No ||  || What this game is a remake of, remember to link manually.
|-
! jp
| No || N/A || Japanese release date.
|-
! na
| No || N/A || North American release date.
|-
! eu
| No || N/A || European release date.
|-
! au
| No || N/A || Australian release date.
|}
 
==Template==
<pre>
{{infobox game
|name        =
|image      =
|size        =
|caption    =
|jname      =
|rating      =
|console    =
|console2    =
|developer  =
|publisher  =
|genre      =
|predecessor =
|sequel      =
|remake      =
|remakeof    =
|jp          =
|na          =
|eu          =
|au          =
}}
</pre>
 
[[Category:Infobox templates]]
</noinclude>