Difference between revisions of "Template:Infobox console"

From Game Tech Wiki
Jump to navigation Jump to search
m (Copied basic into from Emu wiki's infobox console page and increased the infobox image size to 230 pixels wide, due to many slightly broken images in infoboxes trying to display the image at that resolution.)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
|-
 
|-
 
{{#if: {{{logo|}}} |
 
{{#if: {{{logo|}}} |
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{logo}}}|{{{logowidth|210}}}px]]
+
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{logo}}}|{{{logowidth|230}}}px]]
 
{{!}}-
 
{{!}}-
 
| }}
 
| }}
 
{{#if: {{{image|}}} |
 
{{#if: {{{image|}}} |
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image}}}|{{{imagewidth|210}}}px]]
+
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image}}}|{{{imagewidth|230}}}px]]
 
{{!}}-
 
{{!}}-
 
| }}
 
| }}
 
{{#if: {{{image2|}}} |
 
{{#if: {{{image2|}}} |
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image2}}}|{{{imagewidth2|210}}}px]]
+
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image2}}}|{{{imagewidth2|230}}}px]]
 
{{!}}-
 
{{!}}-
 
| }}
 
| }}
 
{{#if: {{{image3|}}} |
 
{{#if: {{{image3|}}} |
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image3}}}|{{{imagewidth3|210}}}px]]
+
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image3}}}|{{{imagewidth3|230}}}px]]
 
{{!}}-
 
{{!}}-
 
| }}
 
| }}
 
{{#if: {{{image4|}}} |
 
{{#if: {{{image4|}}} |
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image4}}}|{{{imagewidth4|210}}}px]]
+
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image4}}}|{{{imagewidth4|230}}}px]]
 
{{!}}-
 
{{!}}-
 
| }}
 
| }}
 
{{#if: {{{image5|}}} |
 
{{#if: {{{image5|}}} |
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image5}}}|{{{imagewidth5|210}}}px]]
+
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image5}}}|{{{imagewidth5|230}}}px]]
 
{{!}}-
 
{{!}}-
 
| }}
 
| }}
 
{{#if: {{{image6|}}} |
 
{{#if: {{{image6|}}} |
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image6}}}|{{{imagewidth6|210}}}px]]
+
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image6}}}|{{{imagewidth6|230}}}px]]
 
{{!}}-
 
{{!}}-
 
| }}
 
| }}
 
{{#if: {{{image7|}}} |
 
{{#if: {{{image7|}}} |
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image7}}}|{{{imagewidth7|210}}}px]]
+
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image7}}}|{{{imagewidth7|230}}}px]]
 
{{!}}-
 
{{!}}-
 
| }}
 
| }}
 
{{#if: {{{image8|}}} |
 
{{#if: {{{image8|}}} |
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image8}}}|{{{imagewidth8|210}}}px]]
+
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image8}}}|{{{imagewidth8|230}}}px]]
 
{{!}}-
 
{{!}}-
 
| }}
 
| }}
 
{{#if: {{{image9|}}} |
 
{{#if: {{{image9|}}} |
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image9}}}|{{{imagewidth9|210}}}px]]
+
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image9}}}|{{{imagewidth9|230}}}px]]
 
{{!}}-
 
{{!}}-
 
| }}
 
| }}
 
{{#if: {{{image10|}}} |
 
{{#if: {{{image10|}}} |
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image10}}}|{{{imagewidth10|210}}}px]]
+
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{{image10}}}|{{{imagewidth10|230}}}px]]
 
{{!}}-
 
{{!}}-
 
| }}
 
| }}
Line 66: Line 66:
 
| }}
 
| }}
 
{{#if: {{{Media type|}}} |
 
{{#if: {{{Media type|}}} |
! Type
+
! Media type
 
{{!}} {{{Media type}}}
 
{{!}} {{{Media type}}}
 
{{!}}-
 
{{!}}-
Line 86: Line 86:
 
| }}
 
| }}
 
|}</onlyinclude><noinclude><br style="clear:both;"/></noinclude>
 
|}</onlyinclude><noinclude><br style="clear:both;"/></noinclude>
 +
 +
An infobox for console pages.
 +
 +
__NOTOC__
 +
==Example==
 +
===Empty Layout===
 +
<pre>{{Infobox console
 +
|logo            =
 +
|image            =
 +
|image2          =
 +
|image3          =
 +
|image4          =
 +
|image5          =
 +
|image6          =
 +
|image7          =
 +
|image8          =
 +
|image9          =
 +
|image10          =
 +
|imagecaption    =
 +
|Manufacturer    =
 +
|Generation      =
 +
|Release date    =
 +
|Media type      =
 +
|Input controller =
 +
|Predecessor      =
 +
|Successor        =
 +
}}</pre>
 +
 +
<h2 style="width:100%">Parameters</h2>
 +
---
 
<noinclude>[[Category:Templates]]</noinclude>
 
<noinclude>[[Category:Templates]]</noinclude>

Latest revision as of 06:27, 12 April 2022

Infobox console


An infobox for console pages.


Example[edit]

Empty Layout[edit]

{{Infobox console
|logo             =
|image            =
|image2           =
|image3           =
|image4           =
|image5           =
|image6           =
|image7           =
|image8           =
|image9           =
|image10          =
|imagecaption     =
|Manufacturer     =
|Generation       =
|Release date     =
|Media type       =
|Input controller =
|Predecessor      =
|Successor        =
}}

Parameters

---