Template:Game infobox: Difference between revisions

From Fanon Wiki
No edit summary
No edit summary
 
Line 5: Line 5:
{{#if:{{{release|}}}|Release date // {{{release}}} // {{{mode|split}}}}}
{{#if:{{{release|}}}|Release date // {{{release}}} // {{{mode|split}}}}}
{{#if:{{{end|}}}|End of service // {{{end}}} // {{{mode|split}}}}}
{{#if:{{{end|}}}|End of service // {{{end}}} // {{{mode|split}}}}}
{{#if:{{{languages|}}}|Language(s) // {{{languages}}} //  
{{#if:{{{languages|}}}|Language(s) // {{{languages}}} // {{{mode|split}}}}}
{{{mode|split}}}}}
{{#if:{{{genre|}}}|Genre // {{{genre}}} // {{{mode|split}}}}}
{{#if:{{{genre|}}}|Genre // {{{genre}}} //  
{{{mode|split}}}}}
{{#if:{{{platforms|}}}|Platform(s) // {{{platforms}}} // {{{mode|split}}}}}
{{#if:{{{platforms|}}}|Platform(s) // {{{platforms}}} // {{{mode|split}}}}}
{{#if:{{{age-rating|}}}|Age ratings // {{{age-rating}}} // {{{mode|split}}}}}
{{#if:{{{age-rating|}}}|Age ratings // {{{age-rating}}} // {{{mode|split}}}}}
Line 14: Line 12:
{{#if:{{{media|}}}|Media // {{{media}}} // {{{mode|split}}}}}
{{#if:{{{media|}}}|Media // {{{media}}} // {{{mode|split}}}}}
{{#if:{{{cabinet|}}}|Cabinet // {{{cabinet}}} // {{{mode|split}}}}}
{{#if:{{{cabinet|}}}|Cabinet // {{{cabinet}}} // {{{mode|split}}}}}
{{#if:{{{arcade-system|}}}|Arcade system // {{{arcade-system}}} // {{{mode|split}}}}}
{{#if:{{{arcade-system|}}}|Arcade system // {{{arcade-system}}} // {{{mode|split}}}}}
{{#if:{{{monitor|}}}|Monitor // {{{monitor}}} // {{{mode|split}}}}}
{{#if:{{{monitor|}}}|Monitor // {{{monitor}}} // {{{mode|split}}}}}
{{#if:{{{input|}}}|Input // {{{input}}} // {{{mode|split}}}}}
{{#if:{{{input|}}}|Input // {{{input}}} // {{{mode|split}}}}}
{{#if:{{{extra-1-content|}}}|{{{extra-1-title|Extra info}}} // {{{extra-1-content}}} // {{{mode|split}}}}}
{{#if:{{{extra-1-content|}}}|{{{extra-1-title|Extra info}}} // {{{extra-1-content}}} // {{{mode|split}}}}}

Latest revision as of 17:56, 26 September 2023

Game infobox

Usage

A slightly simpler invocation of Module:Infobox used for main pages on games. All parameters are optional.

{{Game infobox
|color=color of header background/border, defaults to white
|text-color=text color, defaults to black
|title=title of the infobox, defaults to page name
|mode=Split or wide based on the infobox module, defaults to split
|image=image to put at the top
|caption=caption for the image
|developer=company that developed the game
|publisher=company that published the game
|release=release date of the game
|end=end of the game's service, if no longer playable
|languages=languages the game is playable in
|genre=gameplay genre of the game
|platforms=platforms that the game released on
|age-rating=age rating of the game
|game-modes=playing modes offered by the game
|media=medium used by the system the game is on
|cabinet=cabinet type (use for arcade games only)
|arcade-system=system board (use for arcade games only)
|monitor=monitor specifications (use for arcade games only)
|input=controllers the title supports
|extra-1-title=title for any extra content
|extra-1-content=extra content
|extra-2-title=title for any more extra content
|extra-2-content=more extra content
|previous=previous game in the series
|next=next game in the series
}}

Skeleton

{{Game infobox
|color=
|text-color=
|title=
|mode=
|image=
|caption=
|developer=
|publisher=
|release=
|end=
|languages=
|genre=
|platforms=
|age-rating=
|game-modes=
|media=
|cabinet=
|arcade-system=
|monitor=
|input=
|extra-1-title=
|extra-1-content=
|extra-2-title=
|extra-2-content=
|previous=
|next=
}}