Template:Episode Infobox: Difference between revisions

From EvaWiki
Jump to navigation Jump to search
(done)
No edit summary
Line 3: Line 3:
| style="font-size: 120%;" align="center" colspan="2" | '''''Episode Information'''''
| style="font-size: 120%;" 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"| '''{{{number}}}:{{{japanese-title}}}/{{{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 34: Line 34:
<pre>
<pre>
{{Episode Infobox
{{Episode Infobox
| number =  
| number         =  
| title =
| japanese_title =
| image =  
| english_title  =
| Japanese_title =
| image          =  
| written_by =  
| written_by     =  
| directed_by =
| directed_by     =
| first_aired =  
| first_aired     =  
| angels   =  
| angels         =  
| prev =
| prev           =
| next =
| next           =
}}
}}
</pre>
</pre>

Revision as of 22:03, 23 July 2007

Episode Information
{{{number}}}:{{{japanese-title}}}/{{{english-title}}}
Placeholder Image
Written By {{{written_by}}}
Directed By {{{directed_by}}}
First Aired {{{first_aired}}}
Angel Appearances none
Episode chronology
← Previous Next →


How To Use This

Just us the following code and fill in your values.

{{Episode Infobox
| number          = 
| japanese_title  =
| english_title   =
| image           = 
| written_by      = 
| directed_by     =
| first_aired     = 
| angels          = 
| prev            =
| next            =
}}

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