Difference between revisions of Template:Cite podcast
m 1 revision imported |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly>{{#invoke:citation/CS1|citation | <includeonly>{{#invoke:citation/CS1|citation | ||
|CitationClass=podcast | |CitationClass=podcast | ||
}}</includeonly><noinclude> | }}<templatedata> | ||
{ | |||
"params": { | |||
"url": { | |||
"label": "URL", | |||
"description": " URL of an online location where the podcast episode can be found.", | |||
"type": "url", | |||
"required": true | |||
}, | |||
"title": { | |||
"label": "Episode Title", | |||
"description": "Title of the podcast episode.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"website": { | |||
"aliases": [ | |||
"work" | |||
], | |||
"label": "Podcast", | |||
"description": "Title of the podcast", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"publisher": { | |||
"label": "Publisher", | |||
"description": "Name of publisher or podcast network; may be wikilinked if relevant.", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"host": { | |||
"aliases": [ | |||
"author" | |||
], | |||
"label": "Host", | |||
"description": "Name of a host", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"last": { | |||
"description": "Last name of a host", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"first": { | |||
"description": "First name of a host", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"last2": { | |||
"description": "Last name of second host", | |||
"type": "string" | |||
}, | |||
"first2": { | |||
"description": "First name of second host", | |||
"type": "string" | |||
}, | |||
"last3": { | |||
"description": "Last name of third host", | |||
"type": "string" | |||
}, | |||
"first3": { | |||
"description": "First name of third host", | |||
"type": "string" | |||
}, | |||
"last4": { | |||
"description": "Last name of fourth host", | |||
"type": "string" | |||
}, | |||
"first4": { | |||
"description": "First name of fourth host", | |||
"type": "string" | |||
}, | |||
"last5": { | |||
"description": "Last name of fifth host", | |||
"type": "string" | |||
}, | |||
"first5": { | |||
"description": "First name of fifth host", | |||
"type": "string" | |||
}, | |||
"date": { | |||
"label": "Date", | |||
"description": "Date of the source being referenced.", | |||
"type": "date", | |||
"suggested": true | |||
}, | |||
"time": { | |||
"label": "Time", | |||
"description": "Time the event occurs in the source, preceded by default text \"Event occurs at\". ", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"minutes": { | |||
"label": "Minutes", | |||
"description": "Time the event occurs in the source; followed by \"minutes in\".", | |||
"type": "number" | |||
}, | |||
"time-caption": { | |||
"aliases": [ | |||
"timecaption" | |||
], | |||
"label": "Time caption", | |||
"description": "Changes the default text displayed before time.", | |||
"type": "string" | |||
}, | |||
"access-date": { | |||
"aliases": [ | |||
"accessdate" | |||
], | |||
"label": "Access date", | |||
"description": "Full date when the content pointed to by url was last verified to support the text in the article.", | |||
"type": "date", | |||
"suggested": true | |||
}, | |||
"archive-url": { | |||
"aliases": [ | |||
"archiveurl" | |||
], | |||
"label": "Archive URL", | |||
"description": "The URL of an archived snapshot of a web page.", | |||
"type": "url" | |||
}, | |||
"archive-date": { | |||
"aliases": [ | |||
"archivedate" | |||
], | |||
"label": "Archive date", | |||
"description": "Archive-service snapshot-date; preceded in display by default text \"archived from the original on\".", | |||
"type": "date" | |||
}, | |||
"url-status": { | |||
"label": "URL status", | |||
"type": "string" | |||
}, | |||
"dead-url": { | |||
"deprecated": "Replaced with |url-status=" | |||
}, | |||
"url-access": { | |||
"label": "URL access", | |||
"description": "Used to indicate when the cited work is not free-to-access. Allowed keywords are \"registration\", \"limited\", and \"subscription\".", | |||
"type": "string" | |||
} | |||
}, | |||
"description": "This Citation Style 1 template is used to create citations for audio or video podcasts. ", | |||
"format": "inline" | |||
} | |||
</templatedata></includeonly><noinclude> | |||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> | ||