Template:Infobox Podcast/doc

From Wikipedia, the free encyclopedia

This is a documentation subpage for Template:Infobox Podcast (see that page for the template itself).
It contains usage information, categories and other content that is not part of the original template page.

[edit] Usage

Placement
This template should be placed in an article at the top of the page, before the introduction. Any/all parameters optional.
Code
{{Infobox Podcast
|width      =      <!--Optional parameter for setting the infobox's width to contain long URLs. Default is 21em. Don't include a trailing semicolon.-->
|title      = 
|image      =      <!--Image of the podcast's logo, sufficiently clear for display at 220 pixels' width-->
|caption    =      <!--Caption for the image (if any comment/clarification needed)-->
|hosting    =      <!--or 'host'-->
|language   = 
|rss        = 
|atom       = 
|language_other =  <!--If the podcast also made in other languages, list here-->
|rss_other      =  <!--RSS feed or feeds for versions in other languages-->
|atom_other     =  <!--Atom feed or feeds for version in other languages-->
|updates    =      <!--or 'status'-->
|length     = 
|camera     =      <!--For camerawork credits-->
|direction  =      <!--For direction credits-->
|production =      <!--For production credits-->
|picture_format = 
|video_format   = 
|audio_format   = 
|began      =      <!--or 'debut'; date of first airing-->
|ended      =      <!--or 'final'; date of last airing (if applicable)-->
|genre      = 
|ratings    = 
|cited_for  =      <!--Any awards,
|cited_as   =          honors, recognitions, etc.-->
|provider   =      <!--or 'network'; Media provider or network producing the podcast, e.g. BBC, Revision 3, etc.-->
|url        =      <!--or 'website'-->
}}

[edit] Example

The Example Podcast

Example
Hosting Zoe Example
 RSS http://example.org/rss.xml
 Atom http://example.org/atom.xml
Updates Daily
Debut 1984
End date 2061
Genre Hypothetical
Provider Example
Website http://example.org

The following template code produced the infobox to the right.

{{Infobox Podcast
|title   = The Example Podcast
|image   = [[Image:Example.png|250px]]
|caption = Example
|host    = Zoe Example
|url     = http://example.org
|rss     = http://example.org/rss.xml
|atom    = http://example.org/atom.xml
|status  = Daily
|began   = 1984
|ended   = 2061
|genre   = Hypothetical
|ratings = i listeners
|network = Example
}}

See this example for how the infobox looks with all parameters filled in.