Template:Infobox game: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
m (fine, manual linking)
(Changed "sequel" to "successor" as per the discussion on the talk page.)
 
(46 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{|class="infobox" align="right" style="width: 20em; font-size: 82%; text-align: left; border-style: solid; border-width: 1px; border-color: grey"
{| class="infobox"
! colspan="2" style="font-size: 160%; background: #ccf; text-align: center;" | {{{name|Pikmin}}}
! colspan="2" class="infoboxTitle" | ''{{{name}}}''
|-
|-
! colspan="2" style="background: #fff; text-align: center;" | [[File:{{{image|Pikmin1boxart.jpg}}}|{{{size|250px}}}]]
{{#if:{{{image|}}}|{{!}} colspan="2" style="text-align: center;" {{!}} [[File:{{{image}}}|{{{size|250px}}}]]
{{!}}-
{{!}} colspan="2" align="center" {{!}} {{{caption|{{{name}}}}}} }}
|-
|-
| colspan="2" align="center" | {{{caption|{{{name}}}}}}
{{#if:{{{jname|}}} | ! Japanese name
{{!}} {{{jname}}} }}
|-
|-
! style="background: #e6e9ff;" | Japanese name
{{#if:{{{esrb|}}}{{{pegi|}}} | ! Rating
| {{{jname}}}
{{!}} {{#if:{{{esrb|}}} | [[File:ESRB {{{esrb}}}.png|ESRB rating: {{{esrb}}}|x32px]]}} {{#if:{{{pegi|}}} | [[File:PEGI {{{pegi}}}.png|PEGI rating: {{{pegi}}}|x32px]]}} }}
|-
|-
! style="background: #e6e9ff;" | ESRB rating
! style="width: 30%;" | Console
| {{{rating|Unrated}}}
| {{#if:{{{console|}}}|{{#ifexist:{{{console}}}|[[{{{console}}}]]|{{{console}}}}}{{#if:{{{console2|}}}|, {{#ifexist:{{{console2}}}|[[{{{console2}}}]]|{{{console2}}}}}}}|TBA}}
|-
|-
! style="background: #e6e9ff;" | Console
! Developer
| [[{{{console}}}]]
| {{{developer|Unknown}}}
|-
|-
! style="background: #e6e9ff;" | Developer
! Publisher
| {{{developer|[[Nintendo EAD]]}}}
| {{#if:{{{publisher|}}}|{{{publisher}}}|TBA}}
|-
|-
! style="background: #e6e9ff;" | Publisher
! Genre
| [[{{{publisher|Nintendo}}}]]
| {{{genre}}}
|-
! Players
| {{{players}}}
|-
{{#if:{{{savesize|}}}|! [[Saved game]] size
{{!}} {{{savesize}}} }}
|-
{{#if:{{{release|}}}|! Worldwide release date
{{!}} {{{release}}} |
! colspan="2" style="text-align: center;" {{!}} Release date
{{!}}-
!  Japan
{{!}} {{{jp|N/A}}}
{{!}}-
!  North America
{{!}} {{{na|N/A}}}
{{!}}-
!  Europe
{{!}} {{{eu|N/A}}}
{{!}}-
!  Australia
{{!}} {{{au|N/A}}}
{{!}}-
!  South Korea
{{!}} {{{ko|N/A}}}
}}
{{#if:{{{predecessor|}}}{{{successor|}}}{{{rereleaseof|}}}{{{rerelease|}}}|{{!}}-
! colspan="2" style="text-align: center;" {{!}} Related games}}
|-
{{#if:{{{predecessor|}}}|! Predecessor
{{!}} ''{{{predecessor}}}''}}
|-
{{#if:{{{successor|}}}|! Successor
{{!}} ''{{{successor}}}''}}
|-
{{#if:{{{rereleaseof|}}}|! Re-release of
{{!}} ''{{{rereleaseof}}}''}}
|-
{{#if:{{{rerelease|}}}|! Re-release
{{!}} ''{{{rerelease}}}''}}
|}<includeonly>{{#if:{{{nocat|}}}||[[Category:{{#if:{{{rereleaseof|}}}|Re-releases|Games}}]]}}</includeonly><noinclude>
 
{{clear}}
==Info==
Place this on top of game articles. This creates an information box with data about the game.
 
Articles with this template are automatically categorized under [[:Category:Games]] or [[:Category:Re-releases]], as per the "rereleaseof" parameter.
 
==Parameters==
{| class = "wikitable"
! Parameter || Mandatory || Default || Detailed description
|-
! name
| '''Yes''' ||  || Name of the game.
|-
! image
| No ||  || Name of the cover image file, with extension.
|-
! size
| No || 250px || Size of the image.
|-
! caption
| No ||  || Caption for the image, if needed.
|-
! jname
| No ||  || Japanese name.
|-
! esrb
| No ||  || ESRB rating.
|-
! pegi
| No ||  || PEGI rating.
|-
! console
| No || TBA || Primary console the game is played on, without a link.
|-
! console2
| No ||  || Secondary console the game is played on, without a link.
|-
! developer
| No || <nowiki>{{w|Nintendo EAD}}</nowiki> || Game's developer, with a link.
|-
! publisher
| No || TBA || Game's publisher(s), with links.
|-
|-
! style="background: #e6e9ff;" | Genre
! genre
| {{{genre}}}
| '''Yes''' ||  || Game's genre.
|-
! players
| '''Yes''' ||  || Number of players that can play. If different game modes have different player numbers, list all possible combinations in different lines. e.g. <code><nowiki>Single-player (story mode)<br>2-player co-op (Challenge Mode)<br>2-player versus (2-Player Battle)</nowiki></code>
|-
! savesize
| No ||  || Size of the [[saved game]].
|-
! predecessor
| No ||  || Game's predecessor, remember to link manually.
|-
! successor
| No ||  || Game's successor, remember to link manually.
|-
! rerelease
| No ||  || The game's re-release, remember to link manually.
|-
! rereleaseof
| No ||  || What this game is a re-release of, remember to link manually. It's important to leave it blank if it's not a re-release.
|-
|-
! colspan=2 style="background: #e6e9ff;" align=center | Release date
! release
| No ||  || Worldwide release date. Used instead of the region parameters when only one date is needed.
|-
|-
! style="background: #e6e9ff;" | Japan
! jp
| {{{jp|N/A}}}
| No || N/A || Japanese release date.
|-
|-
! style="background: #e6e9ff;" | North America
! na
| {{{na|N/A}}}
| No || N/A || North American release date.
|-
|-
! style="background: #e6e9ff;" | Europe
! eu
| {{{eu|N/A}}}
| No || N/A || European release date.
|-
|-
! style="background: #e6e9ff;" | Australia
! au
| {{{au|N/A}}}
| No || N/A || Australian release date.
|-
|-
! colspan=2 style="background: #e6e9ff;" align=center | Related games
! ko
| No || N/A || South Korean release date.
|-
|-
{{#if:{{{prequel|}}}|{{Infobox row|Prequel|{{{prequel|Pikmin 0}}}}}
! nocat
|}}
| No || || To make the infobox not categorize the article, give this parameter a value like "y".
{{#if:{{{sequel|}}}|{{Infobox row|Sequel|{{{sequel|Pikmin 0}}}}}
|}
|}}
 
{{#if:{{{remake|}}}|{{Infobox row|Remake|{{{remake|Pikmin 0}}}}}
==Skeleton==
|}}
<pre>
{{#if:{{{remakeof|}}}|{{Infobox row|Remake of|{{{remakeof|Pikmin 0}}}}}
{{infobox game
|}}
|name        =
|}<includeonly>[[Category:Games|{{PAGENAME}}]]</includeonly><noinclude>
|image      =
[[Category:Infobox templates|{{BASEPAGENAME}}]]
|size        =
|caption    =
|jname      =
|esrb        =
|pegi        =
|console    =
|console2    =
|developer  =
|publisher  =
|genre      =
|players    =
|savesize    =
|predecessor =
|successor  =
|rerelease  =
|rereleaseof =
|release    =
|jp          =
|na          =
|eu          =
|au          =
|ko          =
|nocat      =
}}
</pre>


==Use==
[[Category:Information boxes]]</noinclude>
<pre>{{infobox game
|name=name of game
|image=image name with extension
|size=image size
|caption=image caption
|jname=Japanese name
|rating=ESRB rating
|console=console the game is played on (autolinks)
|developer=game's developer (autolinks)
|publisher=game's publisher (autolinks)
|genre=game's genre
|prequel=game's predecessor (optional; links manually)
|sequel=game's successor (optional; links manually)
|remake=remake of this game (optional; links manually)
|remakeof=game that this game is a remake of (optional; links manually)
|jp=Japanese release date
|na=North American release date
|eu=European release date
|au=Australian release date
}}</pre></noinclude>

Latest revision as of 04:45, January 18, 2024

{{{name}}}
Console TBA
Developer Unknown
Publisher TBA
Genre {{{genre}}}
Players {{{players}}}
Release date
Japan N/A
North America N/A
Europe N/A
Australia N/A
South Korea N/A

Info

Place this on top of game articles. This creates an information box with data about the game.

Articles with this template are automatically categorized under Category:Games or Category:Re-releases, as per the "rereleaseof" parameter.

Parameters

Parameter Mandatory Default Detailed description
name Yes Name of the game.
image No Name of the cover image file, with extension.
size No 250px Size of the image.
caption No Caption for the image, if needed.
jname No Japanese name.
esrb No ESRB rating.
pegi No PEGI rating.
console No TBA Primary console the game is played on, without a link.
console2 No Secondary console the game is played on, without a link.
developer No {{w|Nintendo EAD}} Game's developer, with a link.
publisher No TBA Game's publisher(s), with links.
genre Yes Game's genre.
players Yes Number of players that can play. If different game modes have different player numbers, list all possible combinations in different lines. e.g. Single-player (story mode)<br>2-player co-op (Challenge Mode)<br>2-player versus (2-Player Battle)
savesize No Size of the saved game.
predecessor No Game's predecessor, remember to link manually.
successor No Game's successor, remember to link manually.
rerelease No The game's re-release, remember to link manually.
rereleaseof No What this game is a re-release of, remember to link manually. It's important to leave it blank if it's not a re-release.
release No Worldwide release date. Used instead of the region parameters when only one date is needed.
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.
ko No N/A South Korean release date.
nocat No To make the infobox not categorize the article, give this parameter a value like "y".

Skeleton

{{infobox game
|name        = 
|image       = 
|size        = 
|caption     = 
|jname       = 
|esrb        = 
|pegi        = 
|console     = 
|console2    = 
|developer   = 
|publisher   = 
|genre       = 
|players     = 
|savesize    = 
|predecessor = 
|successor   = 
|rerelease   = 
|rereleaseof = 
|release     = 
|jp          = 
|na          = 
|eu          = 
|au          = 
|ko          = 
|nocat       = 
}}