Template:infobox controller: Difference between revisions
From Videogame Interface Wiki
(rename a label, added missing colon) |
(Added 'purpose' section) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div id="infobox"> | |||
<div class="infobox-section infobox-image"> | |||
{{{photo|}}} | |||
</div> | |||
{| class="infobox-section infobox-credits" | |||
| | ! 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|}}} | ||
| | |} | ||
| | {| class="infobox-section infobox-colours" | ||
! Main [[:Category:Colour|colours]]: | |||
! Main colours: | |||
| {{{colours|}}} | | {{{colours|}}} | ||
| | |} | ||
| | {| class="infobox-section infobox-hardware" | ||
| | ! [[:Category:System|System]]: | ||
| {{{system|}}} | | {{{system|}}} | ||
|- | |- | ||
! Connection: | ! [[: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 | ||
| photo = | | photo = | ||
| 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.