Difference between revisions of "Template:InfoBox Game"

From Detective Conan Wiki
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
{| class="infobox" style="width: 285px; text-align: left; font-size: 90%;" cellpadding="2"
 +
|-
 +
| colspan="2" style="color: #ffffff; text-align:center; vertical-align:middle; height:28px; font-size: medium; background-color: #5985AE;" |  <center>'''{{{system}}}: Game {{{game}}}'''</center>
 +
|-
 +
| class="nospacing" colspan="2" style="text-align:center; vertical-align:bottom; padding: 2px 0px 2px 0px;" |
 +
{{#if: {{{image|}}} | [[Image:{{{image}}}|275px]]}}
 +
|-
 +
| colspan="2" style="color: #ffffff; vertical-align:middle; font-size: small; background-color: #5985AE;" | <center>'''Information'''</center>
 +
|-
 +
! width="100"|Title:
 +
| {{{title|}}}
 +
|-
 +
{{#if: {{{english-title|}}} |
 +
! English Title:
 +
{{!}} {{{english-title}}}
 +
{{!}}- }}
 +
{{#if: {{{japanese-title|}}} |
 +
! Japanese Title:
 +
{{!}} {{{japanese-title}}}
 +
{{!}}- }}
 +
! System:
 +
| {{{system}}}
 +
|-
 +
{{#if: {{{release-date|}}} |
 +
! Release date:
 +
{{!}} {{{release-date}}}
 +
{{!}}-  }}
 +
{{#if: {{{genre|}}} |
 +
! Genre(s):
 +
{{!}} {{{genre}}}
 +
{{!}}-  }}
 +
{{#if: {{{players|}}} |
 +
! Players:
 +
{{!}} {{{players}}}
 +
{{!}}-  }}
 +
{{#if: {{{age-range|}}} |
 +
! Age range:
 +
{{!}} {{{age-range}}}
 +
{{!}}-  }}
 +
{{#if: {{{playing-time|}}} |
 +
! Playing time:
 +
{{!}} {{{playing-time}}}
 +
{{!}}-  }}
 +
| colspan="2" style="color: #ffffff; vertical-align:middle; font-size: small; background-color: #5985AE;" | <center>'''Production'''</center>
 +
|-
 +
! Developer:
 +
| {{{developer}}}
 +
|-
 +
{{#if: {{{designer|}}} |
 +
! Designer:
 +
{{!}} {{{designer}}}
 +
{{!}}- }}
 +
{{#if: {{{illustrator|}}} |
 +
! Illustrator:
 +
{{!}} {{{illustrator}}}
 +
{{!}}- }}
 +
{{#if: {{{publisher|}}} |
 +
! Publisher:
 +
{{!}} {{{publisher}}}
 +
{{!}}-  }}
 +
{{#if: {{{website|}}} |
 +
! Website:
 +
{{!}} {{{website}}}
 +
{{!}}-  }}
 +
{{#if: {{{voice-cast|}}} |
 +
{{!}} colspan="2" {{!}}
 +
{{{!}} class="collapsible collapsed" style="background: transparent; width: 100%;" cellspacing="0"
 +
{{!}}-
 +
! Voice Cast:
 +
{{!}}-
 +
{{!}}
 +
{{{voice-cast}}}
 +
{{!}}}
 +
{{!}}- }}
 +
| colspan="2" style="color: #ffffff; vertical-align:middle; font-size: small; background-color: #5985AE;" | <center>'''Chronology'''</center>
 +
|-
 +
{{#if: {{{prev-game|}}} |
 +
! Prev game:
 +
{{!}} [[{{{prev-game}}}|&laquo; {{{prev-game}}}]]
 +
{{!}}-  }}
 +
{{#if: {{{next-game|}}} |
 +
! Next game:
 +
{{!}} [[{{{next-game}}}|{{{next-game}}} &raquo;]]
 +
{{!}}-  }}
 +
| colspan="2" style="font-size: smaller; text-align:center; border-top: 1px dotted #aaaaaa" | [[Games|List of games]]
 +
|-
 +
{{#if: {{{footnotes|}}} |
 +
{{!}} colspan="2" style="font-size: smaller; border-top: 1px dotted #aaaaaa" {{!}} {{{footnotes|}}}  }}
 +
|}
 +
<noinclude>
 +
The following is a list of required or optional parameters for any of the games:
 +
<pre>
 
{{InfoBox Game
 
{{InfoBox Game
| game                =  
+
| game                =   (This is a number for the given system - e.g. "3")
| image              =  
+
| image              =
| title              =
+
| title              =  
| japanese-title      =  
+
| english-title      =    (Optional)
| release-date        =
+
| japanese-title      =   (Optional)
| cast                =  
+
| release-date        =   (Optional)
| suspects           =  
+
| genre              =    (Optional)
| solved-by          =  
+
| system              =    (Optional)
| prev-game          =
+
| age-range          =    (Optional)
| next-game          =  
+
| playing-time        =    (Optional)
| footnotes          =  
+
| developer          =
 +
| designer           =   (Optional)
 +
| illustrator        =    (Optional)
 +
| publisher          =    (Optional)
 +
| website            =    (Optional)
 +
| voice-cast          =   (Optional)
 +
| prev-game          =   (Optional)
 +
| next-game          =   (Optional)
 +
| footnotes          =   (Optional: will not show the row if omitted)
 
}}
 
}}
 +
</pre>
 +
[[Category:InfoBox templates]][[Category:Templates]]
 +
</noinclude>

Latest revision as of 14:52, 10 November 2019

{{{system}}}: Game {{{game}}}
Information
Title:
System: {{{system}}}
Production
Developer: {{{developer}}}
Chronology
List of games

The following is a list of required or optional parameters for any of the games:

{{InfoBox Game
| game                =    (This is a number for the given system - e.g. "3")
| image               =
| title               = 
| english-title       =    (Optional)
| japanese-title      =    (Optional)
| release-date        =    (Optional)
| genre               =    (Optional)
| system              =    (Optional)
| age-range           =    (Optional)
| playing-time        =    (Optional)
| developer           =
| designer            =    (Optional)
| illustrator         =    (Optional)
| publisher           =    (Optional)
| website             =    (Optional)
| voice-cast          =    (Optional)
| prev-game           =    (Optional)
| next-game           =    (Optional)
| footnotes           =    (Optional: will not show the row if omitted)
}}