Difference between revisions of "Template:InfoBox TV"

From Detective Conan Wiki
(attempt at making episode template)
 
Line 1: Line 1:
 
{| class="infobox" style="width: 285px; text-align: left; font-size: 90%;" cellpadding="2"
 
{| 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: #7ba1ec;" |  '''{{{name}}}'''  
+
| colspan="2" style="color: #ffffff; text-align:center; vertical-align:middle; height:28px; font-size: medium; background-color: #7ba1ec;" |  '''{{{episode}}}'''  
 
|-  
 
|-  
 
| colspan="2" style="text-align:center; vertical-align:bottom; padding: 0px;" |  
 
| colspan="2" style="text-align:center; vertical-align:bottom; padding: 0px;" |  
 
{{#if: {{{image|}}} | [[Image:{{{image}}}|275px]]}}
 
{{#if: {{{image|}}} | [[Image:{{{image}}}|275px]]}}
 
|-
 
|-
| colspan="2" style="color: #ffffff; vertical-align:middle; font-size: small; background-color: #7ba1ec;" | '''Profile'''
+
| colspan="2" style="color: #ffffff; vertical-align:middle; font-size: small; background-color: #7ba1ec;" | '''Information'''
{{#if: {{{english-name|}}} |
+
|-
{{!}}-
+
! width="100"|Title:
! width="100"{{!}}English name:
+
| {{{title|}}}
{{!}} {{{english-name}}}
+
|-
}}
+
{{#if: {{{japanese-title|}}} |
 
+
! Japanese Title:
{{InfoBox TV
+
{{!}} {{{japanese-title}}}
| title              =
+
{{!}}- }}
| english-title      =
+
{{#if: {{{english-title|}}} |
 +
! English Title:
 +
{{!}} {{{english-title}}}
 +
{{!}}- }}
 +
{{#if: {{{season|}}} |
 +
! Season:
 +
{{!}} {{{season}}}
 +
{{!}}-  }}
 +
{{#if: {{{airdate|}}} |
 +
! Original airdate:
 +
{{!}} {{{airdate}}}
 +
{{!}}-  }}
 +
{{#if: {{{english-airdate|}}} |
 +
! English airdate:
 +
{{!}} {{{english-airdate}}}
 +
{{!}}-  }}
 +
{{#if: {{{cast|}}} |
 +
! Cast:
 +
{{!}} {{{cast}}}
 +
{{!}}-  }}
 +
| colspan="2" style="color: #ffffff; vertical-align:middle; font-size: small; background-color: #7ba1ec;" | '''Chronology'''
 +
|-
 +
{{#if: {{{prev-episode|}}} |
 +
! Previous episode:  
 +
{{!}} « {{{prev-episode}}}
 +
{{!}}-  }}
 +
{{#if: {{{next-episode|}}} |
 +
! Next episode:
 +
{{!}} {{{next-episode}}} »
 +
{{!}}-  }}
 +
| colspan="2" style="font-size: smaller; text-align: center;" | [[Anime|List of episodes]]
 +
|-
 +
{{#if: {{{footnotes|}}} |
 +
{{!}} colspan="2" style="font-size: smaller;" {{!}} {{{footnotes|}}}  }}
 +
|}
 +
<noinclude>
 +
The following is a list of required or optional parameters for any of the episodes:
 +
<pre>
 +
{{InfoBox Char
 +
| episode            =   (This is a number - e.g. "25")
 
| image              =
 
| image              =
| image caption       =
+
| title              =
| airdate            =  
+
| japanese-tite       =   (Optional)
 +
| english-tite        =    (Optional)
 +
| season              =    (This is a number - e.g. "2")
 +
| airdate            =
 +
| english-airdate    =    (Optional)
 +
| cast                =    (Optional)
 +
| prev-episode        =    (Optional)
 +
| next-episode        =    (Optional)
 +
| footnotes          =    (Optional: will not show the row if omitted)
 
}}
 
}}
 +
</pre>
 +
[[Category:Templates]]
 +
</noinclude>

Revision as of 15:08, 6 June 2009

{{{episode}}}
Information
Title:
Chronology
List of episodes

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

{{InfoBox Char
| episode             =    (This is a number - e.g. "25")
| image               =
| title               = 
| japanese-tite       =    (Optional)
| english-tite        =    (Optional)
| season              =    (This is a number - e.g. "2")
| airdate             =
| english-airdate     =    (Optional)
| cast                =    (Optional)
| prev-episode        =    (Optional)
| next-episode        =    (Optional)
| footnotes           =    (Optional: will not show the row if omitted)
}}