Template:Infobox podcast episode/doc

From The Freestyle Knowledge Base
Revision as of 00:17, 6 March 2016 by Admin (talk | contribs) (Created page with "{{Documentation subpage}} {{Auto italic title|italic_title}} This template should be placed in an article at the '''top''' of the page, before the introduction. Any/all param...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This template should be placed in an article at the top of the page, before the introduction. Any/all parameters optional.

Usage

{{Infobox podcast
| title          = 
| image          =  <!-- Image.ext without File: or Image: -->
| image_size     = 
| alt            = 
| caption        =  <!-- Caption for the image (if needed) -->
| podcast_name   = 
| episode_title  = 
| release_date   = 
| hosting        =  <!-- or 'host' -->
| starring       = 
| director       = 
| narrated       = 
| language       = 
| language_other =  <!-- If the podcast also made in other languages, list here -->
| length         = 
| codec          = 
| channels       = 
| sample_rate    = 
| bitrate        = 
| production     =  <!-- For production credits -->
| preceded_by    =
| opentheme      =
| endtheme       =
| audio format   = 
| ratings        = 
| provider       =  <!-- or 'network'; Media provider or network e.g. BBC, Revision 3, etc.-->
| website        =  <!-- or 'url' -->
| misc           =  <!-- Audio file using syntax: [[File:recording_name.extension]]. -->
                    <!-- Or video files, with the extension "ogv". -->
| audio caption  =  <!-- Caption for the audio recording-->
| module         = 
}}

Example

The Example Podcast
File:Example.png
Example
Presentation
Hosted by Zoe Example
Publication
Ratings i listeners
Provider Example
File:Accordian chords-01.ogg
Chords being played on an accordion



The following template code produced the infobox to the right.

{{Infobox podcast
| title    = The Example Podcast
| image    = Example.png
| caption  = Example
| host     = Zoe Example
| ratings  = i listeners
| provider = iTunes
| website  = {{URL|example.org}}
| misc     = [[File:Accordian chords-01.ogg]]
| audio caption = Chords being played on an accordion 
}}