441
edits
m>Daduzi m (→Description) |
(adding templatedate to the template page (pls don't break)) |
||
(119 intermediate revisions by 53 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#invoke:citation/CS1|citation | |||
|CitationClass=book | |||
}}</includeonly><noinclude> | |||
{{documentation}} | |||
{{collapse top|TemplateData}} | |||
{{TemplateData header}} | |||
<templatedata> | |||
{ | |||
"description": "This template formats a citation to a book using the provided bibliographic information (such as author and title) as well as various formatting options.", | |||
"params": { | |||
"url": { | |||
"label": "URL", | |||
"description": "The URL of the online location where the text of the publication can be found. Requires schemes of the type \"http://...\" or maybe even the protocol relative scheme \"//...\"", | |||
"type": "string", | |||
"aliases": [ | |||
"URL" | |||
], | |||
"example": "https://www.nytimes.com/..." | |||
}, | |||
"title": { | |||
"label": "Title", | |||
"description": "The title of the book; displays in italics", | |||
"type": "string", | |||
"required": 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" | |||
], | |||
"suggested": true, | |||
"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" | |||
], | |||
"suggested": true, | |||
"type": "string" | |||
}, | |||
"last2": { | |||
"label": "Last name 2", | |||
"description": "The surname of the second author; don't wikilink, use 'authorlink2'; can suffix with a numeral to add additional authors", | |||
"aliases": [ | |||
"author2", | |||
"surname2", | |||
"author-last2", | |||
"author2-last", | |||
"subject2" | |||
], | |||
"type": "string" | |||
}, | |||
"first2": { | |||
"label": "First name 2", | |||
"description": "Given or first name, middle names, or initials of the second author; don't wikilink, use 'authorlink'; can suffix with a numeral to add additional authors", | |||
"aliases": [ | |||
"given2", | |||
"author-first2", | |||
"author2-first" | |||
], | |||
"type": "string" | |||
}, | |||
"last3": { | |||
"label": "Last name 3", | |||
"description": "The surname of the third author; don't wikilink, use 'authorlink3'.", | |||
"aliases": [ | |||
"author3", | |||
"surname3", | |||
"author-last3", | |||
"author3-last", | |||
"subject3" | |||
], | |||
"type": "string" | |||
}, | |||
"first3": { | |||
"label": "First name 3", | |||
"description": "Given or first name, middle names, or initials of the third author; don't wikilink.", | |||
"aliases": [ | |||
"given3", | |||
"author-first3", | |||
"author3-first" | |||
], | |||
"type": "string" | |||
}, | |||
"last4": { | |||
"label": "Last name 4", | |||
"description": "The surname of the fourth author; don't wikilink, use 'authorlink4'.", | |||
"aliases": [ | |||
"author4", | |||
"surname4", | |||
"author-last4", | |||
"author4-last", | |||
"subject4" | |||
], | |||
"type": "string" | |||
}, | |||
"first4": { | |||
"label": "First name 4", | |||
"description": "Given or first name, middle names, or initials of the fourth author; don't wikilink.", | |||
"aliases": [ | |||
"given4", | |||
"author-first4", | |||
"author4-first" | |||
], | |||
"type": "string" | |||
}, | |||
"last5": { | |||
"label": "Last name 5", | |||
"description": "The surname of the fifth author; don't wikilink, use 'authorlink5'.", | |||
"aliases": [ | |||
"author5", | |||
"surname5", | |||
"author-last5", | |||
"author5-last", | |||
"subject5" | |||
], | |||
"type": "string" | |||
}, | |||
"first5": { | |||
"label": "First name 5", | |||
"description": "Given or first name, middle names, or initials of the fifth author; don't wikilink.", | |||
"aliases": [ | |||
"given5", | |||
"author-first5", | |||
"author5-first" | |||
], | |||
"type": "string" | |||
}, | |||
"last6": { | |||
"label": "Last name 6", | |||
"description": "The surname of the sixth author; don't wikilink, use 'authorlink6'.", | |||
"aliases": [ | |||
"author6", | |||
"surname6", | |||
"author-last6", | |||
"author6-last", | |||
"subject6" | |||
], | |||
"type": "string" | |||
}, | |||
"first6": { | |||
"label": "First name 6", | |||
"description": "Given or first name, middle names, or initials of the sixth author; don't wikilink.", | |||
"aliases": [ | |||
"given6", | |||
"author-first6", | |||
"author6-first" | |||
], | |||
"type": "string" | |||
}, | |||
"last7": { | |||
"label": "Last name 7", | |||
"description": "The surname of the seventh author; don't wikilink, use 'authorlink7'.", | |||
"aliases": [ | |||
"author7", | |||
"surname7", | |||
"author-last7", | |||
"author7-last", | |||
"subject7" | |||
], | |||
"type": "string" | |||
}, | |||
"first7": { | |||
"label": "First name 7", | |||
"description": "Given or first name, middle names, or initials of the seventh author; don't wikilink.", | |||
"aliases": [ | |||
"given7", | |||
"author-first7", | |||
"author7-first" | |||
], | |||
"type": "string" | |||
}, | |||
"last8": { | |||
"label": "Last name 8", | |||
"description": "The surname of the eighth author; don't wikilink, use 'authorlink8'.", | |||
"aliases": [ | |||
"author8", | |||
"surname8", | |||
"author-last8", | |||
"author8-last", | |||
"subject8" | |||
], | |||
"type": "string" | |||
}, | |||
"first8": { | |||
"label": "First name 8", | |||
"description": "Given or first name, middle names, or initials of the eighth author; don't wikilink.", | |||
"aliases": [ | |||
"given8", | |||
"author-first8", | |||
"author8-first" | |||
], | |||
"type": "string" | |||
}, | |||
"last9": { | |||
"label": "Last name 9", | |||
"description": "The surname of the ninth author; don't wikilink, use 'authorlink9'. If nine authors are defined, then only eight will show and 'et al.' will show in place of the last author.", | |||
"aliases": [ | |||
"author9", | |||
"surname9", | |||
"author-last9", | |||
"author9-last", | |||
"subject9" | |||
], | |||
"type": "string" | |||
}, | |||
"first9": { | |||
"label": "First name 9", | |||
{{collapse bottom}} | |||
[[Category:Templates]] | |||
</noinclude> | </noinclude> |