Difference between revisions of "Template:Transcript infobox"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
(Now with more parameters!)
m (Title text and list class.)
Line 7: Line 7:
{{#if:{{{broad prev|}}}{{{broad next|}}}|{{transcript infobox/broadcast order|p={{{broad prev}}}|n={{{broad next}}}}}|}}
{{#if:{{{broad prev|}}}{{{broad next|}}}|{{transcript infobox/broadcast order|p={{{broad prev}}}|n={{{broad next}}}}}|}}
{{infobox
{{infobox
|title={{#ifeq:{{{iscommentary|no}}}|yes|<small>Commentary transcript of</small><br />{{#if:{{{film|}}}|''[[{{{film}}}]]''|{{#if:{{{episode|}}}|"[[{{{episode}}}]]"|[[{{{for}}}]]}}}}|<small>Transcript for</small><br />[[{{{for}}}]]}}
|title={{#ifeq:{{{iscommentary|no}}}|yes|<small>Transcript of commentary for</small><br />{{#if:{{{film|}}}|''[[{{{film}}}]]''|{{#if:{{{episode|}}}|"[[{{{episode}}}]]"|[[{{{for}}}]]}}}}|<small>Transcript for</small><br />[[{{{for}}}]]}}
|label1=Written by
|label1=Written by
|data1={{{written by|}}}
|data1={{{written by|}}}
Line 13: Line 13:
|data2={{{thanks to|}}}{{{credit|}}}
|data2={{{thanks to|}}}{{{credit|}}}
|header3={{#ifeq:{{{iscommentary|no}}}|yes|Commentary participants|}}
|header3={{#ifeq:{{{iscommentary|no}}}|yes|Commentary participants|}}
|data4={{#ifeq:{{{iscommentary|no}}}|yes|{{{participants|}}}|}}
|data4={{#ifeq:{{{iscommentary|no}}}|yes|<ol>
{{{participants|}}}</ol>|}}
|dataclass4=infoboxSeasonList
}}{{#switch:{{NAMESPACE}}|Transcript=[[Category:Transcripts|{{{for}}}]]}}
}}{{#switch:{{NAMESPACE}}|Transcript=[[Category:Transcripts|{{{for}}}]]}}
<!--<div id="transcript-edit" class="infobox" style="display:none;"></div>--></includeonly>
<!--<div id="transcript-edit" class="infobox" style="display:none;"></div>--></includeonly>

Revision as of 13:00, 28 June 2009

Documentation for {{transcript infobox}}

Use

This infobox is for transcript articles. It has a navigation bottom template to work with. Like with its bottom navigation, it will add the "Transcript:" part of the previous/next episode links. Do not add those.

Usage

{{transcript infobox
|for          = What it is a transcript for; is the backup option if episode or film
                is not provided together with iscommentary being yes.
|episode      = (optional; if iscommentary is yes) What episode the commentary is for
|film         = (optional; if iscommentary is yes) What film the commentary is for
|written by   = (optional) The author of the episode.
|thanks to    = Who originally wrote the transcript, sort of a credit.
|credit       = Same as above.
|prev ep      = Previous episode (optional for first)
|next ep      = Next episode (optional for last)
|prev film    = Previous film (optional)
|next film    = Next film (optional)
|iscommentary = yes/no (default: no) Whether it is a transcript of a commentary
|participants = (optional) Only in case of a commentary, a list of the people participating
                in the commentary.
}}

See also