Template:Infobox episode
Jump to navigation
Jump to search
<infobox> <title source="title"/>
<image source="image"></image> <label>Season</label> <label>Episode</label> <label>Air date</label> <label>Writer</label> <label>Director</label> <group layout="horizontal"> <header>Episode guide</header> <label>Previous</label> <label>Next</label> </group> </infobox>
Template documentation
|
|---|
| Note: portions of the template sample may not be visible without values provided. |
| View or edit this documentation. (About template documentation) |
| Editors can experiment in this template's sandbox and test case pages. |
Description
To use this template, copy the following code and fill in the appropriate fields.
Syntax
{{infobox episode
| title =
| partOfSeason =
| episodeNumber =
| image = [e.g. "Example.jpg"]
| airdate =
| writer =
| director =
| previousEpisode =
| nextEpisode =
}}
Sample output
<infobox> <title source="title"/>
<image source="image"></image> <label>Season</label> <label>Episode</label> <label>Air date</label> <label>Writer</label> <label>Director</label> <group layout="horizontal"> <header>Episode guide</header> <label>Previous</label> <label>Next</label> </group> </infobox>{{infobox episode
| title = Flower of Babel
| partOfSeason = One
| episodeNumber = Three
| image = Example.jpg
| airdate = Unaired
| writer = D. Righta
| director = A. di Rektour
| previousEpisode = Episode Two
| nextEpisode = Episode Four
}}