Template:Infobox computing device/doc: Difference between revisions

From Emulation General Wiki
Jump to navigation Jump to search
Gorilli09 (talk | contribs)
No edit summary
m Reformat content
Line 1: Line 1:
<br style="clear:both;"/>
<center><big>'''Infobox console'''</big></center>
An infobox for console pages. Based on the improved [[Template:Infobox emulator|Infobox emulator template]], using a design closely modelled from Wikipedia with our own tweaks. Most parameters are optional but are explained below.
__NOTOC__
__NOTOC__
==Parameters==
== Description ==
An infobox for console pages; based on the improved &#x007B;{[[Template:Infobox emulator|Infobox emulator template]]}&#x007D;, 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). 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> : 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. Might be useful for logos that either exceed the size of the infobox, or have a more vertical (and thus uncomfortable) aspect ratio. Also optional.
; <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)
:Used to put console images in. The extra numbered parameters exist for cases where there are 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>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)
:Used to set the width of the images. Optional.
; <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)
:Used to put a caption in. Describe both images if you use both parameters. 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? Optional but recommended.
; <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]]. Optional but recommended.
; <code>blank</code> : A spacer to put between parameters. (optional)<br />Start by adding <code>blank = </code> and then use the code <code><nowiki>&lt;span style="color: #ececec;"&gt;blank&lt;/span&gt;</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]]. Optional but recommended.
;<code>release</code>, <code>release date</code>, or <code>released</code>
:The release year of the console. Optional but recommended.
;<code>discontinued</code>
:When was the console discontinued? Optional.
;<code>predecessor</code>
:What console came before this one? Optional.
;<code>successor</code>
:What console came after this one? Optional.
;<code>emulated</code>
:Is this console unofficially emulated? Required.
;<code>website</code>
:The website of the console, optional.
;<code>blank</code>
:A spacer to put between parameters Optional. <br> start by adding "blank = " and then use the code " < span style= "color: #ECECEC" >blank < /span > " (remember to remove the spaces in the code or it wont work)


</center>
<includeonly>
[[Category:Infobox templates]]</includeonly><noinclude>
[[Category:Template documentation pages|{{BASEPAGENAME}}]]</noinclude>

Revision as of 20:31, 28 July 2025

Description

An infobox for console pages; based on the improved {{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 first, second, third, etc.) in the markup, but it can get confusing as the template is designed to have the values show up only one way.

title
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.
logo
Should be used for the logo of the console (if it exists). (optional)
logowidth
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)
image, image2, image3, image4, image5, image6, image7, image8, image9, and image10
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 image parameter, but this isn't recommended. (optional, but recommended)
imagewidth, imagewidth2, imagewidth3, imagewidth4, imagewidth5, imagewidth6, imagewidth7, imagewidth8, imagewidth9, and imagewidth10
Sets the width of the images. (optional)
imagecaption or caption
Show a caption below the image(s); describe both images if you use both parameters. (optional)
developer
Who's making the console? If the console was discontinued, then who made the console? (optional, but recommended)
type
What type of console is it? "Home video game console" or "Handheld game console" are the two biggest examples, though you may find "Handheld" game console on pages like Virtual Boy emulators. (optional, but recommended)
generation
What generation was this console released in? Wikipedia has a comprehensive list, but you can also see our category for consoles. (optional, but recommended)
release, release date, or released
The release date or year of the console. (optional, but recommended)
discontinued
When was the console discontinued? (optional)
predecessor
What console came before this one? (optional)
successor
What console came after this one? (optional)
emulated
Is this console unofficially emulated? (required)
website
The website of the console. (optional)
blank
A spacer to put between parameters. (optional)
Start by adding blank = and then use the code <span style="color: #ececec;">blank</span>.