Be sure to read our policy on citing sources before editing!

Difference between revisions of "Template:Infobox game"

From Jiggywikki, a Banjo-Kazooie wiki
Jump to navigationJump to search
(removed accessories parameter)
(making these #ifs)
Line 4: Line 4:
|colspan="2" align="center"|{{#if:{{{image|}}}|[[File:{{{image}}}|{{{size|300px}}}]]|[[Special:Upload|Please add an image!]]}}
|colspan="2" align="center"|{{#if:{{{image|}}}|[[File:{{{image}}}|{{{size|300px}}}]]|[[Special:Upload|Please add an image!]]}}
|-
|-
!width="1%" nowrap="nowrap"|Developer(s)
{{#if:{{{developer|}}}|{{!}}- style="vertical-align: top;"
| {{#if:{{{developer|}}}|{{{developer}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}
{{!}} '''Developer'''
{{!}} {{{developer}}}
|}}
|-
|-
!width="1%" nowrap="nowrap"|Publisher(s)
{{#if:{{{publisher|}}}|{{!}}- style="vertical-align: top;"
| {{#if:{{{publisher|}}}|{{{publisher}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}
{{!}} '''Publisher'''
{{!}} {{{publisher}}}
|}}
|-
|-
!width="1%" nowrap="nowrap"|Designer(s)
{{#if:{{{designer|}}}|{{!}}- style="vertical-align: top;"
| {{#if:{{{designer|}}}|{{{designer}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}
{{!}} '''Designer'''
{{!}} {{{designer}}}
|}}
|-
|-
!width="1%" nowrap="nowrap"|Platform
{{#if:{{{console|}}}|{{!}}- style="vertical-align: top;"
| {{#if:{{{platform|}}}|{{{platform}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}
{{!}} '''Console(s)'''
{{!}} {{{console}}}
|}}
|-
|-
!width="1%" nowrap="nowrap"|Release Date(s)
{{#if:{{{released|}}}|{{!}}- style="vertical-align: top;"
| {{#if:{{{release|}}}|{{{release}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}
{{!}} '''Release date(s)'''
{{!}} {{{released}}}
|}}
|-
|-
!width="1%" nowrap="nowrap"|Genre(s)
{{#if:{{{genre|}}}|{{!}}- style="vertical-align: top;"
| {{#if:{{{genre|}}}|{{{genre}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}
{{!}} '''Genre'''
{{!}} {{{genre}}}
|}}
|-
|-
!width="1%" nowrap="nowrap"|Mode(s)
{{#if:{{{mode|}}}|{{!}}- style="vertical-align: top;"
| {{#if:{{{mode|}}}|{{{mode}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}
{{!}} '''Mode'''
{{!}} {{{mode}}}
|}}
|-
|-
!width="1%" nowrap="nowrap"|Rating(s)
{{#if:{{{rating|}}}|{{!}}- style="vertical-align: top;"
| {{#if:{{{rating|}}}|{{{rating}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}
{{!}} '''Rating'''
{{!}} {{{rating}}}
|}}
|-
|-
!width="1%" nowrap="nowrap"|Media
{{#if:{{{media|}}}|{{!}}- style="vertical-align: top;"
| {{#if:{{{media|}}}|{{{media}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}
{{!}} '''Media'''
{{!}} {{{media}}}
|}}
|-
|-
!width="1%" nowrap="nowrap"|Input Method(s)
{{#if:{{{input|}}}|{{!}}- style="vertical-align: top;"
| {{#if:{{{input|}}}|{{{input}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}
{{!}} '''Input'''
{{#if:{{{icon|}}}|
{{!}} {{{input}}}
!-
|}}
!colspan="2" align="center"|{{#if:{{{icon|}}}|[[Image:{{{icon}}}]]|}}}}
|}<noinclude>
|}<noinclude>
{{br}}
{{br}}
==Fields==
==Fields==
  title = The name of the video game. (This was added specifically to retain the game name in the infobox title, excluding "(Xbox Live Arcade)".)
  title = The name of the video game. (This was added specifically to retain the game name in the infobox title, excluding "(Xbox Live Arcade)".)
Line 45: Line 63:
  publisher = The company(s) that published the game.
  publisher = The company(s) that published the game.
  designer = The head person/people who designed the game.
  designer = The head person/people who designed the game.
  platform = The gaming platform(s) the game was available for.
  console = The console(s) that the game was released on.
  release = The games release dates in North America, Europe, and Japan (or any others).
  released = The dates in which the game was released.
  genre = What genre(s) the game is. Example, Action-Adventure and Platformer
  genre = What genre(s) the game is. Example, Action-Adventure and Platformer
  mode = What different player modes are in the game. Single-Player, Multi-Player
  mode = What different player modes are in the game. Single-Player, Multi-Player
Line 61: Line 79:
|publisher    =  
|publisher    =  
|designer    =  
|designer    =  
|platform    =  
|console      =  
|release      =  
|released    =  
|genre        =  
|genre        =  
|mode        =  
|mode        =  

Revision as of 19:32, June 16, 2019

Fields

title = The name of the video game. (This was added specifically to retain the game name in the infobox title, excluding "(Xbox Live Arcade)".)
image = An image of the game's cover artwork. Do not add [[File:]] in the field; only the filename and extension.
size  = Height of image
developer = The company(s) that developed the game.
publisher = The company(s) that published the game.
designer = The head person/people who designed the game.
console = The console(s) that the game was released on.
released = The dates in which the game was released.
genre = What genre(s) the game is. Example, Action-Adventure and Platformer
mode = What different player modes are in the game. Single-Player, Multi-Player
rating = The game's rating(s) by ESRB, ELSPA, and OFLC.
media = What format is the game on. Example, 128 megabit cartridge, 64-megabit cartridge
input = What controller(s) can be used to play the game.

Blank template

{{Infobox game
|image        = 
|size         =
|developer    = 
|publisher    = 
|designer     = 
|console      = 
|released     = 
|genre        = 
|mode         = 
|rating       = 
|media        = 
|input        = 
}}