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

Template:GameInfo: Difference between revisions

Template page
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| align="right" style="background: #999999; margin-left: 10px; margin-bottom: 10px; -moz-border-radius: 10px; border: 3px solid #000000;"
{|cellpadding="0" cellspacing="0" class="breakout" style="margin-left:1em" width="262px"
|-
| style="text-align: center;"|
{{#if: {{{noscreen|}}} |  | {{imageexists
{{#if: {{{noscreen|}}} |  | {{imageexists
| file  = {{#if: {{{bobscreen|}}} | {{{bobscreen}}} | {{PAGENAMEE}}-title.png }}
| file  = {{#if: {{{image|}}} | {{{image}}} | {{PAGENAMEE}}-title.png }}
| width  = {{#if: {{{screenwidth|}}} | {{{screenwidth}}} | }}
| width  = {{#if: {{{screenwidth|}}} | {{{screenwidth}}} | }}
| caption= Title Screen
| caption= Title Screen
Line 11: Line 11:
|-
|-
{{#if:{{{aka<includeonly>|</includeonly>}}} |
{{#if:{{{aka<includeonly>|</includeonly>}}} |
{{!}} style="background-color:#aaaaaa; color:#000;" {{!}}<small>'''Aka'''</small>
{{!}} style="background-color:var(--color-surface-0); color:rgba(255,255,255,0.6);" {{!}}<small>'''Aka:''' {{{aka}}}</small>
{{!}} style="background-color:#FFFFFF; color:#000;" {{!}}<small>{{{aka}}}</small>
{{!}}-
{{!}}-
}}
}}
{{#if:{{{developer<includeonly>|</includeonly>}}} |
{{#if:{{{developer<includeonly>|</includeonly>}}} |
{{!}} style="background-color:#aaaaaa; color:#000;" {{!}}<small>'''Developer'''</small>
{{!}} style="background-color:var(--color-surface-0); color:rgba(255,255,255,0.6);" {{!}}<small>'''Developer:''' {{{developer}}}</small>
{{!}} style="background-color:#FFFFFF; color:#000;" {{!}}<small>{{{developer}}}</small>
{{!}}-
{{!}}-
}}
}}
{{#if:{{{publishers<includeonly>|</includeonly>}}} |
{{#if:{{{publishers<includeonly>|</includeonly>}}} |
{{!}} style="background-color:#aaaaaa; color:#000;" {{!}}<small>'''Publishers'''</small>
{{!}} style="background-color:var(--color-surface-0); color:rgba(255,255,255,0.6);" {{!}}<small>'''Publishers:''' {{{publishers}}}</small>
{{!}} style="background-color:#FFFFFF; color:#000;" {{!}}<small>{{{publishers}}}</small>
{{!}}-
{{!}}-
}}
}}
{{#if:{{{system<includeonly>|</includeonly>}}} |
{{#if:{{{system<includeonly>|</includeonly>}}} |
{{!}} style="background-color:#aaaaaa; color:#000;" {{!}}<small>'''System'''</small>
{{!}} style="background-color:var(--color-surface-0); color:rgba(255,255,255,0.6);" {{!}}<small>'''System:''' {{{system}}}</small>
{{!}} style="background-color:#FFFFFF; color:#000;" {{!}}<small>{{{System}}}</small>
{{!}}-
{{!}}-
}}
}}
|-class="breakouttitle"
! ''Release Date''
|-
{{#if:{{{japan<includeonly>|</includeonly>}}} |
{{#if:{{{japan<includeonly>|</includeonly>}}} |
{{!}} style="background-color:#aaaaaa; color:#000;" {{!}}<small>'''Japan'''</small>
{{!}} style="background-color:var(--color-surface-0); color:rgba(255,255,255,0.6);" {{!}}<small>'''Japan:''' {{{japan}}}</small>
{{!}} style="background-color:#FFFFFF; color:#000;" {{!}}<small>{{{japan}}}</small>
{{!}}-
{{!}}-
}}
}}
{{#if:{{{usa<includeonly>|</includeonly>}}} |
{{#if:{{{usa<includeonly>|</includeonly>}}} |
{{!}} style="background-color:#aaaaaa; color:#000;" {{!}}<small>'''USA'''</small>
{{!}} style="background-color:var(--color-surface-0); color:rgba(255,255,255,0.6);" {{!}}<small>'''USA:''' {{{usa}}}</small>
{{!}} style="background-color:#FFFFFF; color:#000;" {{!}}<small>{{{usa}}}</small>
{{!}}-
{{!}}-
}}
}}
{{#if:{{{europe<includeonly>|</includeonly>}}} |
{{#if:{{{europe<includeonly>|</includeonly>}}} |
{{!}} style="background-color:#aaaaaa; color:#000;" {{!}}<small>'''Europe'''</small>
{{!}} style="background-color:var(--color-surface-0); color:rgba(255,255,255,0.6);" {{!}}<small>'''Europe:''' {{{europe}}}</small>
{{!}} style="background-color:#FFFFFF; color:#000;" {{!}}<small>{{{europe}}}</small>
{{!}}-
{{!}}-
}}
}}
{{#if:{{{other<includeonly>|</includeonly>}}} |
{{#if:{{{other<includeonly>|</includeonly>}}} |
{{!}} style="background-color:#aaaaaa; color:#000;" {{!}}<small>'''Other'''</small>
{{!}} style="background-color:var(--color-surface-0); color:rgba(255,255,255,0.6);" {{!}}<small>'''Other:''' {{{other}}}</small>
{{!}} style="background-color:#FFFFFF; color:#000;" {{!}}<small>{{{other}}}</small>
{{!}}-
{{!}}-
}}
}}
Line 53: Line 48:
==Usage==
==Usage==
<pre>{{GameInfoBox
<pre>{{GameInfoBox
|name                =
|image              =
|image              =
|title              =
|aka                =
|aka                =
|developer          =
|developer          =
Line 64: Line 59:
|other              =
|other              =
}}</pre>
}}</pre>
{{Tagline | tag = Oui}}


</noinclude>
</noinclude>

Latest revision as of 12:03, 12 April 2022

Click to upload a new image...

GameInfo
Aka: {{{aka}}}
Developer: {{{developer}}}
Publishers: {{{publishers}}}
System: {{{system}}}
Release Date
Japan: {{{japan}}}
USA: {{{usa}}}
Europe: {{{europe}}}
Other: {{{other}}}

Usage

{{GameInfoBox
|image               =
|title               =
|aka                 =
|developer           =
|publishers          =
|system              =
|japan               =
|usa                 =
|europe              =
|other               =
}}


Contents