Difference between revisions of "Template:Episode infobox"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
(I know this is a widely used template, but I am going to test the new documentation system on this one.)
m (Ugh, I totally didn't think of that!)
Line 1: Line 1:
<includeonly>{{source}}</includeonly>
<noinclude>{{documentation}}</noinclude>
<noinclude>{{documentation|source}}</noinclude>
<includeonly>{| class="navigation"
! class="navLeft" | {{#if:{{{prev film|}}}|[[{{{prev ep}}}|← Previous episode]]<br />[[{{{prev film}}}|← Previous film]]|[[{{{prev ep}}}|← Previous]]}}
! 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}}|}}
|}</includeonly>

Revision as of 16:01, 11 April 2008

Documentation for {{episode infobox}}

Use

This is for episode articles. However, all episode articles have been written, so it is only here should there come a new season. This template works together with the {{navigation bottom}} template, which supplies the navigation for the bottom.

Usage

{{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)
|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         =
|written A          = (optional) in case of several writers, use this.  Type of A writer, can be left off if all writers are the same type
|written A by       = (optional) writer A.  So on till E.
|directed by        =
|directed A         = (optional) in case of several artists, use this.  Type of A artist, can be left off if all artists are the same type
|directed A by      = (optional) artist A.  So on till E.
|title reference    = (optional)
|caption reference  = (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)
|special guest      = (optional) Guest voice actor(s)
|nomination         = (optional) What the episode had been nominated for,
                      add indication for won nomination, no standard yet.
|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)
|hasanimatic        = yes/no (default: no) If there is an animatic available (optional)
|hascommentary      = yes/no (default: yes) If there is a commentary available. (optional)
}}

See also