There are currently 0 stubs. You can help us by expanding these articles!

Difference between revisions of "Template:Console infobox"

From Rare Wiki
Jump to navigationJump to search
(moving here)
 
(cleanup code trail)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="infobox" cellpadding=2 cellspacing=2 align=right width=330px style="padding: 4px; margin: 0 0 1em 1em; font-size: 10px; background:#FFF; border:1px solid #000;"
{| class="infobox"
! colspan="2" style="font-size:125%;background:#4EE44E"|  {{{name|{{PAGENAME}}}}}
|-
|-
! colspan="2" bgcolor=lightgreen style="font-size:13px"|  ''{{{title|{{PAGENAME}}}}}''
| colspan="2" style="text-align:center" | {{{image|}}}
|-
| align="center" colspan="2" | {{{image|}}}
|- style="vertical-align: top;"
|- style="vertical-align: top;"
{{#if:{{{developer|}}}|{{!}}-style="background:lightgreen"
{{#if:{{{developer|}}}|{{!}}-style="background:#d2f8d2"
{{!}} '''Developer'''
{{!}} '''Developer'''
{{!}} {{{developer}}}
{{!}} {{{developer}}}
|}}
|}}
|- style="vertical-align: top"
|- style="vertical-align: top"
{{#if:{{{gen|}}}|{{!}}-style="background:lightgreen"
{{#if:{{{gen|}}}|{{!}}-style="background:#d2f8d2"
{{!}} '''Generation'''
{{!}} '''Generation'''
{{!}} {{{gen}}}
{{!}} {{{gen}}}
|}}
|}}
|- style="vertical-align: top;"
|- style="vertical-align: top;"
{{#if:{{{released|}}}|{{!}}-style="background:lightgreen"
{{#if:{{{released|}}}|{{!}}-style="background:#d2f8d2"
{{!}} '''Release date(s)'''
{{!}} '''Release date(s)'''
{{!}} {{{released}}}
{{!}} {{{released}}}
|}}
|}}
|- style="vertical-align: top"
|- style="vertical-align: top"
{{#if:{{{discontinued|}}}|{{!}}-style="background:lightgreen"
{{#if:{{{discontinued|}}}|{{!}}-style="background:#d2f8d2"
{{!}} '''Discontinued'''
{{!}} '''Discontinued'''
{{!}} {{{discontinued}}}
{{!}} {{{discontinued}}}
|}}
|}}
|- style="vertical-align: top"
|- style="vertical-align: top"
{{#if:{{{predecessor|}}}|{{!}}-style="background:lightgreen"
{{#if:{{{predecessor|}}}|{{!}}-style="background:#d2f8d2"
{{!}} '''Predecessor'''
{{!}} '''Predecessor'''
{{!}} {{{predecessor}}}
{{!}} {{{predecessor}}}
|}}
|}}
|- style="vertical-align: top"
|- style="vertical-align: top"
{{#if:{{{successor|}}}|{{!}}-style="background:lightgreen"
{{#if:{{{successor|}}}|{{!}}-style="background:#d2f8d2"
{{!}} '''Successor'''
{{!}} '''Successor'''
{{!}} {{{successor}}}
{{!}} {{{successor}}}
|}}
|}}
|}
|}
<noinclude>
<noinclude>{{br}}
==Fields==
==Fields==
  image = An image of the system. Do not include the File: or Image: prefix.
  image = An image of the system. Do not include the File: or Image: prefix.
Line 47: Line 46:
==Blank template==
==Blank template==
<pre>
<pre>
{{Infobox system
{{Console infobox
|image =
|image =
|developer =
|developer =

Latest revision as of 04:39, October 16, 2021

Console infobox

Fields

image = An image of the system. Do not include the File: or Image: prefix.
developer = The company that created the system (e.g. Nintendo for Nintendo 64, Microsoft for the Xbox, etc.)
gen = The generation of gaming
released = The dates that the system was first available
discontinued = The year which the console was discontinued
predecessor = The console that came before (if applicable)
successor = The console that came after (if applicable)

Blank template

{{Console infobox
|image =
|developer =
|gen = 
|released =
|discontinued =
|predecessor =
|successor =
}}