Description
To use this template, copy the following code and fill in the appropriate fields.
Syntax
{| class="infobox" style="font-size:89%; width:300px;" |- ! colspan="2" style="background-color:#3366CC; color:#ffffff; font-size:120%; padding:1em;" | ''{{{name}}}'' |- style="text-align:center;" | colspan="2" | ''Season {{{season}}}, Episode {{{number}}}'' |- style="text-align:center;" {{#if: {{{image|}}} | {{!}} colspan="2" style="padding:0.5em;" {{!}} [[{{{image}}}|{{{imagewidth|250}}}px]] }} |- {{#if: {{{airdate|}}} | {{!}} '''Air date''' {{!!}} {{{airdate}}} }} |- {{#if: {{{writer|}}} | {{!}} '''Written by''' {{!!}} {{{writer}}} }} |- {{#if: {{{director|}}} | {{!}} '''Directed by''' {{!!}} {{{director}}} }} |- | colspan="2" style="background-color:#3366CC; color:#ffffff; font-size:120%; padding:0.25em; text-align:center;" | Episode guide |- style="text-align:center; font-size:95%;" valign="top" | '''Previous'''<br />{{{previous}}} | '''Next'''<br />{{{next}}} |}<noinclude><br style="clear:both;" /> {{documentation}}</noinclude>
Sample output
{{infobox episode | title = Flower of Babel | season = One | number = Three | image = Example.jpg | airdate = Unaired | writer = D. Righta | director = A. di Rektour | previous = Episode Two | next = Episode Four }}
Results in...
{{{name}}} | |
---|---|
Season One, Episode Three | |
250px | |
Air date | Unaired |
Written by | D. Righta |
Directed by | A. di Rektour |
Episode guide | |
Previous Episode Two |
Next Episode Four |
Community content is available under CC-BY-SA unless otherwise noted.