Template:infobox adaptor: Difference between revisions

From Videogame Interface Wiki
m (fixed infobox title)
(Horizontal infobox, first try)
 
(One intermediate revision 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 [[:Category:Date|date]]:
| {{{release|}}}
| {{{release|}}}
Line 18: Line 16:
! [[:Category:Company|Company]]:
! [[:Category:Company|Company]]:
| {{{company|}}}
| {{{company|}}}
|-
|}
| 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"
|-
! colspan="2" | [[:Category:Connection|Connects]]:
! colspan="2" | [[:Category:Connection|Connects]]:
|-
|-
Line 34: Line 30:
| {{{con_to|}}}
| {{{con_to|}}}
|}
|}
</div>
</includeonly><noinclude>
</includeonly><noinclude>
==Usage==
==Usage==
Line 39: Line 36:


  <nowiki>{{infobox_adaptor
  <nowiki>{{infobox_adaptor
| name    =
| photo    =  
| photo    =  
| logo    =
| release  =  
| release  =  
| series  =  
| series  =  
| model    =
| model    =  
| company  =  
| company  =  
| colours  =  
| colours  =  

Latest revision as of 21:07, 23 February 2023

Usage

To use, paste this in your page:—

{{infobox_adaptor
| photo    = 
| release  = 
| series   = 
| model    = 
| company  = 
| colours  = 
| con_from = 
| con_to   = 
}}

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