Be sure to read our policy on citing sources before editing!

Difference between revisions of "Template:Infobox console"

From Jiggywikki, a Banjo-Kazooie wiki
Jump to navigationJump to search
m (Results May Vary moved page Template:Infobox Gamesystem to Template:Infobox console without leaving a redirect: better title)
(cleanup--removed most fields (toomai agreed on this))
Line 1: Line 1:
<includeonly>{| width="30%" align="right" class="wikitable infobox plainlinks"
<includeonly>{| width="30%" align="right" class="wikitable infobox plainlinks"
|+ '''{{PAGENAME}}'''
|+ '''{{PAGENAME}}'''
|-
|colspan="2" align="center"|{{#if:{{{icon|}}}|[[Image:{{{icon}}}]]|}}
|-
|-
|colspan="2" align="center"|{{#if:{{{image|}}}|[[Image:{{{image}}}{{!}}{{{size}}}]]|[[Special:Upload|Please add an image!]]}}
|colspan="2" align="center"|{{#if:{{{image|}}}|[[Image:{{{image}}}{{!}}{{{size}}}]]|[[Special:Upload|Please add an image!]]}}
Line 14: Line 12:
!width="1%" nowrap="nowrap"|First available
!width="1%" nowrap="nowrap"|First available
| {{#if:{{{available|}}}|{{{available}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}
| {{#if:{{{available|}}}|{{{available}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}
|-
!width="1%" nowrap="nowrap"|CPU
| {{#if:{{{cpu|}}}|{{{cpu}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}
|-
!width="1%" nowrap="nowrap"|GPU
| {{#if:{{{gpu|}}}|{{{gpu}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}
|-
!width="1%" nowrap="nowrap"|Media
| {{#if:{{{media|}}}|{{{media}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}
|-
!width="1%" nowrap="nowrap"|Backward compatibility
| {{#if:{{{bc|}}}|{{{bc}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}
|-
!width="1%" nowrap="nowrap"|System storage
| {{#if:{{{storage|}}}|{{{storage}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}
|-
!width="1%" nowrap="nowrap"|Controller input
| {{#if:{{{input|}}}|{{{input}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}
|-
!width="1%" nowrap="nowrap"|Online service
| {{#if:{{{online|}}}|{{{online}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}
|-
!width="1%" nowrap="nowrap"|Units sold
| {{#if:{{{units|}}}|{{{units}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}
|-
!width="1%" nowrap="nowrap"|Best-selling game
| {{#if:{{{bestseller|}}}|{{{bestseller}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}
|-
!width="1%" nowrap="nowrap"|Predecessor
| {{#if:{{{pred|}}}|{{{pred}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}
|-
!width="1%" nowrap="nowrap"|Successor
| {{#if:{{{successor|}}}|{{{successor}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}
|-
!width="1%" nowrap="nowrap"|Accessories
| {{#if:{{{accessories|}}}|{{{accessories}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}
|}
|}
{{mainonly|{{#if:{{{image|}}}||[[Category:Needs image]]}} [[Category:Game Systems]]}}</includeonly><noinclude>{{clear}}
{{mainonly|{{#if:{{{image|}}}||[[Category:Needs image]]}} [[Category:Systems]]}}</includeonly><noinclude>
==Fields==
*image = An image of the system. Do not include the "File:" or "Image:" prefixes.
*gen = The generation of gaming
*released = The dates that the system was first available


----
==Layout==
==Use==
<pre>
icon = The main icon or logo used to identify the system.
{{Infobox console
image = An image of the system. Do not type the <nowiki>[[Image:____]]</nowiki> extensions in. Example, N64.jpg.
|image =
size = The size of the image. Be sure to add px at the end of the number. Ex. 200px
|gen =
manufacturer = The company that manufacturered the system.
|released =
gen = The generation of gaming.
available = The dates that the system was first available.
cpu = The CPU that the system uses.
gpu = The GPU that the system uses.
media = What types of media an be used with the system.
bc = For what systems the Game system allows backward compatibility.
storage = The memory or Hard Drive capacity of the system
input = How many controller(s) can be inputed into the system.
online = the online service for the system.
units = How many units the system sold worldwide.
bestseller = System's best selling game to date.
pred = The system's predicessor.
successor = The system's successor.
accessories = Any accessories required or recommended for the system. Example, Rumble Pack.
==Blank template==
<nowiki>
{{Infobox Gamesystem</nowiki><br><nowiki>
|icon        = </nowiki><br><nowiki>
|image         = </nowiki><br><nowiki>
|size        = </nowiki><br><nowiki>
|manufacturer        = </nowiki><br><nowiki>
|gen         = </nowiki><br><nowiki>
|available        = </nowiki><br><nowiki>
|cpu              = </nowiki><br><nowiki>
|gpu            = </nowiki><br><nowiki>
|media          = </nowiki><br><nowiki>
|bc          = </nowiki><br><nowiki>
|storage          = </nowiki><br><nowiki>
|input          = </nowiki><br><nowiki>
|online          = </nowiki><br><nowiki>
|units        = </nowiki><br><nowiki>
|bestseller        = </nowiki><br><nowiki>
|pred        = </nowiki><br><nowiki>
|successor        = </nowiki><br><nowiki>
|accessories        = </nowiki><br><nowiki>
}}
}}
</nowiki>
</pre>
</noinclude>
[[Category:Infobox templates]]</noinclude>

Revision as of 02:49, October 20, 2018

Fields

  • image = An image of the system. Do not include the "File:" or "Image:" prefixes.
  • gen = The generation of gaming
  • released = The dates that the system was first available

Layout

{{Infobox console
|image =
|gen =
|released =
}}