|
|
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 | |
| |-
| |
| ||title=
| |
| |Title of the game (only necessary when the name of the article has text other than the title alone, such as "Title (game)")
| |
| |-
| |
| ||image=
| |
| |Box art of the game (North American box takes precedence to be consistent with [[MarioWiki:Naming|the naming policy]])
| |
| |-
| |
| ||developer=
| |
| |Developer of the game
| |
| |-
| |
| ||publisher=
| |
| |Publisher of the game (based on which console/handheld this game is for)
| |
| |-
| |
| ||platforms=
| |
| |What consoles/handhelds can play the game
| |
| |-
| |
| ||released=
| |
| |Release dates in all countries for all platforms, in order from earliest to latest (use {{tem|released}})
| |
| |-
| |
| ||genre=
| |
| |What genre the game is in (see [[Genre]] for a full list of genres)
| |
| |-
| |
| ||ratings=
| |
| |Official ratings of the game (use {{tem|ratings}})
| |
| |-
| |
| ||modes=
| |
| |How many players can play the game simultaneously, and whether or not the game supports online play
| |
| |-
| |
| ||media=
| |
| |The medium used by the system the game is on, whether a cartridge, optical disc, or digital download (use {{tem|media}})
| |
| |-
| |
| ||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>
| |