Template:Infobox computing device/doc: Difference between revisions
No edit summary |
RogueScholar (talk | contribs) m Reformat content |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
==Parameters== | == Description == | ||
An infobox for console pages; based on the improved {{[[Template:Infobox emulator|Infobox emulator template]]}}, using a design closely modelled from Wikipedia, but with our own tweaks. Most parameters are optional, and are explained below. | |||
== Usage == | |||
=== Parameters === | |||
The order of this list of parameters is meant to match the order they are displayed in the box. You can technically place each parameter in any order you want (as opposed to <code>first</code>, <code>second</code>, <code>third</code>, etc.) in the markup, but it can get confusing as the template is designed to have the values show up only one way. | The order of this list of parameters is meant to match the order they are displayed in the box. You can technically place each parameter in any order you want (as opposed to <code>first</code>, <code>second</code>, <code>third</code>, etc.) in the markup, but it can get confusing as the template is designed to have the values show up only one way. | ||
;<code>title</code> | ; <code>title</code> : The name of the console. If no value is given, it will default to the name of the page instead, so it's highly recommended to set the parameter yourself. | ||
:The name of the console. If no value is given, it will default to the name of the page instead, so it's highly recommended to set the parameter yourself. | ; <code>logo</code> : Should be used for the logo of the console (if it exists). (optional) | ||
;<code>logo</code> | ; <code>logowidth</code> : Set the width of the logo; might be useful for logos that either exceed the size of the infobox, or have a more vertical (and thus uncomfortable) aspect ratio. (optional) | ||
:Should be used for the logo of the console (if it exists). | ; <code>image</code>, <code>image2</code>, <code>image3</code>, <code>image4</code>, <code>image5</code>, <code>image6</code>, <code>image7</code>, <code>image8</code>, <code>image9</code>, and <code>image10</code> : Show console images; the extra numbered parameters exist for cases where there is more than one image, possibly to represent different forms (like [[Nintendo Switch emulators]]) or different models (like [[PC Engine (TurboGrafx-16) emulators]]). The extras can also be used without the presence of the first <code>image</code> parameter, but this isn't recommended. (optional, but recommended) | ||
;<code>logowidth</code> | ; <code>imagewidth</code>, <code>imagewidth2</code>, <code>imagewidth3</code>, <code>imagewidth4</code>, <code>imagewidth5</code>, <code>imagewidth6</code>, <code>imagewidth7</code>, <code>imagewidth8</code>, <code>imagewidth9</code>, and <code>imagewidth10</code> : Sets the width of the images. (optional) | ||
:Set the width of the logo | ; <code>imagecaption</code> or <code>caption</code> : Show a caption below the image(s); describe both images if you use both parameters. (optional) | ||
;<code>image</code>, <code>image2</code>, <code>image3</code>, <code>image4</code>, <code>image5</code>, <code>image6</code>, <code>image7</code>, <code>image8</code>, <code>image9</code>, and <code>image10</code> | ; <code>developer</code> : Who's making the console? If the console was discontinued, then who ''made'' the console? (optional, but recommended) | ||
: | ; <code>type</code> : What type of console is it? "Home video game console" or "Handheld game console" are the two biggest examples, though you may find <code>"Handheld" game console</code> on pages like [[Virtual Boy emulators]]. (optional, but recommended) | ||
;<code>imagewidth</code>, <code>imagewidth2</code>, <code>imagewidth3</code>, <code>imagewidth4</code>, <code>imagewidth5</code>, <code>imagewidth6</code>, <code>imagewidth7</code>, <code>imagewidth8</code>, <code>imagewidth9</code>, and <code>imagewidth10</code> | ; <code>generation</code> : What generation was this console released in? Wikipedia has a comprehensive list, but you can also see [[:Category:Consoles|our category for consoles]]. (optional, but recommended) | ||
: | ; <code>release</code>, <code>release date</code>, or <code>released</code> : The release date or year of the console. (optional, but recommended) | ||
;<code>imagecaption</code> or <code>caption</code> | ; <code>discontinued</code> : When was the console discontinued? (optional) | ||
: | ; <code>predecessor</code> : What console came before this one? (optional) | ||
;<code>developer</code> | ; <code>successor</code> : What console came after this one? (optional) | ||
:Who's making the console? If the console was discontinued, then who ''made'' the console? | ; <code>emulated</code> : Is this console unofficially emulated? (required) | ||
;<code>type</code> | ; <code>website</code> : The website of the console. (optional) | ||
:What type of console is it? "Home video game console" or "Handheld game console" are the two biggest examples though you may find <code>"Handheld" game console</code> on pages like [[Virtual Boy emulators]]. | ; <code>blank</code> : A spacer to put between parameters. (optional)<br />Start by adding <code>blank = </code> and then use the code <code><nowiki><span style="color: #ececec;">blank</span></nowiki></code>. | ||
;<code>generation</code> | |||
:What generation was this console released in? Wikipedia has a comprehensive list, but you can also see [[:Category:Consoles|our category for consoles]]. | |||
;<code>release</code>, <code>release date</code>, or <code>released</code> | |||
:The release year of the console. | |||
;<code>discontinued</code> | |||
:When was the console discontinued? | |||
;<code>predecessor</code> | |||
:What console came before this one? | |||
;<code>successor</code> | |||
:What console came after this one? | |||
;<code>emulated</code> | |||
:Is this console unofficially emulated? | |||
;<code>website</code> | |||
:The website of the console | |||
;<code>blank</code> | |||
:A spacer to put between parameters | |||
</ | <includeonly> | ||
[[Category:Infobox templates]]</includeonly><noinclude> | |||
[[Category:Template documentation pages|{{BASEPAGENAME}}]]</noinclude> | |||