(per TfD;) |
m (3 revisions imported) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
|CitationClass=citation | |CitationClass=citation | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
{{Documentation}} | {{Documentation|content=<templatedata> | ||
{ | |||
"description": "The Citation template generates a citation for a book, periodical, contribution in a collective work, or a web page. It determines the citation type by examining which parameters are used.", | |||
"params": { | |||
"last": { | |||
"label": "Last name", | |||
"description": "The surname of the author; don't wikilink, use 'author-link' instead; can suffix with a numeral to add additional authors", | |||
"aliases": [ | |||
"author", | |||
"author1", | |||
"last1" | |||
], | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"first": { | |||
"label": "First name", | |||
"description": "Given or first name, middle names, or initials of the author; don't wikilink, use 'author-link' instead; can suffix with a numeral to add additional authors", | |||
"aliases": [ | |||
"first1" | |||
], | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"title": { | |||
"label": "Title of source", | |||
"type": "string", | |||
"description": "Title of source. Works display in italics and articles surrounded in quotation marks.", | |||
"required": true | |||
}, | |||
"date": { | |||
"label": "Date of source", | |||
"type": "date", | |||
"description": "Full date of source being referenced in the same format as other publication dates in the citations.[1] Do not wikilink. Displays after the authors and enclosed in parentheses. If there is no author, then displays after publisher.", | |||
"suggested": true | |||
}, | |||
"url": { | |||
"label": "URL of source", | |||
"type": "string", | |||
"description": "URL of an online location where the text of the publication can be found.", | |||
"suggested": true | |||
}, | |||
"publication-date": { | |||
"label": "Publication date", | |||
"type": "string", | |||
"required": false, | |||
"description": "Date of publication when different from the date the work was written. Displays only if year or date are defined and only if different, else publication-date is used and displayed as date. Use the same format as other dates in the article; do not wikilink. Follows publisher; if work is not defined, then publication-date is preceded by \"published\" and enclosed in parenthesis." | |||
}, | |||
"df": { | |||
"label": "Date format", | |||
"description": "Sets rendered dates to the specified format", | |||
"type": "string" | |||
}, | |||
"year": { | |||
"label": "Year of publication", | |||
"description": "Year of the source being referenced; recommended only when date parameter format is YYYY-MM-DD and a CITEREF disambiguator is needed", | |||
"type": "number" | |||
}, | |||
"postscript": { | |||
"label": "Postscript", | |||
"type": "string", | |||
"required": false, | |||
"description": "Controls the closing punctuation for a citation; defaults to a period (.); for no terminating punctuation, specify |postscript=none – leaving |postscript= empty is the same as omitting it, but is ambiguous. Ignored if quote is defined." | |||
}, | |||
"author-mask": { | |||
"label": "Author mask", | |||
"type": "string", | |||
"required": false, | |||
"description": "Replaces the name of the first author with em dashes or text. Set author-mask to a numeric value n to set the dash n em spaces wide; set author-mask to a text value to display the text without a trailing author separator; for example, \"with\". You must still include the values for all authors for metadata purposes. Primarily intended for use with bibliographies or bibliography styles where multiple works by a single author are listed sequentially such as shortened footnotes. Do not use in a list generated by {{reflist}}, <references /> or similar as there is no control of the order in which references are displayed. You can also use editor-mask and translator-mask in the same way." | |||
}, | |||
"last2": { | |||
"label": "Last name 2", | |||
"description": "The surname of the second author; don't wikilink, use 'author-link2' instead.", | |||
"aliases": [ | |||
"author2", | |||
"surname2" | |||
], | |||
"type": "line" | |||
}, | |||
"first2": { | |||
"label": "First name 2", | |||
"description": "Given or first name, middle names, or initials of the second author; don't wikilink.", | |||
"type": "line", | |||
"aliases": [ | |||
"given2" | |||
] | |||
}, | |||
"last3": { | |||
"label": "Last name 3", | |||
"description": "The surname of the third author; don't wikilink, use 'author-link3' instead.", | |||
"aliases": [ | |||
"author3", | |||
"surname3" | |||
], | |||
"type": "line" | |||
}, | |||
"first3": { | |||
"label": "First name 3", | |||
"description": "Given or first name, middle names, or initials of the third author; don't wikilink.", | |||
"type": "line", | |||
"aliases": [ | |||
"given3" | |||
] | |||
}, | |||
"last4": { | |||
"label": "Last name 4", | |||
"description": "The surname of the fourth author; don't wikilink, use 'author-link4' instead.", | |||
"aliases": [ | |||
"author4", | |||
"surname4" | |||
], | |||
"type": "line" | |||
}, | |||
"first4": { | |||
"label": "First name 4", | |||
"description": "Given or first name, middle names, or initials of the fourth author; don't wikilink.", | |||
"type": "line", | |||
"aliases": [ | |||
"given4" | |||
] | |||
}, | |||
"last5": { | |||
"label": "Last name 5", | |||
"description": "The surname of the fifth author; don't wikilink, use 'author-link5' instead.", | |||
"aliases": [ | |||
"author5", | |||
"surname5" | |||
], | |||
"type": "line" | |||
}, | |||
"first5": { | |||
"label": "First name 5", | |||
"description": "Given or first name, middle names, or initials of the fifth author; don't wikilink.", | |||
"type": "line", | |||
"aliases": [ | |||
"given5" | |||
] | |||
}, | |||
"last6": { | |||
"label": "Last name 6", | |||
"description": "The surname of the sixth author; don't wikilink, use 'author-link6' instead.", | |||
"aliases": [ | |||
"author6", | |||
"surname6" | |||
], | |||
"type": "line" | |||
}, | |||
"first6": { | |||
"label": "First name 6", | |||
"description": "Given or first name, middle names, or initials of the sixth author; don't wikilink.", | |||
"type": "line" | |||
}, | |||
"last7": { | |||
"label": "Last name 7", | |||
"description": "The surname of the seventh author; don't wikilink, use 'author-link7' instead.", | |||
"aliases": [ | |||
"author7", | |||
"surname7" | |||
], | |||
"type": "line" | |||
}, | |||
"first7": { | |||
"label": "First name 7", | |||
"description": "Given or first name, middle names, or initials of the seventh author; don't wikilink.", | |||
"type": "line", | |||
"aliases": [ | |||
"given7" | |||
] | |||
}, | |||
"last8": { | |||
"label": "Last name 8", | |||
"description": "The surname of the eighth author; don't wikilink, use 'author-link8' instead.", | |||
"aliases": [ | |||
"author8", | |||
"surname8" | |||
], | |||
"type": "line" | |||
}, | |||
"first8": { | |||
"label": "First name 8", | |||
"description": "Given or first name, middle names, or initials of the eighth author; don't wikilink.", | |||
"type": "line", | |||
"aliases": [ | |||
"given8" | |||
] | |||
}, | |||
"last9": { | |||
"label": "Last name 9", | |||
"description": "The surname of the ninth author; don't wikilink, use 'author-link9' instead.", | |||
"aliases": [ | |||
"author9", | |||
"surname9" | |||
], | |||
"type": "line" | |||
}, | |||
"first9": { | |||
"label": "First name 9", | |||
"description": "Given or first name, middle names, or initials of the ninth author; don't wikilink.", | |||
"type": "line", | |||
"aliases": [ | |||
"given9" | |||
] | |||
}, | |||
"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": [ | |||
"author1-link", | |||
"author-link1" | |||
] | |||
}, | |||
"author-link2": { | |||
"label": "Author link 2", | |||
"description": "Title of existing Wikipedia article about the second author.", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"author2-link" | |||
] | |||
}, | |||
"author-link3": { | |||
"label": "Author link 3", | |||
"description": "Title of existing Wikipedia article about the third author.", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"author3-link" | |||
] | |||
}, | |||
"author-link4": { | |||
"label": "Author link 4", | |||
"description": "Title of existing Wikipedia article about the fourth author.", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"author4-link" | |||
] | |||
}, | |||
"author-link5": { | |||
"label": "Author link 5", | |||
"description": "Title of existing Wikipedia article about the sixth author.", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"author5-link" | |||
] | |||
}, | |||
"author-link6": { | |||
"label": "Author link 6", | |||
"description": "Title of existing Wikipedia article about the sixth author.", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"author6-link" | |||
] | |||
}, | |||
"author-link7": { | |||
"label": "Author link 7", | |||
"description": "Title of existing Wikipedia article about the seventh author.", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"author7-link" | |||
] | |||
}, | |||
"author-link8": { | |||
"label": "Author link 8", | |||
"description": "Title of existing Wikipedia article about the eighth author.", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"author8-link" | |||
] | |||
}, | |||
"author-link9": { | |||
"label": "Author link 9", | |||
"description": "Title of existing Wikipedia article about the ninth author.", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"author9-link" | |||
] | |||
}, | |||
"orig-date": { | |||
"label": "Original date", | |||
"description": "Original date of publication; provide specifics", | |||
"type": "string" | |||
}, | |||
"trans-title": { | |||
"label": "Translated title", | |||
"description": "An English language title, if the source cited is in a foreign language; 'language' is recommended", | |||
"type": "content" | |||
}, | |||
"trans-chapter": { | |||
"label": "Translated chapter title", | |||
"description": "An English language chapter title, if the source cited is in a foreign language; 'language' is recommended", | |||
"type": "content" | |||
}, | |||
"type": { | |||
"label": "Type", | |||
"description": "Additional information about the media type of the source; format in sentence case", | |||
"type": "content" | |||
}, | |||
"archive-url": { | |||
"label": "Archive URL", | |||
"description": "The URL of an archived copy of a web page, if or in case the URL becomes unavailable; requires 'archive-date'", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"series": { | |||
"label": "Series", | |||
"description": "Series identifier when the source is part of a series, such as a book series or a journal; alias of 'version'", | |||
"type": "content", | |||
"aliases": [ | |||
"version" | |||
] | |||
}, | |||
"work": { | |||
"label": "Work", | |||
"description": "Name of the work in which the cited title is found", | |||
"type": "string", | |||
"aliases": [ | |||
"journal", | |||
"website", | |||
"newspaper", | |||
"magazine", | |||
"periodical" | |||
], | |||
"suggested": true | |||
}, | |||
"volume": { | |||
"label": "Volume", | |||
"description": "For one publication published in several volumes", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"issue": { | |||
"label": "Issue", | |||
"description": "Issue number", | |||
"type": "string", | |||
"aliases": [ | |||
"number" | |||
] | |||
}, | |||
"page": { | |||
"label": "Page", | |||
"description": "Page in the source that supports the content; displays after 'p.'", | |||
"type": "line" | |||
}, | |||
"pages": { | |||
"label": "Pages", | |||
"description": "Pages in the source that support the content (not an indication of the number of pages in the source; displays after 'pp.'", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"at": { | |||
"label": "At", | |||
"description": "May be used instead of 'page' or 'pages' where a page number is inappropriate or insufficient", | |||
"type": "line" | |||
}, | |||
"no-pp": { | |||
"label": "No pp", | |||
"description": "Set to 'y' to suppress the 'p.' or 'pp.' display with 'page' or 'pages' when inappropriate (such as 'Front cover')", | |||
"type": "line" | |||
}, | |||
"chapter": { | |||
"label": "Chapter", | |||
"description": "The chapter heading of the source", | |||
"type": "string" | |||
}, | |||
"contribution": { | |||
"label": "contribution", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"chapter-url": { | |||
"label": "chapter-url", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"contribution-url": { | |||
"label": "contribution-url", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"chapter-format": { | |||
"label": "chapter-format", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"others": { | |||
"label": "Others", | |||
"type": "string", | |||
"required": false, | |||
"description": "Free-text field for people involved in creating a work who cannot be added with another name parameter such as author or editor" | |||
}, | |||
"edition": { | |||
"label": "Edition", | |||
"description": "When the publication has more than one edition; for example: '2nd', 'Revised' etc.; suffixed with ' ed.'", | |||
"type": "line" | |||
}, | |||
"place": { | |||
"label": "Location of publication", | |||
"description": "Geographical place of publication; usually not wikilinked", | |||
"type": "string", | |||
"aliases": [ | |||
"location" | |||
] | |||
}, | |||
"publication-place": { | |||
"label": "Place of publication", | |||
"description": "Publication place shows after title; if 'place' or 'location' are also given, they are displayed before the title prefixed with 'written at'", | |||
"type": "content" | |||
}, | |||
"publisher": { | |||
"label": "Publisher", | |||
"description": "Name of the publisher; displays after title", | |||
"type": "content" | |||
}, | |||
"language": { | |||
"label": "Language", | |||
"description": "The language in which the source is written, if not English; use the ISO 639 language code (preferred) or the full language name; do not use icons or templates", | |||
"type": "content" | |||
}, | |||
"format": { | |||
"label": "Format", | |||
"description": "Format of the work referred to by 'url' ('url' is required when using 'format'); examples: PDF, DOC, XLS; do not specify HTML", | |||
"type": "content" | |||
}, | |||
"arxiv": { | |||
"label": "arXiv identifier", | |||
"description": "An identifier for arXive electronic preprints of scientific papers", | |||
"type": "line" | |||
}, | |||
"asin": { | |||
"label": "ASIN", | |||
"description": "Amazon Standard Identification Number; 10 characters", | |||
"type": "line", | |||
"aliases": [ | |||
"ASIN" | |||
] | |||
}, | |||
"asin-tld": { | |||
"label": "ASIN TLD", | |||
"description": "ASIN top-level domain for Amazon sites other than the US", | |||
"type": "line" | |||
}, | |||
"bibcode": { | |||
"label": "Bibcode", | |||
"description": "Bibliographic Reference Code (REFCODE); 19 characters", | |||
"type": "line" | |||
}, | |||
"biorxiv": { | |||
"label": "biorXiv", | |||
"description": "biorXiv identifier; 6 digits", | |||
"type": "line" | |||
}, | |||
"citeseerx": { | |||
"label": "CiteSeerX", | |||
"description": "CiteSeerX identifier; found after the 'doi=' query parameter", | |||
"type": "line" | |||
}, | |||
"doi": { | |||
"label": "DOI", | |||
"description": "Digital Object Identifier; begins with '10.'", | |||
"type": "string", | |||
"aliases": [ | |||
"DOI" | |||
] | |||
}, | |||
"doi-broken-date": { | |||
"label": "DOI broken date", | |||
"description": "The date that the DOI was determined to be broken", | |||
"type": "date" | |||
}, | |||
"isbn": { | |||
"label": "ISBN", | |||
"description": "International Standard Book Number; use the 13-digit ISBN where possible", | |||
"type": "line" | |||
}, | |||
"issn": { | |||
"label": "ISSN", | |||
"description": "International Standard Serial Number (print); 8 characters; usually split into two groups of four using a hyphen", | |||
"type": "line" | |||
}, | |||
"eissn": { | |||
"label": "eISSN", | |||
"description": "International Standard Serial Number (online); 8 characters; usually split into two groups of four using a hyphen", | |||
"type": "line" | |||
}, | |||
"jfm": { | |||
"label": "jfm code", | |||
"description": "Jahrbuch über die Fortschritte der Mathematik classification code", | |||
"type": "line" | |||
}, | |||
"jstor": { | |||
"label": "JSTOR", | |||
"description": "JSTOR identifier", | |||
"type": "line" | |||
}, | |||
"lccn": { | |||
"label": "LCCN", | |||
"description": "Library of Congress Control Number", | |||
"type": "line" | |||
}, | |||
"mr": { | |||
"label": "MR", | |||
"description": "Mathematical Reviews identifier", | |||
"type": "line" | |||
}, | |||
"oclc": { | |||
"label": "OCLC", | |||
"description": "Online Computer Library Center number", | |||
"type": "number" | |||
}, | |||
"ol": { | |||
"label": "OL", | |||
"description": "Open Library identifier", | |||
"type": "line" | |||
}, | |||
"osti": { | |||
"label": "OSTI", | |||
"description": "Office of Scientific and Technical Information identifier", | |||
"type": "line" | |||
}, | |||
"pmc": { | |||
"label": "PMC", | |||
"description": "PubMed Center article number", | |||
"type": "number" | |||
}, | |||
"pmid": { | |||
"label": "PMID", | |||
"description": "PubMed Unique Identifier", | |||
"type": "line" | |||
}, | |||
"rfc": { | |||
"label": "RFC", | |||
"description": "Request for Comments number", | |||
"type": "number" | |||
}, | |||
"ssrn": { | |||
"label": "SSRN", | |||
"description": "Social Science Research Network", | |||
"type": "line" | |||
}, | |||
"zbl": { | |||
"label": "Zbl", | |||
"description": "Zentralblatt MATH journal identifier", | |||
"type": "line" | |||
}, | |||
"id": { | |||
"label": "id", | |||
"description": "A unique identifier used where none of the specialized ones are applicable", | |||
"type": "line" | |||
}, | |||
"quote": { | |||
"label": "Quote", | |||
"description": "Relevant text quoted from the source; displays last, enclosed in quotes; needs to include terminating punctuation", | |||
"type": "content" | |||
}, | |||
"ref": { | |||
"label": "Ref", | |||
"description": "An anchor identifier; can be made the target of wikilinks to full references; special value 'harv' generates an anchor suitable for the harv and sfn templates", | |||
"type": "line" | |||
}, | |||
"access-date": { | |||
"label": "URL access date", | |||
"description": "The full date when the original URL was accessed; do not wikilink", | |||
"type": "date", | |||
"suggested": true | |||
}, | |||
"archive-date": { | |||
"label": "Archive date", | |||
"description": "Date when the original URL was archived; do not wikilink", | |||
"type": "date", | |||
"suggested": true | |||
}, | |||
"editor-last": { | |||
"label": "Editor last name", | |||
"description": "The surname of the editor; don't wikilink, use 'editor-link'; can suffix with a numeral to add additional editors", | |||
"aliases": [ | |||
"editor", | |||
"editor-surname", | |||
"editor-last1", | |||
"editor-surname1", | |||
"editor1", | |||
"editor1-last", | |||
"editor1-surname" | |||
] | |||
}, | |||
"editor-first": { | |||
"label": "Editor first name", | |||
"description": "The given or first name, middle names, or initials of the editor; don't wikilink, use 'editor-link'; can suffix with a numeral to add additional editors", | |||
"aliases": [ | |||
"editor-first1", | |||
"editor-given1", | |||
"editor1-first", | |||
"editor1-given" | |||
] | |||
}, | |||
"editor2-last": { | |||
"label": "Editor last name 2", | |||
"description": "The surname of the second editor; don't wikilink, use 'editor2-link'.", | |||
"aliases": [ | |||
"editor2" | |||
], | |||
"type": "line" | |||
}, | |||
"editor2-first": { | |||
"label": "Editor first name 2", | |||
"description": "Given or first name, middle names, or initials of the second editor; don't wikilink.", | |||
"type": "line", | |||
"aliases": [ | |||
"editor2-given" | |||
] | |||
}, | |||
"editor3-last": { | |||
"label": "Editor last name 3", | |||
"description": "The surname of the third editor; don't wikilink, use 'editor3-link'.", | |||
"aliases": [ | |||
"editor3" | |||
], | |||
"type": "line" | |||
}, | |||
"editor3-first": { | |||
"label": "Editor first name 3", | |||
"description": "Given or first name, middle names, or initials of the third editor; don't wikilink.", | |||
"type": "line", | |||
"aliases": [ | |||
"editor3-given" | |||
] | |||
}, | |||
"editor4-last": { | |||
"label": "Editor last name 4", | |||
"description": "The surname of the fourth editor; don't wikilink, use 'editor4-link'.", | |||
"aliases": [ | |||
"editor4" | |||
], | |||
"type": "line" | |||
}, | |||
"editor4-first": { | |||
"label": "Editor first name 4", | |||
"description": "Given or first name, middle names, or initials of the fourth editor; don't wikilink.", | |||
"type": "line", | |||
"aliases": [ | |||
"editor4-given" | |||
] | |||
}, | |||
"editor5-last": { | |||
"label": "Editor last name 5", | |||
"description": "The surname of the fifth editor; don't wikilink, use 'editor5-link'.", | |||
"aliases": [ | |||
"editor5" | |||
], | |||
"type": "line" | |||
}, | |||
"editor5-first": { | |||
"label": "Editor first name 5", | |||
"description": "Given or first name, middle names, or initials of the fifth editor; don't wikilink.", | |||
"type": "line", | |||
"aliases": [ | |||
"editor5-given" | |||
] | |||
}, | |||
"editor6-last": { | |||
"label": "Editor last name 6", | |||
"description": "The surname of the sixth editor; don't wikilink, use 'editor6-link'.", | |||
"aliases": [ | |||
"editor6" | |||
], | |||
"type": "line" | |||
}, | |||
"editor6-first": { | |||
"label": "Editor first name 6", | |||
"description": "Given or first name, middle names, or initials of the sixth editor; don't wikilink.", | |||
"type": "line", | |||
"aliases": [ | |||
"editor6-given" | |||
] | |||
}, | |||
"editor7-last": { | |||
"label": "Editor last name 7", | |||
"description": "The surname of the seventh editor; don't wikilink, use 'editor7-link'.", | |||
"aliases": [ | |||
"editor7" | |||
], | |||
"type": "line" | |||
}, | |||
"editor7-first": { | |||
"label": "Editor first name 7", | |||
"description": "Given or first name, middle names, or initials of the seventh editor; don't wikilink.", | |||
"type": "line", | |||
"aliases": [ | |||
"editor7-given" | |||
] | |||
}, | |||
"editor8-last": { | |||
"label": "Editor last name 8", | |||
"description": "The surname of the eighth editor; don't wikilink, use 'editor8-link'.", | |||
"aliases": [ | |||
"editor8" | |||
], | |||
"type": "line" | |||
}, | |||
"editor8-first": { | |||
"label": "Editor first name 8", | |||
"description": "Given or first name, middle names, or initials of the eighth editor; don't wikilink.", | |||
"type": "line", | |||
"aliases": [ | |||
"editor8-given" | |||
] | |||
}, | |||
"editor9-last": { | |||
"label": "Editor last name 9", | |||
"description": "The surname of the ninth editor; don't wikilink, use 'editor9-link'.", | |||
"aliases": [ | |||
"editor9" | |||
], | |||
"type": "line" | |||
}, | |||
"editor9-first": { | |||
"label": "Editor first name 9", | |||
"description": "Given or first name, middle names, or initials of the ninth editor; don't wikilink.", | |||
"type": "line", | |||
"aliases": [ | |||
"editor9-given" | |||
] | |||
}, | |||
"editor-link": { | |||
"label": "editor-link", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"editor1-link": { | |||
"label": "editor1-link", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"editor2-link": { | |||
"label": "editor2-link", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"editor3-link": { | |||
"label": "editor3-link", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"editor4-link": { | |||
"label": "editor4-link", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"translator-last": { | |||
"label": "Translator last name", | |||
"description": "The surname of the translator; don't wikilink, use 'translator-link'; can suffix with a numeral to add additional translators.", | |||
"aliases": [ | |||
"translator", | |||
"translator-last1", | |||
"translator1", | |||
"translator1-last" | |||
], | |||
"type": "string" | |||
}, | |||
"translator-first": { | |||
"label": "Translator first name", | |||
"description": "Given or first name, middle names, or initials of the translator; don't wikilink, use 'translator-link'; can suffix with a numeral to add additional translators.", | |||
"aliases": [ | |||
"translator1-first", | |||
"translator-first1" | |||
], | |||
"type": "string" | |||
}, | |||
"translator-link": { | |||
"label": "Translator link", | |||
"description": "Title of existing Wikipedia article about the translator; can suffix with a numeral to add additional translators.", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"translator-link1", | |||
"translator1-link" | |||
] | |||
}, | |||
"translator-last2": { | |||
"label": "Translator last name 2", | |||
"description": "The surname of the second translator; don't wikilink, use 'translator-link'.", | |||
"aliases": [ | |||
"translator2", | |||
"translator2-last" | |||
], | |||
"type": "string" | |||
}, | |||
"translator-first2": { | |||
"label": "Translator first name 2", | |||
"description": "Given or first name, middle names, or initials of the second translator; don't wikilink, use 'translator-link'.", | |||
"aliases": [ | |||
"translator2-first" | |||
], | |||
"type": "string" | |||
}, | |||
"translator-last3": { | |||
"label": "Translator last name 3", | |||
"description": "The surname of the third translator; don't wikilink, use 'translator-link'.", | |||
"aliases": [ | |||
"translator3", | |||
"translator3-last" | |||
], | |||
"type": "string" | |||
}, | |||
"translator-first3": { | |||
"label": "Translator first name 3", | |||
"description": "Given or first name, middle names, or initials of the third translator; don't wikilink, use 'translator-link'.", | |||
"aliases": [ | |||
"translator3-first" | |||
], | |||
"type": "string" | |||
}, | |||
"translator-last4": { | |||
"label": "Translator last name 4", | |||
"description": "The surname of the fourth translator; don't wikilink, use 'translator-link'.", | |||
"aliases": [ | |||
"translator4", | |||
"translator4-last" | |||
], | |||
"type": "string" | |||
}, | |||
"translator-first4": { | |||
"label": "Translator first name 4", | |||
"description": "Given or first name, middle names, or initials of the fourth translator; don't wikilink, use 'translator-link'.", | |||
"aliases": [ | |||
"translator4-first" | |||
], | |||
"type": "string" | |||
}, | |||
"translator-last5": { | |||
"label": "Translator last name 5", | |||
"description": "The surname of the fifth translator; don't wikilink, use 'translator-link'.", | |||
"aliases": [ | |||
"translator5", | |||
"translator5-last" | |||
], | |||
"type": "string" | |||
}, | |||
"translator-first5": { | |||
"label": "Translator first name 5", | |||
"description": "Given or first name, middle names, or initials of the fifth translator; don't wikilink, use 'translator-link'.", | |||
"aliases": [ | |||
"translator5-first" | |||
], | |||
"type": "string" | |||
}, | |||
"translator-last6": { | |||
"label": "Translator last name 6", | |||
"description": "The surname of the sixth translator; don't wikilink, use 'translator-link'.", | |||
"aliases": [ | |||
"translator6", | |||
"translator6-last" | |||
], | |||
"type": "string" | |||
}, | |||
"translator-first6": { | |||
"label": "Translator first name 6", | |||
"description": "Given or first name, middle names, or initials of the sixth translator; don't wikilink, use 'translator-link'.", | |||
"aliases": [ | |||
"translator6-first" | |||
], | |||
"type": "string" | |||
}, | |||
"translator-last7": { | |||
"label": "Translator last name 7", | |||
"description": "The surname of the seventh translator; don't wikilink, use 'translator-link'.", | |||
"aliases": [ | |||
"translator7", | |||
"translator7-last" | |||
], | |||
"type": "string" | |||
}, | |||
"translator-first7": { | |||
"label": "Translator first name 7", | |||
"description": "Given or first name, middle names, or initials of the seventh translator; don't wikilink, use 'translator-link'.", | |||
"aliases": [ | |||
"translator7-first" | |||
], | |||
"type": "string" | |||
}, | |||
"translator-last8": { | |||
"label": "Translator last name 8", | |||
"description": "The surname of the eighth translator; don't wikilink, use 'translator-link'.", | |||
"aliases": [ | |||
"translator8", | |||
"translator8-last" | |||
], | |||
"type": "string" | |||
}, | |||
"translator-first8": { | |||
"label": "Translator first name 8", | |||
"description": "Given or first name, middle names, or initials of the eighth translator; don't wikilink, use 'translator-link'.", | |||
"aliases": [ | |||
"translator8-first" | |||
], | |||
"type": "string" | |||
}, | |||
"translator-last9": { | |||
"label": "Translator last name 9", | |||
"description": "The surname of the ninth translator; don't wikilink, use 'translator-link'.", | |||
"aliases": [ | |||
"translator9", | |||
"translator9-last" | |||
], | |||
"type": "string" | |||
}, | |||
"translator-first9": { | |||
"label": "Translator first name 9", | |||
"description": "Given or first name, middle names, or initials of the ninth translator; don't wikilink, use 'translator-link'.", | |||
"aliases": [ | |||
"translator9-first" | |||
], | |||
"type": "string" | |||
}, | |||
"translator-link2": { | |||
"label": "Translator link 2", | |||
"description": "Title of existing Wikipedia article about the second translator.", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"translator2-link" | |||
] | |||
}, | |||
"translator-link3": { | |||
"label": "Translator link 3", | |||
"description": "Title of existing Wikipedia article about the third translator.", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"translator3-link" | |||
] | |||
}, | |||
"translator-link4": { | |||
"label": "Translator link 4", | |||
"description": "Title of existing Wikipedia article about the fourth translator.", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"translator4-link" | |||
] | |||
}, | |||
"translator-link5": { | |||
"label": "Translator link 5", | |||
"description": "Title of existing Wikipedia article about the fifth translator.", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"translator5-link" | |||
] | |||
}, | |||
"translator-link6": { | |||
"label": "Translator link 6", | |||
"description": "Title of existing Wikipedia article about the sixth translator.", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"translator6-link" | |||
] | |||
}, | |||
"translator-link7": { | |||
"label": "Translator link 7", | |||
"description": "Title of existing Wikipedia article about the seventh translator.", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"translator7-link" | |||
] | |||
}, | |||
"translator-link8": { | |||
"label": "Translator link 8", | |||
"description": "Title of existing Wikipedia article about the eighth translator.", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"translator8-link" | |||
] | |||
}, | |||
"translator-link9": { | |||
"label": "Translator link 9", | |||
"description": "Title of existing Wikipedia article about the ninth translator.", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"translator9-link" | |||
] | |||
}, | |||
"display-authors": { | |||
"label": "Display authors", | |||
"description": "number of authors to display before 'et al.' is used; must be less than the number listed", | |||
"type": "number" | |||
}, | |||
"name-list-style": { | |||
"label": "Name list style", | |||
"description": "Sets the style for the list. Accepts 'amp', 'and', and 'vanc'. amp displays an ampersand after the penultimate name; and the same with 'and', and vanc displays in Vancouver format", | |||
"type": "string" | |||
}, | |||
"script-title": { | |||
"label": "Script Title", | |||
"description": "Original title for languages that do not use a Latin-based script (Arabic, Chinese, Cyrillic, Greek, Hebrew, Japanese, Korean, etc.); not italicized, follows italicized Romanization defined in title (if present). Must be prefixed with one of the supported language codes to help browsers properly display the script", | |||
"example": "ja:東京タワー", | |||
"type": "string" | |||
}, | |||
"url-status": { | |||
"label": "URL status", | |||
"description": "The status of the URL- live, dead, usurped/unfit (inappropriate content) or deviated (different content)", | |||
"suggestedvalues": [ | |||
"live", | |||
"dead", | |||
"usurped", | |||
"unfit", | |||
"deviated" | |||
], | |||
"suggested": true | |||
}, | |||
"s2cid": { | |||
"label": "Semantic Scholar Corpus ID", | |||
"description": "The Corpus identifier in Semantic Scholar. Displays as a link to the Semantic Scholar page.", | |||
"example": "84541141", | |||
"aliases": [ | |||
"S2CID" | |||
] | |||
}, | |||
"url-access": { | |||
"label": "URL access level", | |||
"suggestedvalues": [ | |||
"registration", | |||
"limited", | |||
"subscription" | |||
] | |||
}, | |||
"doi-access": { | |||
"label": "DOI access level", | |||
"suggestedvalues": [ | |||
"free" | |||
], | |||
"description": "Requires DOI value." | |||
}, | |||
"bibcode-access": { | |||
"suggestedvalues": [ | |||
"free" | |||
] | |||
}, | |||
"jstor-access": { | |||
"suggestedvalues": [ | |||
"free" | |||
] | |||
}, | |||
"s2cid-access": { | |||
"label": "Semantic Scholar Corpus ID (s2cid) Access Level", | |||
"suggestedvalues": [ | |||
"free" | |||
] | |||
}, | |||
"mode": { | |||
"label": "Citation Style", | |||
"description": "Sets element separator, default terminal punctuation, and certain capitalization according to the value provided. For cs1, element separator and terminal punctuation is a period (.); where appropriate, initial letters of certain words are capitalized ('Retrieved...'). For cs2, element separator is a comma (,); terminal punctuation is omitted; where appropriate, initial letters of certain words are not capitalized ('retrieved...'). These styles correspond to Citation Style 1 and Citation Style 2 respectively. To override default terminal punctuation use the postscript parameter.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"cs1", | |||
"cs2" | |||
], | |||
"default": "cs2" | |||
} | |||
}, | |||
"maps": { | |||
"citoid": { | |||
"edition": "edition", | |||
"title": "title", | |||
"caseName": "title", | |||
"nameOfAct": "title", | |||
"url": "url", | |||
"label": "publisher", | |||
"company": "publisher", | |||
"studio": "publisher", | |||
"network": "publisher", | |||
"distributor": "publisher", | |||
"publisher": "publisher", | |||
"publicationTitle": "work", | |||
"dictionaryTitle": "work", | |||
"encyclopediaTitle": "work", | |||
"bookTitle": "work", | |||
"date": "date", | |||
"dateEnacted": "date", | |||
"dateDecided": "date", | |||
"accessDate": "access-date", | |||
"place": "place", | |||
"ISSN": [ | |||
"issn" | |||
], | |||
"ISBN": [ | |||
"isbn" | |||
], | |||
"PMCID": "pmc", | |||
"PMID": "pmid", | |||
"oclc": "oclc", | |||
"pages": "pages", | |||
"firstPage": "pages", | |||
"codePages": "pages", | |||
"volume": "volume", | |||
"reporterVolume": "volume", | |||
"codeVolume": "volume", | |||
"series": "series", | |||
"programTitle": "series", | |||
"episodeNumber": "issue", | |||
"billNumber": "issue", | |||
"documentNumber": "issue", | |||
"publicLawNumber": "issue", | |||
"docketNumber": "issue", | |||
"issue": "issue", | |||
"type": "type", | |||
"genre": "type", | |||
"letterType": "type", | |||
"mapType": "type", | |||
"DOI": "doi", | |||
"language": "language", | |||
"podcaster": [ | |||
[ | |||
"first", | |||
"last" | |||
], | |||
[ | |||
"first2", | |||
"last2" | |||
], | |||
[ | |||
"first3", | |||
"last3" | |||
], | |||
[ | |||
"first4", | |||
"last4" | |||
], | |||
[ | |||
"first5", | |||
"last5" | |||
], | |||
[ | |||
"first6", | |||
"last6" | |||
], | |||
[ | |||
"first7", | |||
"last7" | |||
], | |||
[ | |||
"first8", | |||
"last8" | |||
], | |||
[ | |||
"first9", | |||
"last9" | |||
] | |||
], | |||
"cartographer": [ | |||
[ | |||
"first", | |||
"last" | |||
], | |||
[ | |||
"first2", | |||
"last2" | |||
], | |||
[ | |||
"first3", | |||
"last3" | |||
], | |||
[ | |||
"first4", | |||
"last4" | |||
], | |||
[ | |||
"first5", | |||
"last5" | |||
], | |||
[ | |||
"first6", | |||
"last6" | |||
], | |||
[ | |||
"first7", | |||
"last7" | |||
], | |||
[ | |||
"first8", | |||
"last8" | |||
], | |||
[ | |||
"first9", | |||
"last9" | |||
] | |||
], | |||
"interviewee": [ | |||
[ | |||
"first", | |||
"last" | |||
], | |||
[ | |||
"first2", | |||
"last2" | |||
], | |||
[ | |||
"first3", | |||
"last3" | |||
], | |||
[ | |||
"first4", | |||
"last4" | |||
], | |||
[ | |||
"first5", | |||
"last5" | |||
], | |||
[ | |||
"first6", | |||
"last6" | |||
], | |||
[ | |||
"first7", | |||
"last7" | |||
], | |||
[ | |||
"first8", | |||
"last8" | |||
], | |||
[ | |||
"first9", | |||
"last9" | |||
] | |||
], | |||
"performer": [ | |||
[ | |||
"first", | |||
"last" | |||
], | |||
[ | |||
"first2", | |||
"last2" | |||
], | |||
[ | |||
"first3", | |||
"last3" | |||
], | |||
[ | |||
"first4", | |||
"last4" | |||
], | |||
[ | |||
"first5", | |||
"last5" | |||
], | |||
[ | |||
"first6", | |||
"last6" | |||
], | |||
[ | |||
"first7", | |||
"last7" | |||
], | |||
[ | |||
"first8", | |||
"last8" | |||
], | |||
[ | |||
"first9", | |||
"last9" | |||
] | |||
], | |||
"programmer": [ | |||
[ | |||
"first", | |||
"last" | |||
], | |||
[ | |||
"first2", | |||
"last2" | |||
], | |||
[ | |||
"first3", | |||
"last3" | |||
], | |||
[ | |||
"first4", | |||
"last4" | |||
], | |||
[ | |||
"first5", | |||
"last5" | |||
], | |||
[ | |||
"first6", | |||
"last6" | |||
], | |||
[ | |||
"first7", | |||
"last7" | |||
], | |||
[ | |||
"first8", | |||
"last8" | |||
], | |||
[ | |||
"first9", | |||
"last9" | |||
] | |||
], | |||
"sponsor": [ | |||
[ | |||
"first", | |||
"last" | |||
], | |||
[ | |||
"first2", | |||
"last2" | |||
], | |||
[ | |||
"first3", | |||
"last3" | |||
], | |||
[ | |||
"first4", | |||
"last4" | |||
], | |||
[ | |||
"first5", | |||
"last5" | |||
], | |||
[ | |||
"first6", | |||
"last6" | |||
], | |||
[ | |||
"first7", | |||
"last7" | |||
], | |||
[ | |||
"first8", | |||
"last8" | |||
], | |||
[ | |||
"first9", | |||
"last9" | |||
] | |||
], | |||
"artist": [ | |||
[ | |||
"first", | |||
"last" | |||
], | |||
[ | |||
"first2", | |||
"last2" | |||
], | |||
[ | |||
"first3", | |||
"last3" | |||
], | |||
[ | |||
"first4", | |||
"last4" | |||
], | |||
[ | |||
"first5", | |||
"last5" | |||
], | |||
[ | |||
"first6", | |||
"last6" | |||
], | |||
[ | |||
"first7", | |||
"last7" | |||
], | |||
[ | |||
"first8", | |||
"last8" | |||
], | |||
[ | |||
"first9", | |||
"last9" | |||
] | |||
], | |||
"director": [ | |||
[ | |||
"first", | |||
"last" | |||
], | |||
[ | |||
"first2", | |||
"last2" | |||
], | |||
[ | |||
"first3", | |||
"last3" | |||
], | |||
[ | |||
"first4", | |||
"last4" | |||
], | |||
[ | |||
"first5", | |||
"last5" | |||
], | |||
[ | |||
"first6", | |||
"last6" | |||
], | |||
[ | |||
"first7", | |||
"last7" | |||
], | |||
[ | |||
"first8", | |||
"last8" | |||
], | |||
[ | |||
"first9", | |||
"last9" | |||
] | |||
], | |||
"contributor": "others", | |||
"author": [ | |||
[ | |||
"first", | |||
"last" | |||
], | |||
[ | |||
"first2", | |||
"last2" | |||
], | |||
[ | |||
"first3", | |||
"last3" | |||
], | |||
[ | |||
"first4", | |||
"last4" | |||
], | |||
[ | |||
"first5", | |||
"last5" | |||
], | |||
[ | |||
"first6", | |||
"last6" | |||
], | |||
[ | |||
"first7", | |||
"last7" | |||
], | |||
[ | |||
"first8", | |||
"last8" | |||
], | |||
[ | |||
"first9", | |||
"last9" | |||
] | |||
], | |||
"translator": [ | |||
[ | |||
"translator-first", | |||
"translator-last" | |||
], | |||
[ | |||
"translator-first2", | |||
"translator-last2" | |||
], | |||
[ | |||
"translator-first3", | |||
"translator-last3" | |||
], | |||
[ | |||
"translator-first4", | |||
"translator-last4" | |||
], | |||
[ | |||
"translator-first5", | |||
"translator-last5" | |||
], | |||
[ | |||
"translator-first6", | |||
"translator-last6" | |||
], | |||
[ | |||
"translator-first7", | |||
"translator-last7" | |||
], | |||
[ | |||
"translator-first8", | |||
"translator-last8" | |||
], | |||
[ | |||
"translator-first9", | |||
"translator-last9" | |||
] | |||
], | |||
"editor": [ | |||
[ | |||
"editor-first", | |||
"editor-last" | |||
], | |||
[ | |||
"editor2-first", | |||
"editor2-last" | |||
], | |||
[ | |||
"editor3-first", | |||
"editor3-last" | |||
], | |||
[ | |||
"editor4-first", | |||
"editor4-last" | |||
] | |||
] | |||
} | |||
}, | |||
"format": "{{_ |_=_}}", | |||
"paramOrder": [ | |||
"last", | |||
"first", | |||
"title", | |||
"date", | |||
"url", | |||
"work", | |||
"volume", | |||
"issue", | |||
"page", | |||
"pages", | |||
"publication-date", | |||
"df", | |||
"year", | |||
"postscript", | |||
"editor-last", | |||
"editor-first", | |||
"author-mask", | |||
"orig-date", | |||
"trans-title", | |||
"script-title", | |||
"trans-chapter", | |||
"type", | |||
"access-date", | |||
"archive-url", | |||
"url-status", | |||
"series", | |||
"at", | |||
"no-pp", | |||
"chapter", | |||
"contribution", | |||
"chapter-url", | |||
"contribution-url", | |||
"chapter-format", | |||
"others", | |||
"edition", | |||
"place", | |||
"publication-place", | |||
"publisher", | |||
"language", | |||
"format", | |||
"arxiv", | |||
"asin", | |||
"asin-tld", | |||
"bibcode", | |||
"biorxiv", | |||
"citeseerx", | |||
"doi", | |||
"doi-broken-date", | |||
"isbn", | |||
"issn", | |||
"eissn", | |||
"jfm", | |||
"jstor", | |||
"lccn", | |||
"mr", | |||
"oclc", | |||
"ol", | |||
"osti", | |||
"pmc", | |||
"pmid", | |||
"s2cid", | |||
"rfc", | |||
"ssrn", | |||
"zbl", | |||
"id", | |||
"quote", | |||
"ref", | |||
"name-list-style", | |||
"display-authors", | |||
"archive-date", | |||
"last2", | |||
"first2", | |||
"last3", | |||
"first3", | |||
"last4", | |||
"first4", | |||
"last5", | |||
"first5", | |||
"last6", | |||
"first6", | |||
"last7", | |||
"first7", | |||
"last8", | |||
"first8", | |||
"last9", | |||
"first9", | |||
"author-link", | |||
"author-link2", | |||
"author-link3", | |||
"author-link4", | |||
"author-link5", | |||
"author-link6", | |||
"author-link7", | |||
"author-link8", | |||
"author-link9", | |||
"editor2-last", | |||
"editor2-first", | |||
"editor3-last", | |||
"editor3-first", | |||
"editor4-last", | |||
"editor4-first", | |||
"editor5-last", | |||
"editor5-first", | |||
"editor6-last", | |||
"editor6-first", | |||
"editor7-last", | |||
"editor7-first", | |||
"editor8-last", | |||
"editor8-first", | |||
"editor9-last", | |||
"editor9-first", | |||
"editor-link", | |||
"editor1-link", | |||
"editor2-link", | |||
"editor3-link", | |||
"editor4-link", | |||
"translator-last", | |||
"translator-first", | |||
"translator-link", | |||
"translator-last2", | |||
"translator-first2", | |||
"translator-last3", | |||
"translator-first3", | |||
"translator-last4", | |||
"translator-first4", | |||
"translator-last5", | |||
"translator-first5", | |||
"translator-last6", | |||
"translator-first6", | |||
"translator-last7", | |||
"translator-first7", | |||
"translator-last8", | |||
"translator-first8", | |||
"translator-last9", | |||
"translator-first9", | |||
"translator-link2", | |||
"translator-link3", | |||
"translator-link4", | |||
"translator-link5", | |||
"translator-link6", | |||
"translator-link7", | |||
"translator-link8", | |||
"translator-link9", | |||
"url-access", | |||
"doi-access", | |||
"bibcode-access", | |||
"jstor-access", | |||
"s2cid-access", | |||
"mode" | |||
] | |||
} | |||
</templatedata>}} | |||
</noinclude> | </noinclude> |
Latest revision as of 00:44, 13 January 2024
The Citation template generates a citation for a book, periodical, contribution in a collective work, or a web page. It determines the citation type by examining which parameters are used.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Last name | last author author1 last1 | The surname of the author; don't wikilink, use 'author-link' instead; can suffix with a numeral to add additional authors | Line | suggested |
First name | first first1 | Given or first name, middle names, or initials of the author; don't wikilink, use 'author-link' instead; can suffix with a numeral to add additional authors | Line | suggested |
Title of source | title | Title of source. Works display in italics and articles surrounded in quotation marks. | String | required |
Date of source | date | Full date of source being referenced in the same format as other publication dates in the citations.[1] Do not wikilink. Displays after the authors and enclosed in parentheses. If there is no author, then displays after publisher. | Date | suggested |
URL of source | url | URL of an online location where the text of the publication can be found. | String | suggested |
Work | work journal website newspaper magazine periodical | Name of the work in which the cited title is found | String | suggested |
Volume | volume | For one publication published in several volumes | Line | suggested |
Issue | issue number | Issue number | String | optional |
Page | page | Page in the source that supports the content; displays after 'p.' | Line | optional |
Pages | pages | Pages in the source that support the content (not an indication of the number of pages in the source; displays after 'pp.' | Line | suggested |
Publication date | publication-date | Date of publication when different from the date the work was written. Displays only if year or date are defined and only if different, else publication-date is used and displayed as date. Use the same format as other dates in the article; do not wikilink. Follows publisher; if work is not defined, then publication-date is preceded by "published" and enclosed in parenthesis. | String | optional |
Date format | df | Sets rendered dates to the specified format | String | optional |
Year of publication | year | Year of the source being referenced; recommended only when date parameter format is YYYY-MM-DD and a CITEREF disambiguator is needed | Number | optional |
Postscript | postscript | Controls the closing punctuation for a citation; defaults to a period (.); for no terminating punctuation, specify |postscript=none – leaving |postscript= empty is the same as omitting it, but is ambiguous. Ignored if quote is defined. | String | optional |
Editor last name | editor-last editor editor-surname editor-last1 editor-surname1 editor1 editor1-last editor1-surname | The surname of the editor; don't wikilink, use 'editor-link'; can suffix with a numeral to add additional editors | Unknown | optional |
Editor first name | editor-first editor-first1 editor-given1 editor1-first editor1-given | The given or first name, middle names, or initials of the editor; don't wikilink, use 'editor-link'; can suffix with a numeral to add additional editors | Unknown | optional |
Author mask | author-mask | Replaces the name of the first author with em dashes or text. Set author-mask to a numeric value n to set the dash n em spaces wide; set author-mask to a text value to display the text without a trailing author separator; for example, "with". You must still include the values for all authors for metadata purposes. Primarily intended for use with bibliographies or bibliography styles where multiple works by a single author are listed sequentially such as shortened footnotes. Do not use in a list generated by {{reflist}}, <references /> or similar as there is no control of the order in which references are displayed. You can also use editor-mask and translator-mask in the same way. | String | optional |
Original date | orig-date | Original date of publication; provide specifics | String | optional |
Translated title | trans-title | An English language title, if the source cited is in a foreign language; 'language' is recommended | Content | optional |
Script Title | script-title | Original title for languages that do not use a Latin-based script (Arabic, Chinese, Cyrillic, Greek, Hebrew, Japanese, Korean, etc.); not italicized, follows italicized Romanization defined in title (if present). Must be prefixed with one of the supported language codes to help browsers properly display the script
| String | optional |
Translated chapter title | trans-chapter | An English language chapter title, if the source cited is in a foreign language; 'language' is recommended | Content | optional |
Type | type | Additional information about the media type of the source; format in sentence case | Content | optional |
URL access date | access-date | The full date when the original URL was accessed; do not wikilink | Date | suggested |
Archive URL | archive-url | The URL of an archived copy of a web page, if or in case the URL becomes unavailable; requires 'archive-date' | Line | suggested |
URL status | url-status | The status of the URL- live, dead, usurped/unfit (inappropriate content) or deviated (different content)
| Unknown | suggested |
Series | series version | Series identifier when the source is part of a series, such as a book series or a journal; alias of 'version' | Content | optional |
At | at | May be used instead of 'page' or 'pages' where a page number is inappropriate or insufficient | Line | optional |
No pp | no-pp | Set to 'y' to suppress the 'p.' or 'pp.' display with 'page' or 'pages' when inappropriate (such as 'Front cover') | Line | optional |
Chapter | chapter | The chapter heading of the source | String | optional |
contribution | contribution | no description | String | optional |
chapter-url | chapter-url | no description | String | optional |
contribution-url | contribution-url | no description | String | optional |
chapter-format | chapter-format | no description | String | optional |
Others | others | Free-text field for people involved in creating a work who cannot be added with another name parameter such as author or editor | String | optional |
Edition | edition | When the publication has more than one edition; for example: '2nd', 'Revised' etc.; suffixed with ' ed.' | Line | optional |
Location of publication | place location | Geographical place of publication; usually not wikilinked | String | optional |
Place of publication | publication-place | Publication place shows after title; if 'place' or 'location' are also given, they are displayed before the title prefixed with 'written at' | Content | optional |
Publisher | publisher | Name of the publisher; displays after title | Content | optional |
Language | language | The language in which the source is written, if not English; use the ISO 639 language code (preferred) or the full language name; do not use icons or templates | Content | optional |
Format | format | Format of the work referred to by 'url' ('url' is required when using 'format'); examples: PDF, DOC, XLS; do not specify HTML | Content | optional |
arXiv identifier | arxiv | An identifier for arXive electronic preprints of scientific papers | Line | optional |
ASIN | asin ASIN | Amazon Standard Identification Number; 10 characters | Line | optional |
ASIN TLD | asin-tld | ASIN top-level domain for Amazon sites other than the US | Line | optional |
Bibcode | bibcode | Bibliographic Reference Code (REFCODE); 19 characters | Line | optional |
biorXiv | biorxiv | biorXiv identifier; 6 digits | Line | optional |
CiteSeerX | citeseerx | CiteSeerX identifier; found after the 'doi=' query parameter | Line | optional |
DOI | doi DOI | Digital Object Identifier; begins with '10.' | String | optional |
DOI broken date | doi-broken-date | The date that the DOI was determined to be broken | Date | optional |
ISBN | isbn | International Standard Book Number; use the 13-digit ISBN where possible | Line | optional |
ISSN | issn | International Standard Serial Number (print); 8 characters; usually split into two groups of four using a hyphen | Line | optional |
eISSN | eissn | International Standard Serial Number (online); 8 characters; usually split into two groups of four using a hyphen | Line | optional |
jfm code | jfm | Jahrbuch über die Fortschritte der Mathematik classification code | Line | optional |
JSTOR | jstor | JSTOR identifier | Line | optional |
LCCN | lccn | Library of Congress Control Number | Line | optional |
MR | mr | Mathematical Reviews identifier | Line | optional |
OCLC | oclc | Online Computer Library Center number | Number | optional |
OL | ol | Open Library identifier | Line | optional |
OSTI | osti | Office of Scientific and Technical Information identifier | Line | optional |
PMC | pmc | PubMed Center article number | Number | optional |
PMID | pmid | PubMed Unique Identifier | Line | optional |
Semantic Scholar Corpus ID | s2cid S2CID | The Corpus identifier in Semantic Scholar. Displays as a link to the Semantic Scholar page.
| Unknown | optional |
RFC | rfc | Request for Comments number | Number | optional |
SSRN | ssrn | Social Science Research Network | Line | optional |
Zbl | zbl | Zentralblatt MATH journal identifier | Line | optional |
id | id | A unique identifier used where none of the specialized ones are applicable | Line | optional |
Quote | quote | Relevant text quoted from the source; displays last, enclosed in quotes; needs to include terminating punctuation | Content | optional |
Ref | ref | An anchor identifier; can be made the target of wikilinks to full references; special value 'harv' generates an anchor suitable for the harv and sfn templates | Line | optional |
Name list style | name-list-style | Sets the style for the list. Accepts 'amp', 'and', and 'vanc'. amp displays an ampersand after the penultimate name; and the same with 'and', and vanc displays in Vancouver format | String | optional |
Display authors | display-authors | number of authors to display before 'et al.' is used; must be less than the number listed | Number | optional |
Archive date | archive-date | Date when the original URL was archived; do not wikilink | Date | suggested |
Last name 2 | last2 author2 surname2 | The surname of the second author; don't wikilink, use 'author-link2' instead. | Line | optional |
First name 2 | first2 given2 | Given or first name, middle names, or initials of the second author; don't wikilink. | Line | optional |
Last name 3 | last3 author3 surname3 | The surname of the third author; don't wikilink, use 'author-link3' instead. | Line | optional |
First name 3 | first3 given3 | Given or first name, middle names, or initials of the third author; don't wikilink. | Line | optional |
Last name 4 | last4 author4 surname4 | The surname of the fourth author; don't wikilink, use 'author-link4' instead. | Line | optional |
First name 4 | first4 given4 | Given or first name, middle names, or initials of the fourth author; don't wikilink. | Line | optional |
Last name 5 | last5 author5 surname5 | The surname of the fifth author; don't wikilink, use 'author-link5' instead. | Line | optional |
First name 5 | first5 given5 | Given or first name, middle names, or initials of the fifth author; don't wikilink. | Line | optional |
Last name 6 | last6 author6 surname6 | The surname of the sixth author; don't wikilink, use 'author-link6' instead. | Line | optional |
First name 6 | first6 | Given or first name, middle names, or initials of the sixth author; don't wikilink. | Line | optional |
Last name 7 | last7 author7 surname7 | The surname of the seventh author; don't wikilink, use 'author-link7' instead. | Line | optional |
First name 7 | first7 given7 | Given or first name, middle names, or initials of the seventh author; don't wikilink. | Line | optional |
Last name 8 | last8 author8 surname8 | The surname of the eighth author; don't wikilink, use 'author-link8' instead. | Line | optional |
First name 8 | first8 given8 | Given or first name, middle names, or initials of the eighth author; don't wikilink. | Line | optional |
Last name 9 | last9 author9 surname9 | The surname of the ninth author; don't wikilink, use 'author-link9' instead. | Line | optional |
First name 9 | first9 given9 | Given or first name, middle names, or initials of the ninth author; don't wikilink. | Line | optional |
Author link | author-link author1-link author-link1 | Title of existing Wikipedia article about the author; can suffix with a numeral to add additional authors | Page name | optional |
Author link 2 | author-link2 author2-link | Title of existing Wikipedia article about the second author. | Page name | optional |
Author link 3 | author-link3 author3-link | Title of existing Wikipedia article about the third author. | Page name | optional |
Author link 4 | author-link4 author4-link | Title of existing Wikipedia article about the fourth author. | Page name | optional |
Author link 5 | author-link5 author5-link | Title of existing Wikipedia article about the sixth author. | Page name | optional |
Author link 6 | author-link6 author6-link | Title of existing Wikipedia article about the sixth author. | Page name | optional |
Author link 7 | author-link7 author7-link | Title of existing Wikipedia article about the seventh author. | Page name | optional |
Author link 8 | author-link8 author8-link | Title of existing Wikipedia article about the eighth author. | Page name | optional |
Author link 9 | author-link9 author9-link | Title of existing Wikipedia article about the ninth author. | Page name | optional |
Editor last name 2 | editor2-last editor2 | The surname of the second editor; don't wikilink, use 'editor2-link'. | Line | optional |
Editor first name 2 | editor2-first editor2-given | Given or first name, middle names, or initials of the second editor; don't wikilink. | Line | optional |
Editor last name 3 | editor3-last editor3 | The surname of the third editor; don't wikilink, use 'editor3-link'. | Line | optional |
Editor first name 3 | editor3-first editor3-given | Given or first name, middle names, or initials of the third editor; don't wikilink. | Line | optional |
Editor last name 4 | editor4-last editor4 | The surname of the fourth editor; don't wikilink, use 'editor4-link'. | Line | optional |
Editor first name 4 | editor4-first editor4-given | Given or first name, middle names, or initials of the fourth editor; don't wikilink. | Line | optional |
Editor last name 5 | editor5-last editor5 | The surname of the fifth editor; don't wikilink, use 'editor5-link'. | Line | optional |
Editor first name 5 | editor5-first editor5-given | Given or first name, middle names, or initials of the fifth editor; don't wikilink. | Line | optional |
Editor last name 6 | editor6-last editor6 | The surname of the sixth editor; don't wikilink, use 'editor6-link'. | Line | optional |
Editor first name 6 | editor6-first editor6-given | Given or first name, middle names, or initials of the sixth editor; don't wikilink. | Line | optional |
Editor last name 7 | editor7-last editor7 | The surname of the seventh editor; don't wikilink, use 'editor7-link'. | Line | optional |
Editor first name 7 | editor7-first editor7-given | Given or first name, middle names, or initials of the seventh editor; don't wikilink. | Line | optional |
Editor last name 8 | editor8-last editor8 | The surname of the eighth editor; don't wikilink, use 'editor8-link'. | Line | optional |
Editor first name 8 | editor8-first editor8-given | Given or first name, middle names, or initials of the eighth editor; don't wikilink. | Line | optional |
Editor last name 9 | editor9-last editor9 | The surname of the ninth editor; don't wikilink, use 'editor9-link'. | Line | optional |
Editor first name 9 | editor9-first editor9-given | Given or first name, middle names, or initials of the ninth editor; don't wikilink. | Line | optional |
editor-link | editor-link | no description | String | optional |
editor1-link | editor1-link | no description | String | optional |
editor2-link | editor2-link | no description | String | optional |
editor3-link | editor3-link | no description | String | optional |
editor4-link | editor4-link | no description | String | optional |
Translator last name | translator-last translator translator-last1 translator1 translator1-last | The surname of the translator; don't wikilink, use 'translator-link'; can suffix with a numeral to add additional translators. | String | optional |
Translator first name | translator-first translator1-first translator-first1 | Given or first name, middle names, or initials of the translator; don't wikilink, use 'translator-link'; can suffix with a numeral to add additional translators. | String | optional |
Translator link | translator-link translator-link1 translator1-link | Title of existing Wikipedia article about the translator; can suffix with a numeral to add additional translators. | Page name | optional |
Translator last name 2 | translator-last2 translator2 translator2-last | The surname of the second translator; don't wikilink, use 'translator-link'. | String | optional |
Translator first name 2 | translator-first2 translator2-first | Given or first name, middle names, or initials of the second translator; don't wikilink, use 'translator-link'. | String | optional |
Translator last name 3 | translator-last3 translator3 translator3-last | The surname of the third translator; don't wikilink, use 'translator-link'. | String | optional |
Translator first name 3 | translator-first3 translator3-first | Given or first name, middle names, or initials of the third translator; don't wikilink, use 'translator-link'. | String | optional |
Translator last name 4 | translator-last4 translator4 translator4-last | The surname of the fourth translator; don't wikilink, use 'translator-link'. | String | optional |
Translator first name 4 | translator-first4 translator4-first | Given or first name, middle names, or initials of the fourth translator; don't wikilink, use 'translator-link'. | String | optional |
Translator last name 5 | translator-last5 translator5 translator5-last | The surname of the fifth translator; don't wikilink, use 'translator-link'. | String | optional |
Translator first name 5 | translator-first5 translator5-first | Given or first name, middle names, or initials of the fifth translator; don't wikilink, use 'translator-link'. | String | optional |
Translator last name 6 | translator-last6 translator6 translator6-last | The surname of the sixth translator; don't wikilink, use 'translator-link'. | String | optional |
Translator first name 6 | translator-first6 translator6-first | Given or first name, middle names, or initials of the sixth translator; don't wikilink, use 'translator-link'. | String | optional |
Translator last name 7 | translator-last7 translator7 translator7-last | The surname of the seventh translator; don't wikilink, use 'translator-link'. | String | optional |
Translator first name 7 | translator-first7 translator7-first | Given or first name, middle names, or initials of the seventh translator; don't wikilink, use 'translator-link'. | String | optional |
Translator last name 8 | translator-last8 translator8 translator8-last | The surname of the eighth translator; don't wikilink, use 'translator-link'. | String | optional |
Translator first name 8 | translator-first8 translator8-first | Given or first name, middle names, or initials of the eighth translator; don't wikilink, use 'translator-link'. | String | optional |
Translator last name 9 | translator-last9 translator9 translator9-last | The surname of the ninth translator; don't wikilink, use 'translator-link'. | String | optional |
Translator first name 9 | translator-first9 translator9-first | Given or first name, middle names, or initials of the ninth translator; don't wikilink, use 'translator-link'. | String | optional |
Translator link 2 | translator-link2 translator2-link | Title of existing Wikipedia article about the second translator. | Page name | optional |
Translator link 3 | translator-link3 translator3-link | Title of existing Wikipedia article about the third translator. | Page name | optional |
Translator link 4 | translator-link4 translator4-link | Title of existing Wikipedia article about the fourth translator. | Page name | optional |
Translator link 5 | translator-link5 translator5-link | Title of existing Wikipedia article about the fifth translator. | Page name | optional |
Translator link 6 | translator-link6 translator6-link | Title of existing Wikipedia article about the sixth translator. | Page name | optional |
Translator link 7 | translator-link7 translator7-link | Title of existing Wikipedia article about the seventh translator. | Page name | optional |
Translator link 8 | translator-link8 translator8-link | Title of existing Wikipedia article about the eighth translator. | Page name | optional |
Translator link 9 | translator-link9 translator9-link | Title of existing Wikipedia article about the ninth translator. | Page name | optional |
URL access level | url-access | no description
| Unknown | optional |
DOI access level | doi-access | Requires DOI value.
| Unknown | optional |
bibcode-access | bibcode-access | no description
| Unknown | optional |
jstor-access | jstor-access | no description
| Unknown | optional |
Semantic Scholar Corpus ID (s2cid) Access Level | s2cid-access | no description
| Unknown | optional |
Citation Style | mode | Sets element separator, default terminal punctuation, and certain capitalization according to the value provided. For cs1, element separator and terminal punctuation is a period (.); where appropriate, initial letters of certain words are capitalized ('Retrieved...'). For cs2, element separator is a comma (,); terminal punctuation is omitted; where appropriate, initial letters of certain words are not capitalized ('retrieved...'). These styles correspond to Citation Style 1 and Citation Style 2 respectively. To override default terminal punctuation use the postscript parameter.
| String | optional |