Template:infobox controller: Difference between revisions

From Videogame Interface Wiki
(Added Model No field)
(Horizontal layout, first go)
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 [[:Category:Date|date]]:
| {{{release|}}}
| {{{release|}}}
Line 21: Line 19:
! [[:Category:Designer|Designer]]:
! [[:Category:Designer|Designer]]:
| {{{designer|}}}
| {{{designer|}}}
|-
|}
| colspan="2" | <hr>
{| class="infobox-section infobox-colours"
|-
! Main [[:Category:Colour|colours]]:
! Main [[:Category:Colour|colours]]:
| {{{colours|}}}
| {{{colours|}}}
|-
|}
| colspan="2" | <hr>
{| class="infobox-section infobox-hardware"
|-
! [[:Category:System|System]]:
! [[:Category:System|System]]:
| {{{system|}}}
| {{{system|}}}
Line 38: Line 34:
| {{{mechanisms|}}}
| {{{mechanisms|}}}
|}
|}
</div>
</includeonly><noinclude>
</includeonly><noinclude>
==Usage==
==Usage==
Line 43: Line 40:


  <nowiki>{{infobox_controller
  <nowiki>{{infobox_controller
| name      =
| photo      =  
| photo      =  
| logo      =
| release    =  
| release    =  
| series    =  
| series    =  

Revision as of 20:34, 23 February 2023

Usage

To use, paste this in your page:—

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

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