Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Pub: Difference between revisions

Template page
mNo edit summary
No edit summary
Line 1: Line 1:
{| class="infoboxouter" style="{{round}}"
{| class="infoboxouter" style="{{round}}"
|-
|-
! colspan="2" class="infoboxinner" style="{{round}}" | ''{{{name|}}}''<br><small><span lang="ja">'''{{{jpname|}}}'''</span></small> <small>''{{{romaji|}}}''</small>
! colspan="2" class="infoboxinner" style="color:#fff;" | ''{{{name|}}}''<br><small><span lang="ja">'''{{{jpname|}}}'''</span></small> <small>''{{{romaji|}}}''</small>
|-
|-
! colspan="2" style="font-size:110%; text-align: center; font-style: italic; color: #fff" |{{{image}}}<br><small>''{{{caption|}}}''</small>
! colspan="2" style="font-size:110%; text-align: center; font-style: italic; color: #fff" |{{{image}}}<br><small>''{{{caption|}}}''</small>
|-
|-
|
|
{| width="100%" style="align:center; {{round}}"
{| width="100%" style="align:center;"
{{#if:{{{author}}} |
{{#if:{{{author}}} |
! class="infoboxfield" style="align:center; {{roundtl}}" align="left" {{!}} '''Author'''
{{!}} class="infoboxfield" style="align:center; border: 3px solid #284050;" align="left" {{!}} '''Author'''
{{!}}width="70%" class="infoboxfield" style="{{roundtr}}" {{!}}{{{author|Unknown}}}
{{!}}width="70%" class="infoboxfieldr" style="{{roundtr}}" {{!}}{{{author|Unknown}}}
{{!}}
{{!}}
}}
}}
|-
|-
{{#if:{{{publisher}}} |
{{#if:{{{publisher}}} |
! class="infoboxfield"  style="align:center" align="left" {{!}} '''Publisher'''
{{!}} class="infoboxfield"  style="align:center; border: 3px solid #284050;" align="left" {{!}} '''Publisher'''
{{!}}width="70%" class="infoboxfield" {{!}}{{{publisher}}}
{{!}}width="70%" class="infoboxfieldr" {{!}}{{{publisher}}}
{{!}}
{{!}}
}}
}}
|-
|-
{{#if:{{{released}}} |
{{#if:{{{released}}} |
! class="infoboxfield"  style="align:center" align="left" {{!}} '''Released'''
{{!}} class="infoboxfield"  style="align:center; border: 3px solid #284050;" align="left" {{!}} '''Released'''
{{!}}width="70%" class="infoboxfield" {{!}} {{{released}}}
{{!}}width="70%" class="infoboxfieldr" {{!}} {{{released}}}
{{!}}
{{!}}
}}
}}
|-
|-
{{#if:{{{isbn}}} |
{{#if:{{{isbn}}} |
! class="infoboxfield"  style="align:center" align="left" {{!}} '''ISBN'''
{{!}} class="infoboxfield"  style="align:center; border: 3px solid #284050;" align="left" {{!}} '''ISBN'''
{{!}}width="70%" class="infoboxfield" {{!}}{{{isbn}}}
{{!}}width="70%" class="infoboxfieldr" {{!}}{{{isbn}}}
{{!}}
{{!}}
}}
}}
|-
|-
{{#if:{{{price}}} |
{{#if:{{{price}}} |
! class="infoboxfield"  style="align:center" align="left" {{!}} '''Price'''
{{!}} class="infoboxfield"  style="align:center; border: 3px solid #284050;" align="left" {{!}} '''Price'''
{{!}}width="70%" class="infoboxfield" {{!}}{{{price}}}
{{!}}width="70%" class="infoboxfieldr" {{!}}{{{price}}}
{{!}}
{{!}}
}}
}}
|-
|-
{{#if:{{{pages}}} |
{{#if:{{{pages}}} |
! class="infoboxfield"  style="align:center" align="left" {{!}} '''Pages'''
{{!}} class="infoboxfield"  style="align:center; border: 3px solid #284050;" align="left" {{!}} '''Pages'''
{{!}}width="70%" class="infoboxfield" {{!}}{{{pages}}}
{{!}}width="70%" class="infoboxfieldr" {{!}}{{{pages}}}
{{!}}
{{!}}
}}
}}
|-
|-
{{#if:{{{predecessor}}} |
{{#if:{{{predecessor}}} |
! class="infoboxfield"  style="align:center" align="left" {{!}} '''Predecessor'''
{{!}} class="infoboxfield"  style="align:center; border: 3px solid #284050;" 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; border: 3px solid #284050;" align="left" {{!}} '''Successor'''
{{!}}width="70%" class="infoboxfield" style="{{roundbr}}" {{!}}{{{successor}}}
{{!}}width="70%" class="infoboxfieldr" {{!}}{{{successor}}}
{{!}}
{{!}}
}}
}}

Revision as of 13:32, 18 August 2018

''
'
'
{{{image}}}
'
Author Unknown
Publisher {{{publisher}}}
Released {{{released}}}
ISBN {{{isbn}}}
Price {{{price}}}
Pages {{{pages}}}
Predecessor {{{predecessor}}}
Successor {{{successor}}}

Usage

Use for games.

{{Pub
| 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 
}}
Contents