Template:Game infobox

From Fanon Wiki
Revision as of 20:04, 8 July 2022 by PinkYoshiFan (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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
|platforms=platforms that the game released on
|age-rating=age rating of the game
|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=
|platforms=
|age-rating=
|extra-1-title=
|extra-1-content=
|extra-2-title=
|extra-2-content=
|previous=
|next=
}}