Template:infobox controller: Difference between revisions
From Videogame Interface Wiki
(Added Model No field) |
(Horizontal layout, first go) |
||
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 [[:Category:Date|date]]: | ||
| {{{release|}}} | | {{{release|}}} | ||
Line 21: | Line 19: | ||
! [[:Category:Designer|Designer]]: | ! [[:Category:Designer|Designer]]: | ||
| {{{designer|}}} | | {{{designer|}}} | ||
| | |} | ||
| | {| class="infobox-section infobox-colours" | ||
! Main [[:Category:Colour|colours]]: | ! Main [[:Category:Colour|colours]]: | ||
| {{{colours|}}} | | {{{colours|}}} | ||
| | |} | ||
| | {| 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 | ||
| photo = | | photo = | ||
| 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.