Difference between revisions of "Template:Infobox podcastV"
Jump to navigation
Jump to search
imported>Dmelliott |
imported>Dmelliott |
||
| Line 1: | Line 1: | ||
| + | |||
{| class="infobox" cellspacing="5" style="width: 21em; font-size: 90%; text-align: left;" | {| class="infobox" cellspacing="5" style="width: 21em; font-size: 90%; text-align: left;" | ||
|- | |- | ||
| − | | colspan="2" style="text-align: center; font-size: 140%; font-weight: bold;" | {{#if:{{{title|}}} | {{{title}}} }} | + | | colspan="2" style="text-align: center; font-size: 140%; font-weight: bold;" | {{#if: {{{title|}}} | {{{title}}}}} |
|- | |- | ||
{{#if:{{{image|}}}| | {{#if:{{{image|}}}| | ||
| − | <tr><td colspan="2" style=" | + | <tr><td colspan="2" style="text-align: center;">{{{image|}}}<br />{{#if:{{{caption|}}}|{{{caption}}}}}</td></tr> |
}}{{#if:{{{language|}}}| | }}{{#if:{{{language|}}}| | ||
<tr><th>Language</th><td>{{{language|}}}</td></tr> | <tr><th>Language</th><td>{{{language|}}}</td></tr> | ||
| Line 12: | Line 13: | ||
<tr><th>[[Image:Feed-icon.svg|16px]] [[Atom (standard)|Atom]]</th><td>{{{atom|}}}</td></tr> | <tr><th>[[Image:Feed-icon.svg|16px]] [[Atom (standard)|Atom]]</th><td>{{{atom|}}}</td></tr> | ||
}}{{#if:{{{languagea|}}}| | }}{{#if:{{{languagea|}}}| | ||
| − | <tr><th>Language</th><td>{{{languagea}}}</td></tr> | + | <tr><th>Language</th><td>{{{languagea|}}}</td></tr> |
}}{{#if:{{{rssa|}}}| | }}{{#if:{{{rssa|}}}| | ||
<tr><th>[[Image:Feed-icon.svg|16px]] [[RSS]]</th><td>{{{rssa|}}}</td></tr> | <tr><th>[[Image:Feed-icon.svg|16px]] [[RSS]]</th><td>{{{rssa|}}}</td></tr> | ||
| Line 36: | Line 37: | ||
<tr><th>Final</th><td>{{{final|}}}</td></tr> | <tr><th>Final</th><td>{{{final|}}}</td></tr> | ||
}}{{#if:{{{citations|}}}| | }}{{#if:{{{citations|}}}| | ||
| − | <tr><th>Cited for</th><td>{{{ | + | <tr><th>Cited for</th><td>{{{citefor|}}}</td></tr> |
| + | }}{{#if:{{{provider|}}}| | ||
| + | <tr><th>Cited as</th><td>{{{citeas|}}}</td></tr> | ||
}}{{#if:{{{provider|}}}| | }}{{#if:{{{provider|}}}| | ||
<tr><th>Provider</th><td>{{{provider|}}}</td></tr> | <tr><th>Provider</th><td>{{{provider|}}}</td></tr> | ||
| Line 46: | Line 49: | ||
== Usage == | == Usage == | ||
| − | ; Placement: | + | ; Placement: At the very '''top''' of the article's edit. |
| − | + | ||
| − | + | ; Template: | |
| − | ; | ||
<pre> | <pre> | ||
| − | {{Infobox | + | {{Infobox podcastv |
| − | | title | + | | title = |
| − | | image | + | | image = |
| − | | caption | + | | caption = |
| − | | language | + | | language = |
| − | | rss | + | | rss = |
| − | | atom | + | | atom = |
| − | | languagea | + | | languagea = |
| − | | rssa | + | | rssa = |
| − | | atoma | + | | atoma = |
| − | | host | + | | host = |
| − | | camera | + | | camera = |
| − | | direction | + | | direction = |
| production = | | production = | ||
| − | | genre | + | | genre = |
| − | | length | + | | length = |
| − | | updates | + | | updates = |
| − | | debut | + | | debut = |
| − | | final | + | | final = |
| − | | | + | | citefor = |
| − | | provider | + | | citeas = |
| − | | url | + | | provider = |
| + | | url = | ||
}} | }} | ||
</pre> | </pre> | ||
| − | ==Template | + | ==Template Expanation== |
| − | |||
| − | <nowiki>{{</nowiki>[[:Template:Infobox | + | <nowiki>{{</nowiki>[[:Template:Infobox podcastv|Infobox podcastv]] |
| − | | title = | + | | title = Text at top of Infobox |
| − | | image = | + | | image = Podshow associated image, e.g. logo, as <nowiki>[[image:MyLogo.jpg]]</nowiki>. |
| − | | caption = | + | | caption = Text under above graphic. |
| − | | language = | + | | 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'''''. | + | | rss = Podcast's RSS feed. '''''This is the only required item in the list'''''. |
| atom = Podcast's Atom feed. | | atom = Podcast's Atom feed. | ||
| − | | languagea = | + | | languagea = Second language of the podcast. |
| − | | rssa = Second RSS feed for | + | | rssa = Second RSS feed, used for, but not limited to the second language. |
| − | | atoma = Second Atom feed for | + | | atoma =Second Atom feed, used for, but not limited to the second language. |
| − | | | + | | hosting = Usually the main on screen person/people. |
| − | | camera = | + | | camera = Credit for the camera operator(s). |
| − | | direction = | + | | direction = Credit for the director(s). |
| − | | production = | + | | production = Credit for the producer(s). |
| − | | genre = | + | | genre = Podcast type, e.g. Comedy, News, How-To, Gadgets, etc. |
| − | | length = | + | | length = Podcast length, or length extremes, in minutes. |
| − | | updates = Frequency of | + | | updates = Frequency of transmission, e.g. Hourly, Daily, Weekly, As Inspired, etc. |
| − | | debut = | + | | debut = Date of first airing. |
| − | | final = | + | | final = Date of last airing if used in a historical document. |
| − | | citations = | + | | citations = Awards, Honors, Recognitions, etc. |
| − | | provider = | + | | provider = Where podcast can be found, e.g. YouTube, REVVER, iTunes, Miro, etc. |
| − | | url = | + | | url = Podcast's website address. |
<nowiki>}}</nowiki> | <nowiki>}}</nowiki> | ||
| − | For | + | 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:technology infobox templates|Podcast]] | ||
[[Category:Templates using ParserFunctions|{{PAGENAME}}]] | [[Category:Templates using ParserFunctions|{{PAGENAME}}]] | ||
| − | [[Category: | + | [[Category:Audio podcasts| {{PAGENAME}}]] |
</noinclude> | </noinclude> | ||
Revision as of 02:51, 12 November 2007
| 16px RSS | |
|---|---|
Usage
- Placement
- At the very top of the article's edit.
- Template
{{Infobox podcastv
| title =
| image =
| caption =
| language =
| rss =
| atom =
| languagea =
| rssa =
| atoma =
| host =
| camera =
| direction =
| production =
| genre =
| length =
| updates =
| debut =
| final =
| citefor =
| citeas =
| provider =
| url =
}}
Template Expanation
{{Infobox podcastv
| title = Text at top of Infobox
| image = Podshow associated image, e.g. logo, as [[image:MyLogo.jpg]].
| 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.
}}
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.