|
|
Line 1: |
Line 1: |
| + | {| class="infobox bordered" style="float: right; width: 264px; font-size: 90%; text-align: left;" cellpadding="3" |
| + | |- |
| + | ! colspan="2" style="font-size:110%; text-align:center; background-color:#ccccff;" class="summary" | ''{{{title|{{PAGENAME}}}}}'' |
| + | |- |
| + | {{#if:{{{image|}}} | |
| + | {{!}} colspan="2" style="text-align:center;background-color:#FFF;" {{!}}{{{image}}}{{#if:{{{caption|}}}|<br />{{{caption}}}}} |
| + | {{!}}- |
| + | }} |
| + | {{#if:{{{developer|}}} | |
| + | {{!}} style="background-color: #ccccff;"{{!}}'''[[wikipedia:Video game developer|Developer(s)]]''' |
| + | {{!}}{{{developer}}} |
| + | {{!}}- |
| + | }} |
| + | {{#if:{{{publisher|}}} | |
| + | {{!}} style="background-color: #ccccff;"{{!}}'''[[wikipedia:Video game publisher|Publisher(s)]]''' |
| + | {{!}}{{{publisher}}} |
| + | {{!}}- |
| + | }} |
| + | {{#if:{{{distributor|}}} | |
| + | {{!}} style="background-color: #ccccff;"{{!}}'''Distributor(s)''' |
| + | {{!}}{{{distributor}}} |
| + | {{!}}- |
| + | }} |
| + | {{#if:{{{designer|}}} | |
| + | {{!}} style="background-color: #ccccff;"{{!}}'''[[wikipedia:Game designer|Designer(s)]]''' |
| + | {{!}}{{{designer}}} |
| + | {{!}}- |
| + | }} |
| + | {{#if:{{{engine|}}} | |
| + | {{!}} style="background-color: #ccccff;"{{!}}'''[[wikipedia:Game engine|Engine]]''' |
| + | {{!}}{{{engine}}} |
| + | {{!}}- |
| + | }} |
| + | {{#if:{{{picture format|{{{aspect ratio|}}}}}} | |
| + | {{!}} style="background-color: #ccccff;"{{!}}'''[[wikipedia:Aspect ratio|Picture format]]''' |
| + | {{!}}{{{picture format|{{{aspect ratio}}}}}} |
| + | {{!}}- |
| + | }} |
| + | {{#if:{{{resolution|}}} | |
| + | {{!}} style="background-color: #ccccff;"{{!}}'''[[wikipedia:Display resolution|Native resolution]]''' |
| + | {{!}}{{{resolution}}} |
| + | {{!}}- |
| + | }} |
| + | {{#if:{{{version|}}} | |
| + | {{!}} style="background-color: #ccccff;"{{!}}'''Version''' |
| + | {{!}}{{{version}}} |
| + | {{!}}- |
| + | }} |
| + | {{#if:{{{released|{{{release|}}}}}} | |
| + | {{!}} style="background-color: #ccccff;"{{!}}'''Released''' |
| + | {{!}}{{{released|{{{release}}}}}} |
| + | {{!}}- |
| + | }} |
| + | {{#if:{{{genre|}}} | |
| + | {{!}} style="background-color: #ccccff;"{{!}}'''[[wikipedia:Video game genres|Genre(s)]]''' |
| + | {{!}}{{{genre}}} |
| + | {{!}}- |
| + | }} |
| + | {{#if:{{{modes|}}} | |
| + | {{!}} style="background-color: #ccccff;"{{!}}'''Mode(s)''' |
| + | {{!}}{{{modes}}} |
| + | {{!}}- |
| + | }} |
| + | {{#if:{{{ratings|}}} | |
| + | {{!}} style="background-color: #ccccff;"{{!}}'''[[wikipedia:Video game content rating system|Ratings]]''' |
| + | {{!}}{{{ratings}}} |
| + | {{!}}- |
| + | }} |
| + | {{#if:{{{platforms|{{{platform|}}}}}} | |
| + | {{!}} style="background-color: #ccccff;"{{!}}'''[[wikipedia:Video game#Platforms|Platform(s)]]''' |
| + | {{!}}{{{platforms|{{{platform}}}}}} |
| + | {{!}}- |
| + | }} |
| + | {{#if:{{{media|}}} | |
| + | {{!}} style="background-color: #ccccff;"{{!}}'''Media''' |
| + | {{!}}{{{media}}} |
| + | {{!}}- |
| + | }} |
| + | {{#if:{{{requirements|}}} | |
| + | {{!}} style="background-color: #ccccff;"{{!}}'''System requirements''' |
| + | {{!}}{{{requirements}}} |
| + | {{!}}- |
| + | }} |
| + | {{#if:{{{input|}}} | |
| + | {{!}} style="background-color: #ccccff;"{{!}}'''Input methods''' |
| + | {{!}}{{{input}}} |
| + | {{!}}- |
| + | }} |
| + | |}<noinclude> |
| + | ==Usage== |
| + | <pre> |
| + | {{Infobox VG |
| + | |title = |
| + | |image = |
| + | |caption = |
| + | |developer = |
| + | |publisher = |
| + | |distributor = |
| + | |designer = |
| + | |engine = |
| + | |picture format = |
| + | |resolution = |
| + | |version = |
| + | |released = |
| + | |genre = |
| + | |modes = |
| + | |ratings = |
| + | |platforms = |
| + | |media = |
| + | |requirements = |
| + | |input = |
| + | }}</pre> |
| | | |
| + | [[Category:Templates]]</noinclude> |