Difference between revisions of "Template:Infobox podcastV"

From blackwiki
Jump to navigation Jump to search
imported>Dmelliott
(merge)
Line 1: Line 1:
{| class="infobox" cellspacing="5" style="width: 21em; font-size: 90%; text-align: left;"
+
#REDIRECT[[Template:Infobox podcastv]]
|-
 
| colspan="2" style="text-align: center; font-size: 140%; font-weight: bold;" | {{#if: {{{title|}}} | {{{title}}}}}
 
|-
 
{{#if:{{{image|}}}|
 
<tr><td colspan="2" style="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>{{{citefor|}}}</td></tr>
 
}}{{#if:{{{provider|}}}|
 
<tr><th>Cited as</th><td>{{{citeas|}}}</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: At the very '''top''' of the article's edit.
 
 
 
; Template:
 
 
 
<pre>
 
{{Infobox podcastv
 
| title =
 
| image =
 
| caption =
 
| language =
 
| rss =
 
| atom =
 
| languagea =
 
| rssa =
 
| atoma =
 
| host =
 
| camera =
 
| direction =
 
| production =
 
| genre =
 
| length =
 
| updates =
 
| debut =
 
| final =
 
| citefor =
 
| citeas =
 
| provider =
 
| url =
 
}}
 
</pre>
 
 
 
==Template Expanation==
 
 
 
<nowiki>{{</nowiki>[[:Template:Infobox podcastv|Infobox podcastv]]
 
| title = Text at top of Infobox
 
| image = Podshow associated image, e.g. logo, as <nowiki>[[image:MyLogo.jpg]]</nowiki>.
 
| caption = Text under above graphic.
 
| language = Specify if page is likeky to be viewed outside of language's normal teritory.
 
| rss = Podcast's RSS feed.  '''''This is the only required item in the list'''''.
 
| atom = Podcast's Atom feed.
 
| languagea = Second language of the podcast.
 
| rssa = Second RSS feed, used for, but not limited to the second language.
 
| atoma =Second Atom feed, used for, but not limited to the second language.
 
| hosting = Usually the main on screen person/people.
 
| camera = Credit for the camera operator(s).
 
| direction = Credit for the director(s).
 
| production = Credit for the producer(s).
 
| genre = Podcast type, e.g. Comedy, News, How-To, Gadgets, etc.
 
| length = Podcast length, or length extremes, in minutes.
 
| updates = Frequency of transmission, e.g. Hourly, Daily, Weekly, As Inspired, etc.
 
| debut = Date of first airing.
 
| final = Date of last airing if used in a historical document.
 
| citations = Awards, Honors, Recognitions, etc.
 
| provider = Where podcast can be found, e.g. YouTube, REVVER, iTunes, Miro, etc.
 
| url = Podcast's website address.
 
<nowiki>}}</nowiki>
 
 
 
For legibility, it is frequently necessary to embolden the list items by enclosing them with single quote triplets, e.g. '''text'''.
 
 
 
This is a rework of the Infobox template "Podcast", to whom we are indebted.
 
 
 
 
 
 
 
<![Category:technology infobox templates|Podcast]]>
 
<![Category:Templates using ParserFunctions|{{PAGENAME}}]]>
 
<![Category:Audio podcasts| {{PAGENAME}}]]>
 
</noinclude>
 

Revision as of 03:27, 10 September 2010