תבנית:Cite book/תיעוד: הבדלים בין גרסאות בדף
(יצירת דף עם התוכן "זוהי תבנית מיובאת מוויקיפדיה האנגלית. תבנית זו משמשת להצגת רשומה ביבליוגרפית של ספר (באנ...") |
אין תקציר עריכה |
||
שורה 1: | שורה 1: | ||
תבנית {{תב|cite book}} היא חלק ממערכת [[עזרה:שגיאות ציטוט|CS1]]. היא מיועדת לציטוטים מספרים. ניתן למצוא הסבר מפורט ב-[[:en:template:bookl]]. הפרמטרים של התבנית: | |||
{{ltr| | |||
<pre> | |||
<nowiki> | |||
{{cite book | |||
| title = | |||
| trans-title = | |||
| language = | |||
| author1 = | |||
| author-link1 = | |||
| author2 = | |||
| author-link2 = | |||
| author3 = | |||
| author-link3 = | |||
| date = | |||
| chapter = | |||
| trans-chapter = | |||
| edition = | |||
| editor1 = | |||
| publisher = | |||
| pages = | |||
| isbn = | |||
| issn = | |||
| quote = | |||
}} | |||
</nowiki></pre> | |||
}} | |||
לדוגמה: | |||
{{ltr| | |||
<nowiki>{{cite book | |||
| title = May day | |||
| trans-title = יום הדיו | |||
| language = fr | |||
| author1 = Mark Zukerberg | |||
| author-link1 = מרק צוקרברג | |||
| author2 = Haim Yavin | |||
| author-link2 = חיים יבין | |||
| author3 = Miki Khaimovich | |||
| author-link3 = מיקי חיימוביץ' | |||
| date = January 1, 2010 | |||
| chapter = Good evening, Israel | |||
| trans-chapter = ערב טוב, ישראל | |||
| edition = 3 | |||
| editor1 = BJ King | |||
| publisher = US government | |||
| pages = 23–24 | |||
| isbn = 0-14-020652-3 | |||
| issn = 1352-8491 | |||
| quote = Hello, world is the first program you should write in any language | |||
}} | |||
</nowiki> | |||
{| | {{cite book | ||
|- | | title = May day | ||
| trans-title = יום הדיו | |||
| language = fr | |||
| author1 = Mark Zukerberg | |||
|- | | author-link1 = מרק צוקרברג | ||
| | | author2 = Haim Yavin | ||
| author-link2 = חיים יבין | |||
| author3 = Miki Khaimovich | |||
| author-link3 = מיקי חיימוביץ' | |||
| date = January 1, 2010 | |||
| chapter = Good evening, Israel | |||
| trans-chapter = ערב טוב, ישראל | |||
| edition = 3 | |||
| editor1 = BJ King | |||
| publisher = US government | |||
| pages = 23–24 | |||
| isbn = 0-14-020652-3 | |||
| issn = 1352-8491 | |||
| quote = Hello, world is the first program you should write in any language | |||
}} | |||
<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", | |||
"type": "string", | |||
"aliases": [ | |||
"URL" | |||
] | |||
}, | |||
"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", | |||
" authors" | |||
], | |||
"suggested": true | |||
}, | |||
"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": [ | |||
"first1" | |||
], | |||
"suggested": true | |||
}, | |||
"last2": { | |||
"label": "Last name of second author", | |||
"description": "The surname of the second author; don't wikilink, use 'authorlink2'; can suffix with a numeral to add additional authors", | |||
"aliases": [ | |||
"author2" | |||
] | |||
}, | |||
"first2": { | |||
"label": "First name of second author", | |||
"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" | |||
}, | |||
"last3": { | |||
"label": "Last name", | |||
"description": "The surname of the third author; don't wikilink, use 'authorlink3'.", | |||
"aliases": [ | |||
"author3" | |||
< | ] | ||
}, | |||
"first3": { | |||
"label": "First name", | |||
"description": "Given or first name, middle names, or initials of the third author; don't wikilink." | |||
}, | |||
"last4": { | |||
"label": "Last name", | |||
"description": "The surname of the fourth author; don't wikilink, use 'authorlink4'.", | |||
"aliases": [ | |||
"author4" | |||
] | |||
}, | |||
"first4": { | |||
"label": "First name", | |||
"description": "Given or first name, middle names, or initials of the fourth author; don't wikilink." | |||
}, | |||
"last5": { | |||
"label": "Last name", | |||
"description": "The surname of the fifth author; don't wikilink, use 'authorlink5'.", | |||
"aliases": [ | |||
"author5" | |||
] | |||
}, | |||
"first5": { | |||
"label": "First name", | |||
"description": "Given or first name, middle names, or initials of the fifth author; don't wikilink." | |||
}, | |||
"last6": { | |||
"label": "Last name", | |||
"description": "The surname of the sixth author; don't wikilink, use 'authorlink6'.", | |||
"aliases": [ | |||
"author6" | |||
] | |||
}, | |||
"first6": { | |||
"label": "First name", | |||
"description": "Given or first name, middle names, or initials of the sixth author; don't wikilink." | |||
}, | |||
"last7": { | |||
"label": "Last name", | |||
"description": "The surname of the seventh author; don't wikilink, use 'authorlink7'.", | |||
"aliases": [ | |||
"author7" | |||
] | |||
}, | |||
"first7": { | |||
"label": "First name", | |||
"description": "Given or first name, middle names, or initials of the seventh author; don't wikilink." | |||
}, | |||
"last8": { | |||
"label": "Last name", | |||
"description": "The surname of the eighth author; don't wikilink, use 'authorlink8'.", | |||
"aliases": [ | |||
"author8" | |||
] | |||
}, | |||
"first8": { | |||
"label": "First name", | |||
"description": "Given or first name, middle names, or initials of the eighth author; don't wikilink." | |||
}, | |||
"last9": { | |||
"label": "Last name", | |||
"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" | |||
] | |||
}, | |||
"first9": { | |||
"label": "First name", | |||
"description": "Given or first name, middle names, or initials of the ninth author; don't wikilink." | |||
}, | |||
"date": { | |||
"label": "date", | |||
"description": "Full date of the source; do not wikilink", | |||
"type": "string" | |||
}, | |||
"work": { | |||
"label": "Work", | |||
"description": "Name of the work in which the cited book text is found", | |||
"type": "string" | |||
}, | |||
"publisher": { | |||
"label": "Publisher", | |||
"description": "Name of the publisher; displays after title", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"others": { | |||
"label": "Others", | |||
"description": "Used to record other contributions to the work, such as 'Illustrated by John Smith' or 'Translated by John Smith'", | |||
"type": "string" | |||
}, | |||
"year": { | |||
"label": "Year of publication", | |||
"description": "Year of the source being referenced; use 'date' instead, if month and day are also known", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"isbn": { | |||
"label": "ISBN", | |||
"description": "International Standard Book Number; use the 13-digit ISBN where possible", | |||
"type": "string", | |||
"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-last1", | |||
" editors" | |||
] | |||
}, | |||
"editor-first": { | |||
"label": "Editor first name", | |||
"description": "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-link": { | |||
"label": "Link for eighth editor", | |||
"description": "Title of existing Wikipedia article about the eighth editor", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"editor1-link" | |||
] | |||
}, | |||
"edition": { | |||
"label": "Edition", | |||
"description": "When the publication has more than one edition; for example: '2nd', 'Revised' etc.; suffixed by ' ed.'", | |||
"type": "string" | |||
}, | |||
"series": { | |||
"label": "Series identifier", | |||
"description": "Series identifier when the source is part of a series, such as a book series or a journal", | |||
"aliases": [ | |||
"version" | |||
], | |||
"type": "string" | |||
}, | |||
"volume": { | |||
"label": "Volume", | |||
"description": "For one publication published in several volumes", | |||
"type": "string" | |||
}, | |||
"location": { | |||
"label": "Location of publication", | |||
"description": "Geographical place of publication; usually not wikilinked; omit when the publication name includes place", | |||
"aliases": [ | |||
"place" | |||
], | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"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": "string" | |||
}, | |||
"publication-date": { | |||
"label": "Publication date", | |||
"description": "Date of publication when different from the date the work was written; do not wikilink", | |||
"type": "string" | |||
}, | |||
"page": { | |||
"label": "Page", | |||
"description": "The number of a single page in the source that supports the content; displays after 'p.'; use either page= or pages=, but not both", | |||
"type": "string" | |||
}, | |||
"pages": { | |||
"label": "Page(s) cited", | |||
"description": "A range of pages in the source that support the content (not an indication of the number of pages in the source); displays after 'pp.'; use either page= or pages=, but not both", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"nopp": { | |||
"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": "string" | |||
}, | |||
"at": { | |||
"label": "At", | |||
"description": "May be used instead of 'page' or 'pages' where a page number is inappropriate or insufficient", | |||
"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" | |||
}, | |||
"script-title": { | |||
"label": "Script title", | |||
"description": "For titles in languages that do not use a Latin-based alphabet (Arabic, Chinese, Hebrew, Japanese, etc). Prefix with two-character ISO639-1 language code followed by a colon. For Japanese use: |script-title=ja:...", | |||
"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": "string" | |||
}, | |||
"chapter": { | |||
"label": "Chapter", | |||
"description": "The chapter heading of the source; may be wikilinked or with 'chapterurl' but not both", | |||
"type": "string" | |||
}, | |||
"trans-chapter": { | |||
"label": "Translated chapter", | |||
"description": "An English language chapter heading, if the source cited is in a foreign language; 'language' is recommended", | |||
"type": "string" | |||
}, | |||
"type": { | |||
"label": "Type", | |||
"description": "Additional information about the media type of the source; format in sentence case", | |||
"type": "string" | |||
}, | |||
"format": { | |||
"label": "Format", | |||
"description": "Format of the work referred to by 'url'; examples: PDF, DOC, XLS; do not specify HTML", | |||
"type": "string" | |||
}, | |||
"arxiv": { | |||
"label": "arXiv identifier", | |||
"description": "An identifier for arXive electronic preprints of scientific papers", | |||
"type": "string" | |||
}, | |||
"asin": { | |||
"label": "ASIN", | |||
"description": "Amazon Standard Identification Number; 10 characters", | |||
"type": "string" | |||
}, | |||
"asin-tld": { | |||
"label": "ASIN TLD", | |||
"description": "ASIN top-level domain for Amazon sites other than the US", | |||
"type": "string" | |||
}, | |||
"bibcode": { | |||
"label": "Bibcode", | |||
"description": "Bibliographic Reference Code (REFCODE); 19 characters", | |||
"type": "string" | |||
}, | |||
"doi": { | |||
"label": "DOI", | |||
"description": "Digital Object Identifier; begins with '10.'", | |||
"type": "string" | |||
}, | |||
"issn": { | |||
"label": "ISSN", | |||
"description": "International Standard Serial Number; 8 characters; may be split into two groups of four using a hyphen", | |||
"type": "string" | |||
}, | |||
"jfm": { | |||
"label": "jfm code", | |||
"description": "Jahrbuch über die Fortschritte der Mathematik classification code", | |||
"type": "string" | |||
}, | |||
"jstor": { | |||
"label": "JSTOR", | |||
"description": "JSTOR identifier", | |||
"type": "string" | |||
}, | |||
"lccn": { | |||
"label": "LCCN", | |||
"description": "Library of Congress Control Number", | |||
"type": "string" | |||
}, | |||
"mr": { | |||
"label": "MR", | |||
"description": "Mathematical Reviews identifier", | |||
"type": "string" | |||
}, | |||
"oclc": { | |||
"label": "OCLC", | |||
"description": "Online Computer Library Center number", | |||
"type": "string" | |||
}, | |||
"ol": { | |||
"label": "OL", | |||
"description": "Open Library identifier", | |||
"type": "string" | |||
}, | |||
"osti": { | |||
"label": "OSTI", | |||
"description": "Office of Scientific and Technical Information identifier", | |||
"type": "string" | |||
}, | |||
"pmc": { | |||
"label": "PMC", | |||
"description": "PubMed Center article number", | |||
"type": "string" | |||
}, | |||
"pmid": { | |||
"label": "PMID", | |||
"description": "PubMed Unique Identifier", | |||
"type": "string" | |||
}, | |||
"rfc": { | |||
"label": "RFC", | |||
"description": "Request for Comments number", | |||
"type": "string" | |||
}, | |||
"ssrn": { | |||
"label": "SSRN", | |||
"description": "Social Science Research Network", | |||
"type": "string" | |||
}, | |||
"zbl": { | |||
"label": "Zbl", | |||
"description": "Zentralblatt MATH journal identifier", | |||
"type": "string" | |||
}, | |||
"id": { | |||
"label": "id", | |||
"description": "A unique identifier used where none of the specialized ones are applicable", | |||
"type": "string" | |||
}, | |||
"quote": { | |||
"label": "Quote", | |||
"description": "Relevant text quoted from the source; displays last, enclosed in quotes; needs to include terminating punctuation", | |||
"type": "string" | |||
}, | |||
"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": "string" | |||
}, | |||
"name-list-format": { | |||
"label": "Name list format", | |||
"description": "Accepts the single keyword 'vanc' to emulate Vancouver Style author / editor name-lists.", | |||
"type": "string" | |||
}, | |||
"mode": { | |||
"label": "Mode", | |||
"description": "Sets separator and terminal punctuation to the style named in the assigned value; allowable values are: 'cs1' or 'cs2'", | |||
"type": "string" | |||
}, | |||
"postscript": { | |||
"label": "Postscript", | |||
"description": "The closing punctuation for the citation; ignored if 'quote' is defined; to suppress use reserved keyword 'none'", | |||
"type": "string", | |||
"default": "." | |||
}, | |||
"author-mask": { | |||
"label": "Author mask", | |||
"description": "Replaces the name of the first author with em dashes or text; set to a numeric value 'n' to set the dash 'n' em spaces wide; set to a text value to display the text without a trailing author separator; for example, 'with' instead", | |||
"type": "string", | |||
"aliases": [ | |||
"authormask", "authormask1" | |||
] | |||
}, | |||
"author-mask2": { | |||
"label": "Author mask", | |||
"description": "Replaces the name of the second author with em dashes or text; set to a numeric value 'n' to set the dash 'n' em spaces wide; set to a text value to display the text without a trailing author separator; for example, 'with' instead", | |||
"type": "string", | |||
"aliases": [ | |||
"authormask2" | |||
] | |||
}, | |||
"author-mask3": { | |||
"label": "Author mask", | |||
"description": "Replaces the name of the third author with em dashes or text; set to a numeric value 'n' to set the dash 'n' em spaces wide; set to a text value to display the text without a trailing author separator; for example, 'with' instead", | |||
"type": "string", | |||
"aliases": [ | |||
"authormask3" | |||
] | |||
}, | |||
"author-mask4": { | |||
"label": "Author mask", | |||
"description": "Replaces the name of the fourth author with em dashes or text; set to a numeric value 'n' to set the dash 'n' em spaces wide; set to a text value to display the text without a trailing author separator; for example, 'with' instead", | |||
"type": "string", | |||
"aliases": [ | |||
"authormask4" | |||
] | |||
}, | |||
"author-mask5": { | |||
"label": "Author mask", | |||
"description": "Replaces the name of the fifth author with em dashes or text; set to a numeric value 'n' to set the dash 'n' em spaces wide; set to a text value to display the text without a trailing author separator; for example, 'with' instead", | |||
"type": "string", | |||
"aliases": [ | |||
"authormask5" | |||
] | |||
}, | |||
"author-mask6": { | |||
"label": "Author mask", | |||
"description": "Replaces the name of the sixth author with em dashes or text; set to a numeric value 'n' to set the dash 'n' em spaces wide; set to a text value to display the text without a trailing author separator; for example, 'with' instead", | |||
"type": "string", | |||
"aliases": [ | |||
"authormask6" | |||
] | |||
}, | |||
"author-mask7": { | |||
"label": "Author mask", | |||
"description": "Replaces the name of the seventh author with em dashes or text; set to a numeric value 'n' to set the dash 'n' em spaces wide; set to a text value to display the text without a trailing author separator; for example, 'with' instead", | |||
"type": "string", | |||
"aliases": [ | |||
"authormask7" | |||
] | |||
}, | |||
"author-mask8": { | |||
"label": "Author mask", | |||
"description": "Replaces the name of the eighth author with em dashes or text; set to a numeric value 'n' to set the dash 'n' em spaces wide; set to a text value to display the text without a trailing author separator; for example, 'with' instead", | |||
"type": "string", | |||
"aliases": [ | |||
"authormask8" | |||
] | |||
}, | |||
"author-mask9": { | |||
"label": "Author mask", | |||
"description": "Replaces the name of the ninth author with em dashes or text; set to a numeric value 'n' to set the dash 'n' em spaces wide; set to a text value to display the text without a trailing author separator; for example, 'with' instead", | |||
"type": "string", | |||
"aliases": [ | |||
"authormask9" | |||
] | |||
}, | |||
"display-authors": { | |||
"label": "Display authors", | |||
"description": "number of authors to display before 'et al.' is used", | |||
"type": "number", | |||
"aliases": [ | |||
"displayauthors" | |||
] | |||
}, | |||
"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": [ | |||
"authorlink1", | |||
" authorlink" | |||
] | |||
}, | |||
"author-link2": { | |||
"label": "Author link for second author", | |||
"description": "Title of existing Wikipedia article about the second author; can suffix with a numeral to add additional authors", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"author2-link", | |||
" authorlink2" | |||
] | |||
}, | |||
"author-link3": { | |||
"label": "Author link", | |||
"description": "Title of existing Wikipedia article about the third author.", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"author3-link", | |||
" authorlink3" | |||
] | |||
}, | |||
"author-link4": { | |||
"label": "Author link", | |||
"description": "Title of existing Wikipedia article about the fourth author.", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"author4-link", | |||
" authorlink4" | |||
] | |||
}, | |||
"author-link5": { | |||
"label": "Author link", | |||
"description": "Title of existing Wikipedia article about the sixth author.", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"author5-link", | |||
" authorlink5" | |||
] | |||
}, | |||
"author-link6": { | |||
"label": "Author link", | |||
"description": "Title of existing Wikipedia article about the sixth author.", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"author6-link", | |||
" authorlink6" | |||
] | |||
}, | |||
"author-link7": { | |||
"label": "Author link", | |||
"description": "Title of existing Wikipedia article about the seventh author.", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"author7-link", | |||
" authorlink7" | |||
] | |||
}, | |||
"author-link8": { | |||
"label": "Author link", | |||
"description": "Title of existing Wikipedia article about the eighth author.", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"author8-link", | |||
" authorlink8" | |||
] | |||
}, | |||
"author-link9": { | |||
"label": "Author link", | |||
"description": "Title of existing Wikipedia article about the ninth author.", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"author9-link", | |||
" authorlink9" | |||
] | |||
}, | |||
"access-date": { | |||
"label": "URL access date", | |||
"description": "The full date when the original URL was accessed; do not wikilink", | |||
"type": "string", | |||
"aliases": [ | |||
"accessdate" | |||
] | |||
}, | |||
"orig-year": { | |||
"label": "Original year", | |||
"description": "Original year of publication; provide specifics", | |||
"type": "string", | |||
"aliases": [ | |||
"origyear" | |||
] | |||
}, | |||
"editor-last2": { | |||
"label": "Last name of second editor", | |||
"description": "The surname of the second editor; don't wikilink, use 'editor2-link'", | |||
"type": "string", | |||
"aliases": [ | |||
"editor2-last" | |||
] | |||
}, | |||
"editor-first2": { | |||
"label": "First name of second editor", | |||
"description": "Given or first name, middle names, or initials of the second editor; don't wikilink, use 'editor2-link'", | |||
"type": "string", | |||
"aliases": [ | |||
"editor2-first" | |||
] | |||
}, | |||
"editor-link2": { | |||
"label": "Link for second editor", | |||
"description": "Title of existing Wikipedia article about the second editor", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"editor2-link" | |||
] | |||
}, | |||
"editor-last3": { | |||
"label": "Last name of third editor", | |||
"description": "The surname of the third editor; don't wikilink, use 'editor3-link'", | |||
"type": "string", | |||
"aliases": [ | |||
"editor3-last" | |||
] | |||
}, | |||
"editor-first3": { | |||
"label": "First name of third editor", | |||
"description": "Given or first name, middle names, or initials of the third editor; don't wikilink, use 'editor3-link'", | |||
"type": "string", | |||
"aliases": [ | |||
"editor3-first" | |||
] | |||
}, | |||
"editor-link3": { | |||
"label": "Link for third editor", | |||
"description": "Title of existing Wikipedia article about the third editor", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"editor3-link" | |||
] | |||
}, | |||
"editor-last4": { | |||
"label": "Last name of fourth editor", | |||
"description": "The surname of the fourth editor; don't wikilink, use 'editor4-link'", | |||
"type": "string", | |||
"aliases": [ | |||
"editor4-last" | |||
] | |||
}, | |||
"editor-first4": { | |||
"label": "First name of fourth editor", | |||
"description": "Given or first name, middle names, or initials of the fourth editor; don't wikilink, use 'editor4-link'", | |||
"type": "string", | |||
"aliases": [ | |||
"editor4-first" | |||
] | |||
}, | |||
"editor-link4": { | |||
"label": "Link for fourth editor", | |||
"description": "Title of existing Wikipedia article about the fourth editor", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"editor4-link" | |||
] | |||
}, | |||
"editor-last5": { | |||
"label": "Last name of fifth editor", | |||
"description": "The surname of the fifth editor; don't wikilink, use 'editor5-link'", | |||
"type": "string", | |||
"aliases": [ | |||
"editor5-last" | |||
] | |||
}, | |||
"editor-first5": { | |||
"label": "First name of fifth editor", | |||
"description": "Given or first name, middle names, or initials of the fifth editor; don't wikilink, use 'editor5-link'", | |||
"type": "string", | |||
"aliases": [ | |||
"editor5-first" | |||
] | |||
}, | |||
"editor-link5": { | |||
"label": "Link for fifth editor", | |||
"description": "Title of existing Wikipedia article about the fifth editor", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"editor5-link" | |||
] | |||
}, | |||
"editor-last6": { | |||
"label": "Last name of sixth editor", | |||
"description": "The surname of the sixth editor; don't wikilink, use 'editor6-link'", | |||
"type": "string", | |||
"aliases": [ | |||
"editor6-last" | |||
] | |||
}, | |||
"editor-first6": { | |||
"label": "First name of sixth editor", | |||
"description": "Given or first name, middle names, or initials of the sixth editor; don't wikilink, use 'editor6-link'", | |||
"type": "string", | |||
"aliases": [ | |||
"editor6-first" | |||
] | |||
}, | |||
"editor-link6": { | |||
"label": "Link for sixth editor", | |||
"description": "Title of existing Wikipedia article about the sixth editor", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"editor6-link" | |||
] | |||
}, | |||
"editor-last7": { | |||
"label": "Last name of seventh editor", | |||
"description": "The surname of the seventh editor; don't wikilink, use 'editor7-link'", | |||
"type": "string", | |||
"aliases": [ | |||
"editor7-last" | |||
] | |||
}, | |||
"editor-first7": { | |||
"label": "First name of seventh editor", | |||
"description": "Given or first name, middle names, or initials of the seventh editor; don't wikilink, use 'editor7-link'", | |||
"type": "string", | |||
"aliases": [ | |||
"editor7-first" | |||
] | |||
}, | |||
"editor-link7": { | |||
"label": "Link for seventh editor", | |||
"description": "Title of existing Wikipedia article about the seventh editor", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"editor7-link" | |||
] | |||
}, | |||
"editor-last8": { | |||
"label": "Last name of eighth editor", | |||
"description": "The surname of the eighth editor; don't wikilink, use 'editor8-link'", | |||
"type": "string", | |||
"aliases": [ | |||
"editor8-last" | |||
] | |||
}, | |||
"editor-first8": { | |||
"label": "First name of eighth editor", | |||
"description": "Given or first name, middle names, or initials of the eighth editor; don't wikilink, use 'editor8-link'", | |||
"type": "string", | |||
"aliases": [ | |||
"editor8-first" | |||
] | |||
}, | |||
"editor-last9": { | |||
"label": "Last name of ninth editor", | |||
"description": "The surname of the ninth editor; don't wikilink, use 'editor9-link'", | |||
"type": "string", | |||
"aliases": [ | |||
"editor9-last" | |||
] | |||
}, | |||
"editor-first9": { | |||
"label": "First name of ninth editor", | |||
"description": "Given or first name, middle names, or initials of the ninth editor; don't wikilink, use 'editor9-link'", | |||
"type": "string", | |||
"aliases": [ | |||
"editor9-first" | |||
] | |||
}, | |||
"editor-link9": { | |||
"label": "Link for ninth editor", | |||
"description": "Title of existing Wikipedia article about the ninth editor", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"editor9-link" | |||
] | |||
}, | |||
"chapter-url": { | |||
"label": "Chapter URL", | |||
"description": "The URL of the online location where the text of the chapter can be found", | |||
"aliases": [ | |||
"chapterurl" | |||
], | |||
"type": "string" | |||
}, | |||
"doi-broken-date": { | |||
"label": "DOI broken date", | |||
"description": "The date that the DOI was determined to be broken", | |||
"type": "string", | |||
"aliases": [ | |||
"doi_brokendate" | |||
] | |||
}, | |||
"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 'archivedate'", | |||
"type": "string", | |||
"aliases": [ | |||
"archiveurl" | |||
] | |||
}, | |||
"archive-date": { | |||
"label": "Archive date", | |||
"description": "Date when the original URL was archived; do not wikilink", | |||
"type": "string", | |||
"aliases": [ | |||
"archivedate" | |||
] | |||
}, | |||
"dead-url": { | |||
"label": "Dead URL", | |||
"description": "If set to 'no', the title display is adjusted; useful for when the URL is archived preemptively but still live", | |||
"type": "string", | |||
"aliases": [ | |||
"deadurl" | |||
] | |||
}, | |||
"lay-url": { | |||
"label": "Lay URL", | |||
"description": "URL link to a non-technical summary or review of the source", | |||
"aliases": [ | |||
"laysummary", | |||
" layurl" | |||
], | |||
"type": "string" | |||
}, | |||
"lay-source": { | |||
"label": "Lay source", | |||
"description": "Name of the source of the laysummary; displays in italics, preceded by an en dash", | |||
"type": "string", | |||
"aliases": [ | |||
"laysource" | |||
] | |||
}, | |||
"lay-date": { | |||
"label": "Lay date", | |||
"description": "Date of the summary; displays in parentheses", | |||
"type": "string", | |||
"aliases": [ | |||
"laydate" | |||
] | |||
}, | |||
"last-author-amp": { | |||
"label": "Last author ampersand", | |||
"description": "When set to any value, changes the separator between the last two names of the author list to 'space ampersand space'", | |||
"type": "string", | |||
"aliases": [ | |||
"lastauthoramp" | |||
] | |||
} | |||
} | |||
} | |||
</templatedata> | |||
}} |
גרסה מ־18:53, 19 במרץ 2015
תבנית {{cite book}} היא חלק ממערכת CS1. היא מיועדת לציטוטים מספרים. ניתן למצוא הסבר מפורט ב-en:template:bookl. הפרמטרים של התבנית:
{{cite book | title = | trans-title = | language = | author1 = | author-link1 = | author2 = | author-link2 = | author3 = | author-link3 = | date = | chapter = | trans-chapter = | edition = | editor1 = | publisher = | pages = | isbn = | issn = | quote = }}
לדוגמה:
{{cite book | title = May day | trans-title = יום הדיו | language = fr | author1 = Mark Zukerberg | author-link1 = מרק צוקרברג | author2 = Haim Yavin | author-link2 = חיים יבין | author3 = Miki Khaimovich | author-link3 = מיקי חיימוביץ' | date = January 1, 2010 | chapter = Good evening, Israel | trans-chapter = ערב טוב, ישראל | edition = 3 | editor1 = BJ King | publisher = US government | pages = 23–24 | isbn = 0-14-020652-3 | issn = 1352-8491 | quote = Hello, world is the first program you should write in any language }}
Mark Zukerberg; Haim Yavin; Miki Khaimovich (1 בינואר 2010). "Good evening, Israel" [ערב טוב, ישראל]. in BJ King. May day יום הדיו (בfrançais) (מהדורה 3). US government. עמ' 23–24. ISBN 0-14-020652-3. ISSN 1352-8491. Hello, world is the first program you should write in any language
This template formats a citation to a book using the provided bibliographic information (such as author and title) as well as various formatting options.
פרמטר | תיאור | סוג | מצב | |
---|---|---|---|---|
URL | url URL | The URL of the online location where the text of the publication can be found | מחרוזת | לא חובה |
Title | title | The title of the book; displays in italics | מחרוזת | דרוש |
Last name | last last1 author author1 authors | The surname of the author; don't wikilink, use 'authorlink'; can suffix with a numeral to add additional authors | בלתי־ידוע | מוצע |
First name | first first1 | 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 | בלתי־ידוע | מוצע |
Last name of second author | last2 author2 | The surname of the second author; don't wikilink, use 'authorlink2'; can suffix with a numeral to add additional authors | בלתי־ידוע | לא חובה |
First name of second author | first2 | 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 | בלתי־ידוע | לא חובה |
Last name | last3 author3 | The surname of the third author; don't wikilink, use 'authorlink3'. | בלתי־ידוע | לא חובה |
First name | first3 | Given or first name, middle names, or initials of the third author; don't wikilink. | בלתי־ידוע | לא חובה |
Last name | last4 author4 | The surname of the fourth author; don't wikilink, use 'authorlink4'. | בלתי־ידוע | לא חובה |
First name | first4 | Given or first name, middle names, or initials of the fourth author; don't wikilink. | בלתי־ידוע | לא חובה |
Last name | last5 author5 | The surname of the fifth author; don't wikilink, use 'authorlink5'. | בלתי־ידוע | לא חובה |
First name | first5 | Given or first name, middle names, or initials of the fifth author; don't wikilink. | בלתי־ידוע | לא חובה |
Last name | last6 author6 | The surname of the sixth author; don't wikilink, use 'authorlink6'. | בלתי־ידוע | לא חובה |
First name | first6 | Given or first name, middle names, or initials of the sixth author; don't wikilink. | בלתי־ידוע | לא חובה |
Last name | last7 author7 | The surname of the seventh author; don't wikilink, use 'authorlink7'. | בלתי־ידוע | לא חובה |
First name | first7 | Given or first name, middle names, or initials of the seventh author; don't wikilink. | בלתי־ידוע | לא חובה |
Last name | last8 author8 | The surname of the eighth author; don't wikilink, use 'authorlink8'. | בלתי־ידוע | לא חובה |
First name | first8 | Given or first name, middle names, or initials of the eighth author; don't wikilink. | בלתי־ידוע | לא חובה |
Last name | last9 author9 | 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. | בלתי־ידוע | לא חובה |
First name | first9 | Given or first name, middle names, or initials of the ninth author; don't wikilink. | בלתי־ידוע | לא חובה |
date | date | Full date of the source; do not wikilink | מחרוזת | לא חובה |
Work | work | Name of the work in which the cited book text is found | מחרוזת | לא חובה |
Publisher | publisher | Name of the publisher; displays after title | מחרוזת | מוצע |
Others | others | Used to record other contributions to the work, such as 'Illustrated by John Smith' or 'Translated by John Smith' | מחרוזת | לא חובה |
Year of publication | year | Year of the source being referenced; use 'date' instead, if month and day are also known | מחרוזת | מוצע |
ISBN | isbn | International Standard Book Number; use the 13-digit ISBN where possible | מחרוזת | מוצע |
Editor last name | editor-last editor editor-last1 editors | The surname of the editor; don't wikilink, use 'editor-link'; can suffix with a numeral to add additional editors | בלתי־ידוע | לא חובה |
Editor first name | editor-first editor-first1 | 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 | בלתי־ידוע | לא חובה |
Link for eighth editor | editor-link editor1-link | Title of existing Wikipedia article about the eighth editor | שם דף | לא חובה |
Edition | edition | When the publication has more than one edition; for example: '2nd', 'Revised' etc.; suffixed by ' ed.' | מחרוזת | לא חובה |
Series identifier | series version | Series identifier when the source is part of a series, such as a book series or a journal | מחרוזת | לא חובה |
Volume | volume | For one publication published in several volumes | מחרוזת | לא חובה |
Location of publication | location place | Geographical place of publication; usually not wikilinked; omit when the publication name includes place | מחרוזת | מוצע |
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' | מחרוזת | לא חובה |
Publication date | publication-date | Date of publication when different from the date the work was written; do not wikilink | מחרוזת | לא חובה |
Page | page | The number of a single page in the source that supports the content; displays after 'p.'; use either page= or pages=, but not both | מחרוזת | לא חובה |
Page(s) cited | pages | A range of pages in the source that support the content (not an indication of the number of pages in the source); displays after 'pp.'; use either page= or pages=, but not both | מחרוזת | מוצע |
No pp | nopp | Set to 'y' to suppress the 'p.' or 'pp.' display with 'page' or 'pages' when inappropriate (such as 'Front cover') | מחרוזת | לא חובה |
At | at | May be used instead of 'page' or 'pages' where a page number is inappropriate or insufficient | מחרוזת | לא חובה |
Language | language | The language in which the source is written, if not English; use the full language name; do not use icons or templates | מחרוזת | לא חובה |
Script title | script-title | For titles in languages that do not use a Latin-based alphabet (Arabic, Chinese, Hebrew, Japanese, etc). Prefix with two-character ISO639-1 language code followed by a colon. For Japanese use: |script-title=ja:... | מחרוזת | לא חובה |
Translated title | trans-title | An English language title, if the source cited is in a foreign language; 'language' is recommended | מחרוזת | לא חובה |
Chapter | chapter | The chapter heading of the source; may be wikilinked or with 'chapterurl' but not both | מחרוזת | לא חובה |
Translated chapter | trans-chapter | An English language chapter heading, if the source cited is in a foreign language; 'language' is recommended | מחרוזת | לא חובה |
Type | type | Additional information about the media type of the source; format in sentence case | מחרוזת | לא חובה |
Format | format | Format of the work referred to by 'url'; examples: PDF, DOC, XLS; do not specify HTML | מחרוזת | לא חובה |
arXiv identifier | arxiv | An identifier for arXive electronic preprints of scientific papers | מחרוזת | לא חובה |
ASIN | asin | Amazon Standard Identification Number; 10 characters | מחרוזת | לא חובה |
ASIN TLD | asin-tld | ASIN top-level domain for Amazon sites other than the US | מחרוזת | לא חובה |
Bibcode | bibcode | Bibliographic Reference Code (REFCODE); 19 characters | מחרוזת | לא חובה |
DOI | doi | Digital Object Identifier; begins with '10.' | מחרוזת | לא חובה |
ISSN | issn | International Standard Serial Number; 8 characters; may be split into two groups of four using a hyphen | מחרוזת | לא חובה |
jfm code | jfm | Jahrbuch über die Fortschritte der Mathematik classification code | מחרוזת | לא חובה |
JSTOR | jstor | JSTOR identifier | מחרוזת | לא חובה |
LCCN | lccn | Library of Congress Control Number | מחרוזת | לא חובה |
MR | mr | Mathematical Reviews identifier | מחרוזת | לא חובה |
OCLC | oclc | Online Computer Library Center number | מחרוזת | לא חובה |
OL | ol | Open Library identifier | מחרוזת | לא חובה |
OSTI | osti | Office of Scientific and Technical Information identifier | מחרוזת | לא חובה |
PMC | pmc | PubMed Center article number | מחרוזת | לא חובה |
PMID | pmid | PubMed Unique Identifier | מחרוזת | לא חובה |
RFC | rfc | Request for Comments number | מחרוזת | לא חובה |
SSRN | ssrn | Social Science Research Network | מחרוזת | לא חובה |
Zbl | zbl | Zentralblatt MATH journal identifier | מחרוזת | לא חובה |
id | id | A unique identifier used where none of the specialized ones are applicable | מחרוזת | לא חובה |
Quote | quote | Relevant text quoted from the source; displays last, enclosed in quotes; needs to include terminating punctuation | מחרוזת | לא חובה |
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 | מחרוזת | לא חובה |
Name list format | name-list-format | Accepts the single keyword 'vanc' to emulate Vancouver Style author / editor name-lists. | מחרוזת | לא חובה |
Mode | mode | Sets separator and terminal punctuation to the style named in the assigned value; allowable values are: 'cs1' or 'cs2' | מחרוזת | לא חובה |
Postscript | postscript | The closing punctuation for the citation; ignored if 'quote' is defined; to suppress use reserved keyword 'none'
| מחרוזת | לא חובה |
Author mask | author-mask authormask authormask1 | Replaces the name of the first author with em dashes or text; set to a numeric value 'n' to set the dash 'n' em spaces wide; set to a text value to display the text without a trailing author separator; for example, 'with' instead | מחרוזת | לא חובה |
Author mask | author-mask2 authormask2 | Replaces the name of the second author with em dashes or text; set to a numeric value 'n' to set the dash 'n' em spaces wide; set to a text value to display the text without a trailing author separator; for example, 'with' instead | מחרוזת | לא חובה |
Author mask | author-mask3 authormask3 | Replaces the name of the third author with em dashes or text; set to a numeric value 'n' to set the dash 'n' em spaces wide; set to a text value to display the text without a trailing author separator; for example, 'with' instead | מחרוזת | לא חובה |
Author mask | author-mask4 authormask4 | Replaces the name of the fourth author with em dashes or text; set to a numeric value 'n' to set the dash 'n' em spaces wide; set to a text value to display the text without a trailing author separator; for example, 'with' instead | מחרוזת | לא חובה |
Author mask | author-mask5 authormask5 | Replaces the name of the fifth author with em dashes or text; set to a numeric value 'n' to set the dash 'n' em spaces wide; set to a text value to display the text without a trailing author separator; for example, 'with' instead | מחרוזת | לא חובה |
Author mask | author-mask6 authormask6 | Replaces the name of the sixth author with em dashes or text; set to a numeric value 'n' to set the dash 'n' em spaces wide; set to a text value to display the text without a trailing author separator; for example, 'with' instead | מחרוזת | לא חובה |
Author mask | author-mask7 authormask7 | Replaces the name of the seventh author with em dashes or text; set to a numeric value 'n' to set the dash 'n' em spaces wide; set to a text value to display the text without a trailing author separator; for example, 'with' instead | מחרוזת | לא חובה |
Author mask | author-mask8 authormask8 | Replaces the name of the eighth author with em dashes or text; set to a numeric value 'n' to set the dash 'n' em spaces wide; set to a text value to display the text without a trailing author separator; for example, 'with' instead | מחרוזת | לא חובה |
Author mask | author-mask9 authormask9 | Replaces the name of the ninth author with em dashes or text; set to a numeric value 'n' to set the dash 'n' em spaces wide; set to a text value to display the text without a trailing author separator; for example, 'with' instead | מחרוזת | לא חובה |
Display authors | display-authors displayauthors | number of authors to display before 'et al.' is used | מספר | לא חובה |
Author link | author-link authorlink1 authorlink | Title of existing Wikipedia article about the author; can suffix with a numeral to add additional authors | שם דף | לא חובה |
Author link for second author | author-link2 author2-link authorlink2 | Title of existing Wikipedia article about the second author; can suffix with a numeral to add additional authors | שם דף | לא חובה |
Author link | author-link3 author3-link authorlink3 | Title of existing Wikipedia article about the third author. | שם דף | לא חובה |
Author link | author-link4 author4-link authorlink4 | Title of existing Wikipedia article about the fourth author. | שם דף | לא חובה |
Author link | author-link5 author5-link authorlink5 | Title of existing Wikipedia article about the sixth author. | שם דף | לא חובה |
Author link | author-link6 author6-link authorlink6 | Title of existing Wikipedia article about the sixth author. | שם דף | לא חובה |
Author link | author-link7 author7-link authorlink7 | Title of existing Wikipedia article about the seventh author. | שם דף | לא חובה |
Author link | author-link8 author8-link authorlink8 | Title of existing Wikipedia article about the eighth author. | שם דף | לא חובה |
Author link | author-link9 author9-link authorlink9 | Title of existing Wikipedia article about the ninth author. | שם דף | לא חובה |
URL access date | access-date accessdate | The full date when the original URL was accessed; do not wikilink | מחרוזת | לא חובה |
Original year | orig-year origyear | Original year of publication; provide specifics | מחרוזת | לא חובה |
Last name of second editor | editor-last2 editor2-last | The surname of the second editor; don't wikilink, use 'editor2-link' | מחרוזת | לא חובה |
First name of second editor | editor-first2 editor2-first | Given or first name, middle names, or initials of the second editor; don't wikilink, use 'editor2-link' | מחרוזת | לא חובה |
Link for second editor | editor-link2 editor2-link | Title of existing Wikipedia article about the second editor | שם דף | לא חובה |
Last name of third editor | editor-last3 editor3-last | The surname of the third editor; don't wikilink, use 'editor3-link' | מחרוזת | לא חובה |
First name of third editor | editor-first3 editor3-first | Given or first name, middle names, or initials of the third editor; don't wikilink, use 'editor3-link' | מחרוזת | לא חובה |
Link for third editor | editor-link3 editor3-link | Title of existing Wikipedia article about the third editor | שם דף | לא חובה |
Last name of fourth editor | editor-last4 editor4-last | The surname of the fourth editor; don't wikilink, use 'editor4-link' | מחרוזת | לא חובה |
First name of fourth editor | editor-first4 editor4-first | Given or first name, middle names, or initials of the fourth editor; don't wikilink, use 'editor4-link' | מחרוזת | לא חובה |
Link for fourth editor | editor-link4 editor4-link | Title of existing Wikipedia article about the fourth editor | שם דף | לא חובה |
Last name of fifth editor | editor-last5 editor5-last | The surname of the fifth editor; don't wikilink, use 'editor5-link' | מחרוזת | לא חובה |
First name of fifth editor | editor-first5 editor5-first | Given or first name, middle names, or initials of the fifth editor; don't wikilink, use 'editor5-link' | מחרוזת | לא חובה |
Link for fifth editor | editor-link5 editor5-link | Title of existing Wikipedia article about the fifth editor | שם דף | לא חובה |
Last name of sixth editor | editor-last6 editor6-last | The surname of the sixth editor; don't wikilink, use 'editor6-link' | מחרוזת | לא חובה |
First name of sixth editor | editor-first6 editor6-first | Given or first name, middle names, or initials of the sixth editor; don't wikilink, use 'editor6-link' | מחרוזת | לא חובה |
Link for sixth editor | editor-link6 editor6-link | Title of existing Wikipedia article about the sixth editor | שם דף | לא חובה |
Last name of seventh editor | editor-last7 editor7-last | The surname of the seventh editor; don't wikilink, use 'editor7-link' | מחרוזת | לא חובה |
First name of seventh editor | editor-first7 editor7-first | Given or first name, middle names, or initials of the seventh editor; don't wikilink, use 'editor7-link' | מחרוזת | לא חובה |
Link for seventh editor | editor-link7 editor7-link | Title of existing Wikipedia article about the seventh editor | שם דף | לא חובה |
Last name of eighth editor | editor-last8 editor8-last | The surname of the eighth editor; don't wikilink, use 'editor8-link' | מחרוזת | לא חובה |
First name of eighth editor | editor-first8 editor8-first | Given or first name, middle names, or initials of the eighth editor; don't wikilink, use 'editor8-link' | מחרוזת | לא חובה |
Last name of ninth editor | editor-last9 editor9-last | The surname of the ninth editor; don't wikilink, use 'editor9-link' | מחרוזת | לא חובה |
First name of ninth editor | editor-first9 editor9-first | Given or first name, middle names, or initials of the ninth editor; don't wikilink, use 'editor9-link' | מחרוזת | לא חובה |
Link for ninth editor | editor-link9 editor9-link | Title of existing Wikipedia article about the ninth editor | שם דף | לא חובה |
Chapter URL | chapter-url chapterurl | The URL of the online location where the text of the chapter can be found | מחרוזת | לא חובה |
DOI broken date | doi-broken-date doi_brokendate | The date that the DOI was determined to be broken | מחרוזת | לא חובה |
Archive URL | archive-url archiveurl | The URL of an archived copy of a web page, if or in case the URL becomes unavailable; requires 'archivedate' | מחרוזת | לא חובה |
Archive date | archive-date archivedate | Date when the original URL was archived; do not wikilink | מחרוזת | לא חובה |
Dead URL | dead-url deadurl | If set to 'no', the title display is adjusted; useful for when the URL is archived preemptively but still live | מחרוזת | לא חובה |
Lay URL | lay-url laysummary layurl | URL link to a non-technical summary or review of the source | מחרוזת | לא חובה |
Lay source | lay-source laysource | Name of the source of the laysummary; displays in italics, preceded by an en dash | מחרוזת | לא חובה |
Lay date | lay-date laydate | Date of the summary; displays in parentheses | מחרוזת | לא חובה |
Last author ampersand | last-author-amp lastauthoramp | When set to any value, changes the separator between the last two names of the author list to 'space ampersand space' | מחרוזת | לא חובה |