Template:Game infobox: Difference between revisions

From Fanon Wiki
(Created page with "{{#invoke:infobox|main|color={{{color|white}}}|text={{{text-color|black}}}|title={{{title|{{PAGENAME}}}}}| {{#if:{{{image|}}}|{{{image|100px}}} // {{{caption}}} // img}} {{#if:{{{developer|}}}|Developer // {{{developer}}} // {{{mode|split}}}}} {{#if:{{{publisher|}}}|Publisher // {{{publisher}}} // {{{mode|split}}}}} {{#if:{{{release|}}}|Release date // {{{release}}} // {{{mode|split}}}}} {{#if:{{{platforms|}}}|Platform(s) // {{{platforms}}} // {{{mode...")
 
No edit summary
Line 4: Line 4:
{{#if:{{{publisher|}}}|Publisher // {{{publisher}}} // {{{mode|split}}}}}
{{#if:{{{publisher|}}}|Publisher // {{{publisher}}} // {{{mode|split}}}}}
{{#if:{{{release|}}}|Release date // {{{release}}} // {{{mode|split}}}}}
{{#if:{{{release|}}}|Release date // {{{release}}} // {{{mode|split}}}}}
{{#if:{{{end|}}}|End of service // {{{end}}} //
{{{mode|split}}}}}
{{#if:{{{languages|}}}|Language(s) // {{{languages}}} //
{{{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}}}}}
{{#if:{{{game-modes|}}}|Mode(s) // {{{game-modes}}} // {{{mode|split}}}}}
{{#if:{{{media|}}}|Media // {{{media}}} // {{{mode|split}}}}}
{{#if:{{{cabinet|}}}|Cabinet // {{{cabinet}}} // {{{mode|split}}}}}
{{#if:{{{arcade-system|}}}|Arcade system // {{{arcade-system}}} //  {{{mode|split}}}}}
{{#if:{{{monitor|}}}|Monitor // {{{monitor}}} //  {{{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}}}}}
{{#if:{{{extra-2-content|}}}|{{{extra-2-title|Extra info}}} // {{{extra-2-content}}} // {{{mode|split}}}}}
{{#if:{{{extra-2-content|}}}|{{{extra-2-title|Extra info}}} // {{{extra-2-content}}} // {{{mode|split}}}}}
Line 24: Line 36:
|publisher=company that published the game
|publisher=company that published the game
|release=release date of 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
|platforms=platforms that the game released on
|age-rating=age rating of the game
|age-rating=age rating of the game
|game-modes=playing modes offered by the game
|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-title=title for any extra content
|extra-1-content=extra content
|extra-1-content=extra content
Line 46: Line 66:
|publisher=
|publisher=
|release=
|release=
|end=
|languages=
|genre=
|platforms=
|platforms=
|age-rating=
|age-rating=
|game-modes=
|cabinet=
|arcade-system=
|monitor=
|input=
|extra-1-title=
|extra-1-title=
|extra-1-content=
|extra-1-content=

Revision as of 16:13, 26 July 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
|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=
|cabinet=
|arcade-system=
|monitor=
|input=
|extra-1-title=
|extra-1-content=
|extra-2-title=
|extra-2-content=
|previous=
|next=
}}