Template:Game: Difference between revisions

Template page
mNo edit summary
No edit summary
Line 1: Line 1:
{| class="infoboxouter" style="{{round}}"
{| class="infoboxouter"
|
{| class="infoboxinner"
! class="infoboxtext" style="color:#fff;" |''{{{name|}}}''<br><small><span lang="ja">'''{{{jpname|}}}'''</span></small> <small>''{{{romaji|}}}''</small>
|}
|-
|-
! class="infoboxinner" colspan="2" align="center" style="font-size:14px; font-weight:bold; padding:5px; {{roundt}}" | ''{{{name|}}}''<br><small><span lang="ja">'''{{{japanese_name|}}}'''</span></small> <small>''{{{romaji_name|}}}''</small>
! style="font-size:110%; text-align: center; font-style: italic; color: #fff" |{{{image}}}<br><small>''{{{caption|}}}''</small>
|-
|-
! class="infoboxtext" colspan="2" style="font-size:110%; text-align: center; font-style: italic;" |{{{image}}}<br><small>''{{{caption|Art by Fumi Ishikawa}}}''</small>
|-
|
|
{| width="100%" style="align:center; {{round}}"
{| width="100%" style="align:center;"
{{#if:{{{developer}}} |
{{#if:{{{developer}}} |
! class="infoboxfield" style="align:center; {{roundtl}}" align="left" {{!}} '''Developer'''
! class="infoboxfield" style="align:center;" align="left" {{!}} '''Developer'''
{{!}}width="70%" class="infoboxfield" style="{{roundtr}}" {{!}}{{{developer|Unknown}}}
{{!}}width="70%" class="infoboxfieldr" {{!}}{{{developer|Unknown}}}
{{!}}
{{!}}
}}
}}
Line 15: Line 17:
{{#if:{{{publisher}}} |
{{#if:{{{publisher}}} |
! class="infoboxfield"  style="align:center" align="left" {{!}} '''Publisher'''
! class="infoboxfield"  style="align:center" align="left" {{!}} '''Publisher'''
{{!}}width="70%" class="infoboxfield" {{!}}{{{publisher}}}
{{!}}width="70%" class="infoboxfieldr" {{!}}{{{publisher}}}
{{!}}
{{!}}
}}
}}
Line 21: Line 23:
{{#if:{{{released}}} |
{{#if:{{{released}}} |
! class="infoboxfield"  style="align:center" align="left" {{!}} '''Released'''
! class="infoboxfield"  style="align:center" align="left" {{!}} '''Released'''
{{!}}width="70%" class="infoboxfield" {{!}} {{{released}}}
{{!}}width="70%" class="infoboxfieldr" {{!}} {{{released}}}
{{!}}
{{!}}
}}
}}
Line 27: Line 29:
{{#if:{{{platforms}}} |
{{#if:{{{platforms}}} |
! class="infoboxfield"  style="align:center" align="left" {{!}} '''Platforms'''
! class="infoboxfield"  style="align:center" align="left" {{!}} '''Platforms'''
{{!}}width="70%" class="infoboxfield" {{!}} {{{platforms}}}
{{!}}width="70%" class="infoboxfieldr" {{!}} {{{platforms}}}
{{!}}
{{!}}
}}
}}
Line 33: Line 35:
{{#if:{{{sales}}} |
{{#if:{{{sales}}} |
! class="infoboxfield"  style="align:center" align="left" {{!}} '''Sales'''
! class="infoboxfield"  style="align:center" align="left" {{!}} '''Sales'''
{{!}}width="70%" class="infoboxfield" {{!}}{{{sales}}}
{{!}}width="70%" class="infoboxfieldr" {{!}}{{{sales}}}
{{!}}
{{!}}
}}
}}
Line 39: Line 41:
{{#if:{{{predecessor}}} |
{{#if:{{{predecessor}}} |
! class="infoboxfield"  style="align:center" align="left" {{!}} '''Predecessor'''
! class="infoboxfield"  style="align:center" align="left" {{!}} '''Predecessor'''
{{!}}width="70%" class="infoboxfield" {{!}}{{{predecessor}}}
{{!}}width="70%" class="infoboxfieldr" {{!}}{{{predecessor}}}
{{!}}
{{!}}
}}
}}
|-
|-
{{#if:{{{successor}}} |
{{#if:{{{successor}}} |
! class="infoboxfield"  style="align:center {{roundbl}}" align="left" {{!}} '''Successor'''
! class="infoboxfield"  style="align:center" align="left" {{!}} '''Successor'''
{{!}}width="70%" class="infoboxfield" style="{{roundbr}}" {{!}}{{{successor}}}
{{!}}width="70%" class="infoboxfieldr" {{!}}{{{successor}}}
{{!}}
{{!}}
}}
}}

Revision as of 17:04, 19 August 2018

''
'
'
{{{image}}}
'
Developer Unknown
Publisher {{{publisher}}}
Released {{{released}}}
Platforms {{{platforms}}}
Sales {{{sales}}}
Predecessor {{{predecessor}}}
Successor {{{successor}}}

Usage

Use for games.

{{Game
| name= The name of the game.
| logo=       the game's logo
| image=       image of the game's box art
| caption=     optional caption for the box art if deemed necessary
| developer=   game's developer
| publisher=   game's publisher
| designer=    game's lead designer
| released=    for release dates
| rating=        ratings
| platforms=   systems the game was released on
| sales = number of units sold
| predecessor= game released immediately prior
| successor=   game released immediately after 
}}