Difference between revisions of "Template:Infobox podcastV"

From blackwiki
Jump to navigation Jump to search
imported>Dmelliott
imported>WOSlinker
(redirect)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="infobox" cellspacing="5" style="width: 21em; font-size: 90%; text-align: left;"
+
#REDIRECT[[Template:Infobox podcast]]
|-
 
| colspan="2" style="text-align: center; font-size: 140%; font-weight: bold;" | {{#if:{{{title|}}} | {{{title}}} }}
 
|-
 
{{#if:{{{image|}}}|
 
<tr><td colspan="2" style="background:#fcfcfc; border colour: #fcfcfc; text-align: center;">{{{image|}}}<br />{{#if:{{{caption|}}}|{{{caption}}}}}</td></tr>
 
}}{{#if:{{{language|}}}|
 
<tr><th>Language</th><td>{{{language|}}}</td></tr>
 
}}
 
<tr><th>[[Image:Feed-icon.svg|16px]]&nbsp;[[RSS]]</th><td>{{{rss|}}}</td></tr>
 
{{#if:{{{atom|}}}|
 
<tr><th>[[Image:Feed-icon.svg|16px]]&nbsp;[[Atom (standard)|Atom]]</th><td>{{{atom|}}}</td></tr>
 
}}{{#if:{{{languagea|}}}|
 
<tr><th>Language</th><td>{{{languagea}}}</td></tr>
 
}}{{#if:{{{rssa|}}}|
 
<tr><th>[[Image:Feed-icon.svg|16px]]&nbsp;[[RSS]]</th><td>{{{rssa|}}}</td></tr>
 
}}{{#if:{{{atoma|}}}|
 
<tr><th>[[Image:Feed-icon.svg|16px]]&nbsp;[[Atom (standard)|Atom]]</th><td>{{{atoma|}}}</td></tr>
 
}}{{#if:{{{hosting|}}}|
 
<tr><th>Hosting</th><td>{{{hosting|}}}</td></tr>
 
}}{{#if:{{{camera|}}}|
 
<tr><th>Camera</th><td>{{{camera|}}}</td></tr>
 
}}{{#if:{{{direction|}}}|
 
<tr><th>Direction</th><td>{{{direction|}}}</td></tr>
 
}}{{#if:{{{production|}}}|
 
<tr><th>Production</th><td>{{{production|}}}</td></tr>
 
}}{{#if:{{{genre|}}}|
 
<tr><th>[[:Category:Podcasts by genre|Genre]]</th><td>{{{genre|}}}</td></tr>
 
}}{{#if:{{{length|}}}|
 
<tr><th>Length</th><td>{{{length|}}}</td></tr>
 
}}{{#if:{{{updates|}}}|
 
<tr><th>Updates</th><td>{{{updates|}}}</td></tr>
 
}}{{#if:{{{debut|}}}|
 
<tr><th>Debut</th><td>{{{debut|}}}</td></tr>
 
}}{{#if:{{{final|}}}|
 
<tr><th>Final</th><td>{{{final|}}}</td></tr>
 
}}{{#if:{{{citations|}}}|
 
<tr><th>Cited for</th><td>{{{citations|}}}</td></tr>
 
}}{{#if:{{{provider|}}}|
 
<tr><th>Provider</th><td>{{{provider|}}}</td></tr>
 
}}{{#if:{{{url|}}}|
 
<tr><th>[[Website]]</th><td>{{{url|}}}</td></tr>
 
}}
 
|}<noinclude>
 
 
 
== Usage ==
 
 
 
; Placement: This template should be '''first''' on an article's edit page.
 
; '' ''
 
; '' ''
 
; Code:
 
 
 
<pre>
 
{{Infobox podcastV
 
| title      =
 
| image      =
 
| caption    =
 
| language  =
 
| rss        =
 
| atom      =
 
| languagea  =
 
| rssa      =
 
| atoma      =
 
| host      =
 
| camera    =
 
| direction  =
 
| production =
 
| genre      =
 
| length    =
 
| updates    =
 
| debut      =
 
| final      =
 
| citations  =
 
| provider  =
 
| url        =
 
}}
 
</pre>
 
 
 
==Template Explanation==
 
 
 
 
 
<nowiki>{{</nowiki>[[:Template:Infobox PodcastV|Infobox PodcastV]]
 
| title = Title for top of box.
 
| image = E.g. Podcast logo, ~220 pixel width, as  <nowiki>[[Image:MyLogo.jpg]]</nowiki>.
 
| caption = Caption for under the above image.
 
| language = Use if there are two languages or if likeky to be viewed outside of native country.
 
| rss = Podcast's RSS feed. '''''This is the only required item in the list'''''.
 
| atom = Podcast's Atom feed.
 
| languagea = Use if there is a second language.
 
| rssa = Second RSS feed for two feeds including, but not limited to, two languages.
 
| atoma = Second Atom feed for two feeds including, but not limited to, two languages.
 
| host = Usually the main on screen person.
 
| camera = Camera operator(s)
 
| direction = Show director(s)
 
| production = Show producer(s).
 
| genre = Category, e.g. comedy, how-to, news, etc.
 
| length = typical episode length or lenght extremes in minutes.
 
| updates = Frequency of show output, e.g. hourly, daily, weekly, when inspired, etc.
 
| debut = Day of first airing.
 
| final = Last Day of airing for a historical document.
 
| citations = Webby, best producer, 2008
 
| provider = Sourece for feed, e.g. YouTube, REVVER, iTunes, Miro, etc.
 
| url = Home website URL
 
<nowiki>}}</nowiki>
 
 
 
For reading ease, it is frequently necessary to make items bold by surrounting them with triplets of single quotes.
 
 
 
 
 
[[Category:technology infobox templates|Podcast]]
 
[[Category:Templates using ParserFunctions|{{PAGENAME}}]]
 
[[Category:Podcasting|{{PAGENAME}}]]
 
</noinclude>
 

Latest revision as of 22:49, 22 September 2012