Difference between revisions of Template:Cite episode
m 1 revision imported |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly>{{#invoke:citation/CS1|citation | <includeonly>{{#invoke:citation/CS1|citation | ||
|CitationClass=episode | |CitationClass=episode | ||
}}</includeonly><noinclude> | }}<templatedata> | ||
{ | |||
"description": "This template formats citations for television or radio programs and episodes.", | |||
"params": { | |||
"title": { | |||
"label": "Episode title", | |||
"description": "Title of the episode", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"episode-link": { | |||
"label": "Episode article in Wikipedia.", | |||
"description": " Wikilink to an existing Wikipedia article for this one episode.", | |||
"type": "wiki-page-name", | |||
"suggested": true | |||
}, | |||
"url": { | |||
"label": "URL", | |||
"description": "The URL of the online location where the text of the publication can be found", | |||
"type": "url", | |||
"aliases": [ | |||
"URL" | |||
] | |||
}, | |||
"access-date": { | |||
"label": "URL access date", | |||
"description": "The full date when the original URL was accessed; do not wikilink", | |||
"type": "string", | |||
"aliases": [ | |||
"accessdate" | |||
] | |||
}, | |||
"series": { | |||
"label": "Series", | |||
"description": "The name of the series the episode belongs to.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"series-link": { | |||
"label": "Series article in Wikipedia.", | |||
"description": "Wikilink to an existing Wikipedia article for this series.", | |||
"type": "wiki-page-name", | |||
"suggested": true | |||
}, | |||
"last": { | |||
"label": "Last name", | |||
"description": "The surname of the author; don't wikilink, use 'authorlink'; can suffix with a numeral to add additional authors", | |||
"aliases": [ | |||
"last1", | |||
"author", | |||
"author1", | |||
"author1-last", | |||
"author-last", | |||
"surname1", | |||
"author-last1", | |||
"subject1", | |||
"surname", | |||
"author-last", | |||
"subject" | |||
], | |||
"type": "string" | |||
}, | |||
"first": { | |||
"label": "First name", | |||
"description": "Given or first name, middle names, or initials of the author; don't wikilink, use 'authorlink'; can suffix with a numeral to add additional authors", | |||
"aliases": [ | |||
"given", | |||
"author-first", | |||
"first1", | |||
"given1", | |||
"author-first1", | |||
"author1-first" | |||
], | |||
"type": "string" | |||
}, | |||
"author-link": { | |||
"label": "Author link", | |||
"description": "Title of existing Wikipedia article about the author; can suffix with a numeral to add additional authors", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"authorlink", | |||
"subjectlink", | |||
"subject-link", | |||
"authorlink1", | |||
"author-link1", | |||
"author1-link", | |||
"subjectlink1", | |||
"author1link", | |||
"subject-link1", | |||
"subject1-link", | |||
"subject1link" | |||
] | |||
}, | |||
"network": { | |||
"label": "Network", | |||
"description": "The network the episode was aired on.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"station": { | |||
"label": "Station", | |||
"description": "Call letters of the local station (if any).", | |||
"type": "string" | |||
}, | |||
"date": { | |||
"label": "Source date", | |||
"description": "Full date when the source was published; if unknown, use access-date instead; do not wikilink", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"season": { | |||
"label": "Season number", | |||
"description": "Season number, usually for US shows.", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"series-no": { | |||
"aliases": [ | |||
"series-number", | |||
"seriesno", | |||
"seriesnumber" | |||
], | |||
"label": "Series number", | |||
"description": "Series number, usually for British shows.", | |||
"type": "number" | |||
}, | |||
"number": { | |||
"label": "Episode number", | |||
"description": "Many episodic shows are identified by separate season and episode numbers. Alternately, some shows prefer the format of a single episode number that includes the season within it; this format can be used by omitting the season field.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"minutes": { | |||
"label": "Minutes into episode.", | |||
"description": "Time the event occurs in the source. When rendered, followed by \"minutes in\".", | |||
"type": "string" | |||
}, | |||
"time": { | |||
"label": "Time within episode.", | |||
"description": "Alternate to minutes. Time the event occurs in the source. When rendered, preceded by default text \"Event occurs at time\".", | |||
"type": "string" | |||
}, | |||
"transcript": { | |||
"label": "Transcript ", | |||
"description": "Transcript of the original source.", | |||
"type": "string" | |||
}, | |||
"transcript-url": { | |||
"label": "Transcript URL", | |||
"description": "URL of the transcript.", | |||
"type": "url" | |||
}, | |||
"quote": { | |||
"label": "Quote", | |||
"description": "Relevant text quoted from the source; displays last, enclosed in quotes; must include terminating punctuation", | |||
"type": "string" | |||
}, | |||
"language": { | |||
"label": "Language", | |||
"description": "The language in which the source is written, if not English; use the full language name; do not use icons or templates", | |||
"type": "string" | |||
} | |||
}, | |||
"format": "inline" | |||
} | |||
</templatedata></includeonly><noinclude> | |||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> | ||