Navigation menu

Template:Console-infobox: Difference between revisions

From Metroid Wiki
mNo edit summary
(Making labels sentence case)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| width="300px" cellpadding="3" cellspacing="0" align="right" style="{{round|20px}} {{border|2}} {{background|neutral}}; font-size: 11px"
{| class="infobox"
|
|
{| width="100%" cellpadding="3" cellspacing="0" align="center" style="{{round}}"
{| class="infobox-sub"
! colspan="2" style="{{#if: {{{image|}}}| {{roundt}} | {{round}}}} {{border}} {{background}} font-size: 13px;" | ''{{{name|{{PAGENAME}}}}}''
! colspan="2" style="font-size: 13px; text-align: center;" | ''{{{name|{{PAGENAME}}}}}''
|-
|-
{{#if: {{{image|}}}|
{{#if: {{{image|}}}|
! colspan="2" align="center" style="{{roundb}} {{border}} {{background}}" {{!}} <div style="float:center; border-bottom:1px solid #{{mw color light}}">{{{image|}}}<br /><br /></div>
{{!}} colspan="2" style="text-align: center;" {{!}} <div style="float:center; border-bottom: 1px solid #{{mw color light}}">{{{image|}}}<br /><br /></div>
<span style="font-size: 10px">{{{caption|}}}</span>}}
<span style="font-size: 10px">{{{caption|}}}</span>}}
|}
|}
|-  
|-  
|
|
{| width="100%" cellpadding="3" cellspacing="0" align="center" style="{{round}} {{border}} {{background}}"
{| class="infobox-sub"
! style="width: 30%; border-right: 1px solid #{{mw color light}}" align="right"  {{!}} Release Date(s)
! Release date(s)
{{!}}
{{!}}
{{{release|''Unspecified Date''}}}
{{{release|''Date unspecified''}}}
|-
|-
{{#if:{{{sold|}}}|
{{#if:{{{sold|}}}|
! style="border-top: 1px solid #{{mw color light}}; border-right: 1px solid #{{mw color light}}" align="right" {{!}} Units Sold
! Units sold
{{!}} style="border-top: 1px solid #{{mw color light}}" {{!}}
{{!}}  
{{{sold|}}}}}
{{{sold|}}}}}
|-
|-
{{#if:{{{game|}}}|
{{#if:{{{game|}}}|
! style="border-top: 1px solid #{{mw color light}}; border-right: 1px solid #{{mw color light}}" align="right" {{!}} Best Selling Game
! Best-selling game
{{!}} style="border-top: 1px solid #{{mw color light}}" {{!}}
{{!}}  
{{{game|}}}}}
{{{game|}}}}}
|-
|-
! style="border-top: 1px solid #{{mw color light}}; border-right: 1px solid #{{mw color light}}" align="right" {{!}} Metroid Game(s)
! ''Metroid'' and related game(s)
{{!}} style="border-top: 1px solid #{{mw color light}}" {{!}}  
{{!}}  
{{{metroid|''[[Metroid (series)]]''}}}
{{{metroid|}}}
|}<noinclude>{{clear}}
|}
==Usage==
|}<noinclude>
{{clear}}
 
==Usage==
This should be used on the pages of consoles or hand held systems.
This should be used on the pages of consoles or hand held systems.
*'''Image:''' An image of the console
*'''''Image:''''' An image of the console
*'''Caption:''' A caption accompanying the image
*'''''Caption:''''' A caption accompanying the image
*'''Release:''' All of the console's release dates
*'''''Release:''''' All of the console's release dates
*'''Sold:''' The approximate units of the console sold
*'''''Sold:''''' The approximate units of the console sold
*'''Game:''' The console's most popular game
*'''''Game:''''' The console's most popular game
*'''Metroid:''' Any ''Metroid'' games released for this console
*'''''Metroid:''''' Any ''Metroid'' games released for this console


'''Blank code <small>(paste onto page)</small>:'''
'''Blank code <small>(paste onto page)</small>:'''
<pre>{{Console-infobox
<pre>{{Console-infobox
|image=
|image=
Line 48: Line 52:
}}</pre>
}}</pre>


 
[[Category:Infobox Templates]]</noinclude>
[[Category:Infobox Templates|{{PAGENAME}}]]</noinclude>

Latest revision as of 03:16, 25 January 2023

Console-infobox
Release date(s)

Date unspecified

Metroid and related game(s)

Usage[edit source]

This should be used on the pages of consoles or hand held systems.

  • Image: An image of the console
  • Caption: A caption accompanying the image
  • Release: All of the console's release dates
  • Sold: The approximate units of the console sold
  • Game: The console's most popular game
  • Metroid: Any Metroid games released for this console

Blank code (paste onto page):

{{Console-infobox
|image=
|caption=
|release=
|sold=
|game=
|metroid=
}}