Template:Cite podcast: Difference between revisions

Template page
No edit summary
mNo edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!-- Based on "Template:Cite press release" and "Template:Cite web"
<includeonly><cite style="font-style:normal;">{{#if:  
-->
    {{#if: {{{url|}}} | {{#if: {{{title|}}} | 1 }} }}
 
    | <!-- THEN: --> {{#if: {{{host|}}}|{{{host}}}.}} ''{{#if: {{{url|}}}|&#32;<span class="plainlinks">[{{{url}}} {{{title}}}{{#if: {{{url|}}}|] }}''.</span> {{#if: {{{website|}}}|{{{website|}}}. }} {{#if: {{{date|}}}|&#32;{{{date}}}. |{{#if: {{{publisher|}}}|. |}}}} {{#if: {{{accessdate|}}}|&#32;Podcast accessed on {{{accessdate}}}, {{{accessyear}}}}}}} {{#if: {{{timestamp|}}}|&#32;Seek to: {{{timestamp}}}.}} {{#if: {{{totalrunning|}}}|&#32;Total running time: {{{totalrunning}}}.}} ({{formattype|POD}})
<cite style="font-style:normal;">
    | <!-- ELSE: --> Error on call {{tl|cite podcast}}: Parameters '''url''' and '''title''' ''must'' be specified.
<includeonly>{{#if: {{#if: {{{url|}}} | {{#if: {{{title|}}} |1}}}}||Error on call to [[template:cite web]]: Parameters '''url''' and '''title''' must be specified}}</includeonly>
}}</cite></includeonly><noinclude>
{{#if: {{{host|}}}|{{{host}}}.}} ''{{#if: {{{url|}}}|&#32;[{{{url}}} {{{title}}}{{#if: {{{url|}}}|] }}'' {{#if: {{{website|}}}|{{{website|}}}. }} {{#if: {{{date|}}}|&#32;{{{date}}}. |{{#if: {{{publisher|}}}|. |}}}} {{#if: {{{accessdate|}}}|&#32;Podcast accessed on [[{{{accessdate}}}]], [[{{{accessyear}}}]]}}}}</cite><noinclude>
This template is an alternative to {{tl|cite web}} oriented towards [[Wikipedia:podcasting|podcasting]]. It provides lower case parameters only.
 
This template is an alternative to [[template:Cite web]] oriented towards [[podcasting]]. It provides lower case parameters only.


== Usage ==
== Usage ==
Line 17: Line 15:
| accessdate =
| accessdate =
| accessyear =
| accessyear =
| timestamp =
| totalrunning =
}}</pre>
}}</pre>
== Quick Code ==
== Quick Code ==
<code><nowiki>{{cite podcast|url= |title= |website= |host= |date= |accessdate= |accessyear= }}</nowiki></code>
<code><nowiki>{{cite podcast|url= |title= |website= |host= |date= |accessdate= |accessyear= |timestamp= |totalrunning= }}</nowiki></code>
<br/>
<br/>
<code><nowiki>{{cite podcast|url= |title= }}</nowiki></code> - Basic
<code><nowiki>{{cite podcast|url= |title= }}</nowiki></code> - Basic

Latest revision as of 07:20, 6 September 2006

This template is an alternative to {{cite web}} oriented towards podcasting. It provides lower case parameters only.

Usage

{{cite podcast
| url =
| title =
| website =
| host=
| date =
| accessdate =
| accessyear =
| timestamp =
| totalrunning =
}}

Quick Code

{{cite podcast|url= |title= |website= |host= |date= |accessdate= |accessyear= |timestamp= |totalrunning= }}
{{cite podcast|url= |title= }} - Basic

Required parameters

  • url: URL to podcast
  • title: Title of podcast

Optional parameters

  • website: Website name
  • host: Podcast host name
  • date: Date of podcast
  • accessdate: Date (Month Day) when item was accessed. Should be ISO 8601 MM-DD format.
  • accessyear: Year
  • timestamp: Time in which you should seek to. Format in HH:MM:SS
  • totalrunning: Total time in which the file is. Format in HH:MM:SS