Template:infobox controller: Difference between revisions

From Videogame Interface Wiki
(wider hrs test)
(Added 'purpose' section)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
{| id="infobox"
<div id="infobox">
! colspan="2" | {{{name|}}}
<div class="infobox-section infobox-image">
|-
{{{photo|}}}
| colspan="2" | {{{photo|}}}
</div>
|-
{| class="infobox-section infobox-credits"
| colspan="2" | {{{logo|}}}
! Release [[:Category:Date|date]]:
|-
! Release date:
| {{{release|}}}
| {{{release|}}}
|-
|-
! Series:
! [[:Category:Series|Series]]:
| {{{series|}}}
| {{{series|}}}
|-
|-
! Company:
! Model No.:
| {{{model|}}}
|-
! [[:Category:Company|Company]]:
| {{{company|}}}
| {{{company|}}}
|-
|-
! Designer:
! [[:Category:Designer|Designer]]:
| {{{designer|}}}
| {{{designer|}}}
|-
|}
| colspan="2" | <hr>
{| class="infobox-section infobox-colours"
|-
! Main [[:Category:Colour|colours]]:
! Main colours:
| {{{colours|}}}
| {{{colours|}}}
|-
|}
| colspan="2" | <hr>
{| class="infobox-section infobox-hardware"
|-
! [[:Category:System|System]]:
! System:
| {{{system|}}}
| {{{system|}}}
|-
|-
! Connection Type:
! [[:Category:Connection|Connection]]:
| {{{connection|}}}
| {{{connection|}}}
|-
|-
! Mechanisms
! [[:Category:Purpose|Purpose]]:
| {{{purpose|}}}
|-
! [[:Category:Mechanism|Mechanisms]]:
| {{{mechanisms|}}}
| {{{mechanisms|}}}
|}
|}
</div>
</includeonly><noinclude>
</includeonly><noinclude>
==Usage==
==Usage==
Line 40: Line 43:


  <nowiki>{{infobox_controller
  <nowiki>{{infobox_controller
| name      =
| photo      =  
| photo      =  
| logo      =
| release    =  
| release    =  
| series    =  
| series    =  
| model      =
| company    =  
| company    =  
| designer  =  
| designer  =  
Line 50: Line 52:
| system    =  
| system    =  
| connection =  
| connection =  
| purpose    =
| mechanisms =  
| mechanisms =  
}}</nowiki>
}}</nowiki>

Latest revision as of 06:55, 7 April 2023

Usage

To use, paste this in your page:—

{{infobox_controller
| photo      = 
| release    = 
| series     = 
| model      =
| company    = 
| designer   = 
| colours    = 
| system     = 
| connection = 
| purpose    =
| mechanisms = 
}}

—and fill in the details you want after the equals sign. You can delete lines you don't want to include.