Jump to content

Template:InfoBox Char: Difference between revisions

From Detective Conan Wiki
Created page with '{| class="infobox" style="width: 20em; text-align: left; font-size: 90%;" cellpadding="2" |- | colspan="2" style="text-align:center; vertical-align:middle; height:28px; font-size...'
 
m Added "empty" checks on some parameters
Line 9: Line 9:
|-  
|-  
! width="80"|Age:
! width="80"|Age:
| {{{age}}}
| {{{age|}}}
|-  
|-  
! Gender:
! Gender:
| {{{gender}}}
| {{{gender|}}}
|-  
|-  
! Date of birth:
! Date of birth:
| {{{date-of-birth}}}
| {{{date-of-birth|}}}
|-  
|-  
! Relatives:
! Relatives:
| {{{relatives}}}
| {{{relatives|}}}
|-
|-
| colspan="2" style="color: #ffffff; vertical-align:middle; font-size: small; background-color: #99BBFF;" | '''Statistics'''
| colspan="2" style="color: #ffffff; vertical-align:middle; font-size: small; background-color: #99BBFF;" | '''Statistics'''
|-  
|-  
! First appearance:
! First appearance:
| {{{first-appearance}}}
| {{{first-appearance|}}}


{{#ifexpr:{{#expr:{{#if:{{{tv-appearances|}}}|1|0}} or {{#if:{{{movies-appearances|}}}|1|0}} or {{#if:{{{oavs-appearances|}}}|1|0}}}}<>0|
{{#ifexpr:{{#expr:{{#if:{{{tv-appearances|}}}|1|0}} or {{#if:{{{movies-appearances|}}}|1|0}} or {{#if:{{{oavs-appearances|}}}|1|0}}}}<>0|

Revision as of 15:27, 14 May 2009

{{{name}}}
Profile
Age:
Gender:
Date of birth:
Relatives:
Statistics
First appearance:




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

{{InfoBox Char
| name                   = 
| image                  = 
| age                    =
| gender                 =
| date-of-birth          =
| relatives              = 
| first-appearance       = 
| tv-appearances         =    (Optional)
| movies-appearances     =    (Optional)
| oavs-appearances       =    (Optional)
| footnotes              =    (Optional: will not show the row if omitted)
}}