Difference between revisions of "Template:Episode infobox"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
(update)
(I know this is a widely used template, but I am going to test the new documentation system on this one.)
Line 1: Line 1:
{| class="navigation"
<includeonly>{{source}}</includeonly>
! class="navLeft" | {{#if:{{{prev film|}}}|[[{{{prev ep}}}|← Previous episode]]<br />[[{{{prev film}}}|← Previous film]]|[[{{{prev ep}}}|← Previous]]}}
<noinclude>{{documentation|source}}</noinclude>
! class="navCentre" | Navigation in production order
! class="navRight" | {{#if:{{{next film|}}}|[[{{{next ep}}}|Next episode →]]<br />[[{{{next film}}}|Next film →]]|[[{{{next ep}}}|Next →]]}}
|}
{{#if:{{{broad prev|}}}{{{broad next|}}}|{{episode infobox/broadcast order|p={{{broad prev}}}|n={{{broad next}}}}}|}}
{| class="infobox"
! colspan="2" class="infoboxCentre" | ''[[Episode Listing#Season {{{season}}}|Season {{{season}}}]] episode''{{#if:{{{from film|}}}|<br />''Derived from [[{{{from film}}}]]''|}}{{#if:{{{broadcast season|}}}|<br />''[[Episode Listing (broadcast order)#Season {{{broadcast season}}}|Broadcast season {{{broadcast season}}}]] episode''|}}
|-
! colspan="2" class="infoboxHeader" | <big>''{{{name}}}''</big>
|-
! colspan="2" class="infoboxCentre" | {{#if:{{{image|}}}|{{{image}}}|''N/A''}}
|-
! '''No.'''
| {{{no}}}
|-
! '''Production number'''
| {{{number}}}
|-
! '''Written by'''
| {{{written by}}}
|-
! '''Directed by'''
| {{{directed by}}}
|-
! '''[[List of title captions|Title caption]]'''
| {{{caption}}}
|-
! '''First aired'''
| {{{first aired}}}
|-
! '''Broadcast number'''
| {{{broadcast number}}}
|-
{{#if:{{{title reference|}}}|{{ginfobox/tbsub|Title reference|{{{title reference}}}}}|}}
{{#if:{{{caption reference|}}}|{{ginfobox/tbsub|Title caption reference|{{{caption reference}}}}}|}}
{{#if:{{{opening cartoon|}}}|{{ginfobox/tbsub|[[List of opening cartoons|Opening cartoon]]|{{{opening cartoon}}}}}|}}
{{#if:{{{sponsor|}}}|{{ginfobox/tbsub|Sponsor|[[Sponsors#{{{sponsor}}}|{{{sponsor}}}]]}}|}}
{{#if:{{{special guest|}}}|{{ginfobox/tbsub|Special guest(s)|{{{special guest}}}}}|}}
{{#if:{{{nomination|}}}|{{ginfobox/tbsub|[[Category:Nominated episodes or films]]Nomination(s)|{{{nomination}}}}}|}}
! colspan="2" class="infoboxHeader" | <big>''Additional''</big>
|-
| colspan="2" |
{| style="width: 100%; background: #f0f0f0;"
! class="infoboxCentre" | [[Commentary: {{{name}}}|Commentary]]
! class="infoboxCentre" | [[Transcript: {{{name}}}|Transcript]]
|}
|-
! colspan="2" class="infoboxHeader" | <big>''Season {{{season}}}''</big>
|-
| colspan="2" class="infoboxSeasonList" |
{{#switch:{{{season}}}|1={{episode infobox/season 1}}|2={{episode infobox/season 2}}|3={{episode infobox/season 3}}|4={{episode infobox/season 4}}|5={{episode infobox/season 5}}|}}
|}
<noinclude>
{{clear}}
Usage:
<pre>
{{episode infobox
|season= Which production season the episode was in
|name= Name of episode
|image= Image link
|from film= In case the episode is a cut from a film.
|no= Episode number (in order of production)
|number=
|broadcast number= Like "number", but just in order of broadcast.
|broadcast season= Broadcast season (optional, only use when different from production season)
|caption=
|first aired=
|written by=
|directed by=
|title reference= (optional)
|caption reference= (optional)
|prev ep= Previous episode (in production order) (should be optional for first episode)
|next ep= Next episode (in production order) (should be optional for last episode)
|broad prev= Previous episode (in broadcast order) (optional for where production and broadcast order are not the same)
|broad next= Next episode (in broadcast order) (optional)
|opening cartoon= The cartoon that appear in the opening sequence (optional if unknown)
|sponsor=For the fake sponsor at the beginning of a few episodes (optional)
|guest star=(optional) Guest voice actor(s)
|nomination=(optional) What the episode had been nominated for, add indication for won nomination, no standard yet.
}}
</pre>
{{clear}}
Example:
{{Episode infobox
|name=Jurassic Bark
|image=[[Image:Jurassic Bark.jpg|225px]]
|season=4
|number=4ACV07
|caption=NOT AFFILLIATED WITH FUTURAMA BRASS KNUCKLE INC
|first aired=November 17, 2002
|written by=Eric Kaplan
|directed by=Swinton Scott
|title reference=The famous dinosaur resurrection movie ''Jurassic Park''
|broadcast season=5
|broadcast number=S05E02
|prev ep=Bender Should Not Be Allowed on Television
|next ep=Crimes of the Hot
|broad prev=Crimes of the Hot
|broad next=The Route of All Evil
}}
</noinclude>

Revision as of 15:59, 11 April 2008

Documentation for {{source}}