Template:Game infobox: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary
(Replaced content with "{{#invoke:Infobox|infobox}}<noinclude> {{documentation}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude>")
Line 1: Line 1:
{|class="infobox" cellpadding=2 cellspacing=2 width=265 style="float:right;padding:4px;margin:0 0 1em 1em;font-size:11px;background-color:#FFF5EE;border:1px solid #f98686"
{{#invoke:Infobox|infobox}}<noinclude>
|align=center colspan=2 bgcolor=#FAAAAA style=font-size:13px{{!}}'''''{{{title|{{PAGENAME}}}}}'''''
 
|-
{{documentation}}
|align=center colspan=2|{{{image|}}}
<!-- Categories go in the /doc subpage, and interwikis go in Wikidata. -->
|-bgcolor=#FFE4E1 style=vertical-align:top align=left
</noinclude>
|'''Developer(s)'''
|{{{developer|}}}
|-style=vertical-align:top align=left
|'''Publisher(s)'''
|{{{publisher|}}}
|-bgcolor=#FFE4E1 style=vertical-align:top align=left
|'''Platform(s)'''
|{{{platforms|}}}
|-style=vertical-align:top align=left
|'''Release date'''
|{{{released|}}}
|-bgcolor=#FFE4E1 style=vertical-align:top align=left
|'''{{color-link|Genre|#000}}'''
|{{{genre|}}}
|-style=vertical-align:top align=left
|'''Rating(s)'''
|{{{ratings|}}}
|-bgcolor=#FFE4E1 style=vertical-align:top align=left
|'''Mode(s)'''
|{{{modes|}}}
|-style=vertical-align:top align=left
|'''Media'''
|{{{media|}}}
|-bgcolor=#FFE4E1 style=vertical-align:top align=left
|'''Input'''
|{{{input|}}}
|}<noinclude>{{br}}
==Usage==
{|border=1 style=border-collapse:collapse;width:70%;float:right;margin-left:1em; cellpadding=3
!colspan=2|Syntax
|-
|&#124;title=
|Title of the game (only necessary when the name of the article has text other than the title alone, such as "Title (game)")
|-
|&#124;image=
|Box art of the game (North American box takes precedence to be consistent with [[MarioWiki:Naming|the naming policy]])
|-
|&#124;developer=
|Developer of the game
|-
|&#124;publisher=
|Publisher of the game (based on which console/handheld this game is for)
|-
|&#124;platforms=
|What consoles/handhelds can play the game
|-
|&#124;released=
|Release dates in all countries for all platforms, in order from earliest to latest (use {{tem|released}})
|-
|&#124;genre=
|What genre the game is in (see [[Genre]] for a full list of genres)
|-
|&#124;ratings=
|Official ratings of the game (use {{tem|ratings}})
|-
|&#124;modes=
|How many players can play the game simultaneously, and whether or not the game supports online play
|-
|&#124;media=
|The medium used by the system the game is on, whether a cartridge, optical disc, or digital download (use {{tem|media}})
|-
|&#124;input=
|What controllers the title supports (use {{tem|input}})
|}
<pre>
{{infobox
|title=
|image=
|developer=
|publisher=
|platforms=
|released=
|genre=
|ratings=
|modes=
|media=
|input=
}}
</pre>
[[Category:Infobox templates|{{PAGENAME}}]]</noinclude>

Revision as of 01:09, July 19, 2017

Script error: No such module "Infobox".

Template:Documentation