Template:Episode Infobox: Difference between revisions

From EvaWiki
Jump to navigation Jump to search
No edit summary
(Infobox is a little too wide with too much whitespace on widescreen monitors. This could be a problem.)
 
(38 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{| class="infobox" style="width: 30%; text-align: left; font-size: 90%;" cellspacing="2"
{| class="infobox" style="width: 30%; max-width: 400px; text-align: left; font-size: 90%;" cellspacing="2"
|-
|-
| style="font-size: 120%;" align="center" colspan="2" | '''''Episode Information'''''
|align="center" colspan="2" | '''''Episode Information'''''
|-
|-
| style="background: lightgrey; font-size: 120%;" align="center" colspan="2" | '''{{{number}}}:{{{title}}}'''
|style="background: lightgrey; font-size: 120%;" align="center" colspan="2" | '''''Episode {{{number}}}'''''
|-
|colspan="2"|
{| width="100%"
|-
!rowspan="3" width="20%"|Title 1:
|style="font-size: 120%;" align="center"|''{{{japanese_title_k}}}''
|-
|style="font-size: 120%;" align="center"|''{{{japanese_title_r}}}''
|-
|style="font-size: 120%;" align="center"|''{{{japanese_title_e}}}''
|-
!Title 2:
|style="font-size: 120%;" align="center"|''{{{english_title}}}''
|}
|-
|-
| align="center" colspan="2" | {{#if: {{{image|}}} | {{{image|}}}  |  [[Image:Soundonly.jpg|Placeholder Image]]}}
| align="center" colspan="2" | {{#if: {{{image|}}} | {{{image|}}}  |  [[Image:Soundonly.jpg|Placeholder Image]]}}
Line 15: Line 29:
! First Aired
! First Aired
|{{{first_aired}}}
|{{{first_aired}}}
|-
! Video Release Date
|{{{video_release}}}
|-
|-
! Angel Appearances
! Angel Appearances
| {{#if: {{{angels|}}} | {{{angels|}}} | none }}
| {{#if: {{{angels|}}} | {{{angels|}}} | none }}
{{#if: {{{eva_sorties|}}} |{{!}}-
! Eva Sorties
{{!}} {{{eva_sorties}}} }}
|-
|-
}}
! style="text-align: center; background: #DEDEE2; font-size: 110%" colspan="2" | '''Episode chronology'''
!style="text-align: center; background: #DEDEE2; font-size: 110%" colspan="2" | '''Episode chronology'''
|-
|-
!style="width:50%;" | ← Previous
! style="text-align: center;width:50%;" | ← Previous
!style="width:50%;" | Next →
! style="text-align: center;width:50%;" | Next →
|-  
|-  
| style="text-align:center;width:50%;" | {{#if:{{{prev|}}}|"{{{prev}}}"|–}}
| style="text-align:center;width:50%;" | {{#if:{{{prev|}}}|"{{{prev}}}"|–}}
Line 31: Line 50:
{{-}}
{{-}}
== How To Use This ==
== How To Use This ==
Just us the following code and fill in your values.
Just use the following code and fill in your values.


<pre>
<pre>
{{Episode Infobox
{{Episode Infobox
| number =  
| number           =  
| title  =
| japanese_title_k =
| image =  
| japanese_title_r =
| Japanese_title =
| japanese_title_e =
| written_by =  
| english_title    =
| directed_by =
| image            =  
| first_aired =  
| written_by       =  
| angels   =  
| directed_by     =
| prev =
| first_aired     =
| next =
| video_release    =
| angels           =
| eva_sorties      =
| prev             =
| next             =
}}
}}
</pre>
</pre>
Line 54: Line 77:


</noinclude>
</noinclude>
<includeonly>[[Category: Neon Genesis Evangelion Episodes]]</includeonly>

Latest revision as of 01:38, 10 November 2009

Episode Information
Episode {{{number}}}
Title 1: {{{japanese_title_k}}}
{{{japanese_title_r}}}
{{{japanese_title_e}}}
Title 2: {{{english_title}}}
Placeholder Image
Written By {{{written_by}}}
Directed By {{{directed_by}}}
First Aired {{{first_aired}}}
Video Release Date {{{video_release}}}
Angel Appearances none
Episode chronology
← Previous Next →


How To Use This

Just use the following code and fill in your values.

{{Episode Infobox
| number           = 
| japanese_title_k =
| japanese_title_r =
| japanese_title_e =
| english_title    =
| image            = 
| written_by       = 
| directed_by      =
| first_aired      = 
| video_release    =
| angels           = 
| eva_sorties      =
| prev             =
| next             =
}}

If no image is supplied, the "SOUND ONLY" Placeholder is used.