תבנית:Cite journal/תיעוד: הבדלים בין גרסאות בדף
יצירת דף עם התוכן "תבנית זאת מיועדת לציטוטים מכתבות בכל תקשורת. ניתן למצוא הסבר מפורט ב-en:template:cite journal." |
אין תקציר עריכה |
||
| שורה 1: | שורה 1: | ||
תבנית זאת מיועדת לציטוטים מכתבות בכל תקשורת. ניתן למצוא הסבר מפורט ב-[[:en:template:cite journal]]. | תבנית זאת מיועדת לציטוטים מכתבות בכל תקשורת. ניתן למצוא הסבר מפורט ב-[[:en:template:cite journal]]. | ||
תבנית {{תב|cite AV media}} היא חלק ממערכת [[עזרה:שגיאות ציטוט|CS1]]. היא מיועדת לציטוט מקורות אודיו ווידאו. ניתן למצוא הסברים מפורטים ב-[[:en:template:cite AV media]]. התבנית ניתנת לשימוש גם תחת השם {{תב|cite video}}. הפרמטרים של התבנית: | |||
{{ltr| | |||
<pre> | |||
<nowiki> | |||
{{cite journal | |||
| last1 = | |||
| first1 = | |||
| author-link1 = | |||
| last2 = | |||
| first2 = | |||
| author-link2 = | |||
| last3 = | |||
| first3 = | |||
| author-link3 = | |||
| date = | |||
| editor1-last = | |||
| editor1-first = | |||
| editor1-link = | |||
| title = | |||
| script-title = | |||
| trans-title = | |||
| url = | |||
| format = | |||
| journal = | |||
| language = | |||
| edition = | |||
| publisher = | |||
| page = | |||
| bibcode = | |||
| doi = | |||
| isbn = | |||
| issn = | |||
| archive-url = | |||
| archive-date = | |||
| access-date = | |||
}} | |||
</nowiki></pre> | |||
}} | |||
לדוגמה: | |||
{{ltr| | |||
<nowiki>{{cite journal | |||
| title = May day | |||
| trans-title = יום הדיו | |||
| url = http://google.com | |||
| journal = New York Times | |||
| language = fr | |||
| author1 = Mark Zukerberg | |||
| author-link1 = מרק צוקרברג | |||
| author2 = Haim Yavin | |||
| author-link2 = חיים יבין | |||
| author = Miki Khaimovich | |||
| author-link3 = מיקי חיימוביץ | |||
| date = January 1, 2010 | |||
| format = DOC | |||
| edition = 3 | |||
| publisher = US government | |||
| pages = 23–24 | |||
| bibcode = 123456 | |||
| doi = 10.123456 | |||
| isbn = 123456 | |||
| issn = 123456 | |||
| access-date = March 18, 2015 | |||
}} | |||
</nowiki> | |||
{{cite journal | |||
| title = May day | |||
| trans-title = יום הדיו | |||
| url = http://google.com | |||
| journal = New York Times | |||
| language = fr | |||
| author1 = Mark Zukerberg | |||
| author-link1 = מרק צוקרברג | |||
| author2 = Haim Yavin | |||
| author-link2 = חיים יבין | |||
| author3 = Miki Khaimovich | |||
| author-link3 = מיקי חיימוביץ' | |||
| date = January 1, 2010 | |||
| format = DOC | |||
| edition = 3 | |||
| publisher = US government | |||
| pages = 23–24 | |||
| bibcode = 123456 | |||
| doi = 10.1000/1 | |||
| isbn = 0-14-020652-3 | |||
| issn = 1352-8491 | |||
| access-date = March 18, 2015 | |||
}} | |||
<templatedata> | |||
{ | |||
"description": "This template formats a citation to an article in a magazine or journal, using the provided source information (e.g. journal name, author, title, issue, URL) and 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", | |||
"suggested": true, | |||
"aliases": [ | |||
"URL" | |||
] | |||
}, | |||
"title": { | |||
"label": "Title", | |||
"description": "The title of the article; can be wikilinked to an existing Wikipedia article or url may be used to add an external link, but not both. Displays in quotes.", | |||
"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": [ | |||
"author", | |||
"author1", | |||
"authors", | |||
"last1" | |||
], | |||
"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", | |||
"description": "The surname of the second author; don't wikilink, use 'authorlink2'.", | |||
"aliases": [ | |||
"author2" | |||
] | |||
}, | |||
"first2": { | |||
"label": "First name", | |||
"description": "Given or first name, middle names, or initials of the second author; don't wikilink." | |||
}, | |||
"date": { | |||
"label": "Source date", | |||
"description": "Full date of the source; do not wikilink", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"journal": { | |||
"label": "Journal", | |||
"description": "Name of the source journal; may be wikilinked; displays in italics; alias of 'work'", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"publisher": { | |||
"label": "Publisher", | |||
"description": "Name of the publisher; displays after title", | |||
"type": "string" | |||
}, | |||
"issue": { | |||
"label": "Issue", | |||
"description": "Issue identifier when the source is part of a series that is published periodically", | |||
"type": "string" | |||
}, | |||
"doi": { | |||
"label": "DOI", | |||
"description": "Digital Object Identifier; begins with '10.'", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"doi-broken-date": { | |||
"label": "DOI broken date", | |||
"description": "The date that the DOI was determined to be broken", | |||
"type": "string" | |||
}, | |||
"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 or season is also known", | |||
"type": "string" | |||
}, | |||
"orig-year": { | |||
"label": "Original year", | |||
"description": "Original year of publication; provide specifics", | |||
"type": "string", | |||
"aliases": [ | |||
"origyear" | |||
] | |||
}, | |||
"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; alias of 'editor1-last', 'editor', and '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; alias of 'editor1-first'" | |||
}, | |||
"editor-link": { | |||
"label": "Editor link", | |||
"description": "Title of existing Wikipedia article about the editor; can suffix with a numeral to add additional editors; alias of 'editor1-link'", | |||
"type": "wiki-page-name" | |||
}, | |||
"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": "string" | |||
}, | |||
"department": { | |||
"label": "Department", | |||
"description": "Department within the periodical", | |||
"type": "string" | |||
}, | |||
"location": { | |||
"label": "Location of publication", | |||
"description": "Geographical place of publication; usually not wikilinked; omit when the publication name includes place; alias of 'place'", | |||
"type": "string" | |||
}, | |||
"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" | |||
}, | |||
"edition": { | |||
"label": "Edition", | |||
"description": "When the publication has more than one edition; for example: '2nd', 'Revised' etc.; suffixed with ' ed.'", | |||
"type": "string" | |||
}, | |||
"volume": { | |||
"label": "Volume", | |||
"description": "For one publication published in several volumes", | |||
"type": "string" | |||
}, | |||
"page": { | |||
"label": "Page", | |||
"description": "Page in the source that supports the content; displays after 'p.'", | |||
"type": "string" | |||
}, | |||
"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": "string" | |||
}, | |||
"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", | |||
"aliases": [ | |||
"trans_title" | |||
] | |||
}, | |||
"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' ('url' is required when using 'format'); 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": "AZIN", | |||
"description": "Amazon Standard Identification Number; 10 characters", | |||
"type": "string" | |||
}, | |||
"asin-tld": { | |||
"label": "AZIN 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" | |||
}, | |||
"isbn": { | |||
"label": "ISBN", | |||
"description": "International Standard Book Number; use the 13-digit ISBN where possible", | |||
"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", | |||
"suggested": true, | |||
"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" | |||
}, | |||
"separator": { | |||
"label": "Separator", | |||
"description": "The punctuation used to separate lists of authors, editors, etc.; a space must be encoded as   to suppress use reserved keyword 'none'", | |||
"type": "string", | |||
"default": "." | |||
}, | |||
"postscript": { | |||
"label": "Postscript", | |||
"description": "The closing punctuation for the citation; ignored if 'quote' is defined; to suppress use reserved keyword 'none'", | |||
"type": "string", | |||
"default": "." | |||
}, | |||
"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 forth author; don't wikilink, use 'authorlink4'.", | |||
"aliases": [ | |||
"author4" | |||
] | |||
}, | |||
"first4": { | |||
"label": "First name", | |||
"description": "Given or first name, middle names, or initials of the forth 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." | |||
}, | |||
"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" | |||
}, | |||
"author-name-separator": { | |||
"label": "Author name separator", | |||
"description": "Changes the separator between last and first names; defaults to a comma and space; a space must be encoded as  ", | |||
"type": "string", | |||
"default": ", " | |||
}, | |||
"author-separator": { | |||
"label": "Author separator", | |||
"description": "Changes the separator between authors; defaults to a semicolon and space; a space must be encoded as  ", | |||
"type": "string", | |||
"default": "; " | |||
}, | |||
"subscription": { | |||
"label": "Subscription", | |||
"description": "If the reference requires a subscription, type 'yes' to notify the reader.", | |||
"type": "string" | |||
}, | |||
"author-link": { | |||
"label": "Author link", | |||
"description": "Title of existing Wikipedia article about the author; can suffix with a numeral to add additional authors", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"authorlink" | |||
] | |||
}, | |||
"author-link2": { | |||
"label": "Author link", | |||
"description": "Title of existing Wikipedia article about the second author.", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"author2-link", | |||
"authorlink2" | |||
] | |||
}, | |||
"access-date": { | |||
"label": "URL access date", | |||
"description": "The full date when the original URL was accessed; do not wikilink", | |||
"type": "string", | |||
"suggested": true, | |||
"aliases": [ | |||
"accessdate" | |||
] | |||
}, | |||
"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; alias of 'laysummary'", | |||
"type": "string", | |||
"aliases": [ | |||
"layurl" | |||
] | |||
}, | |||
"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" | |||
] | |||
}, | |||
"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 forth 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" | |||
] | |||
}, | |||
"displayauthors": { | |||
"label": "Display authors", | |||
"description": "number of authors to display before 'et al.' is used;", | |||
"type": "number", | |||
"aliases": [ | |||
"display-authors" | |||
] | |||
}, | |||
"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" | |||
] | |||
}, | |||
"registration": { | |||
"label": "Registration", | |||
"description": "If the reference requires registration, type 'yes' to notify the reader.", | |||
"type": "string" | |||
}, | |||
"chapter": { | |||
"label": "Chapter", | |||
"description": "The chapter heading of the source", | |||
"type": "string" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"url", | |||
"title", | |||
"last", | |||
"first", | |||
"last2", | |||
"first2", | |||
"date", | |||
"journal", | |||
"publisher", | |||
"issue", | |||
"doi", | |||
"doi-broken-date", | |||
"others", | |||
"year", | |||
"orig-year", | |||
"editor-last", | |||
"editor-first", | |||
"editor-link", | |||
"series", | |||
"department", | |||
"location", | |||
"publication-place", | |||
"publication-date", | |||
"edition", | |||
"volume", | |||
"page", | |||
"pages", | |||
"nopp", | |||
"at", | |||
"language", | |||
"script-title", | |||
"trans-title", | |||
"type", | |||
"format", | |||
"arxiv", | |||
"asin", | |||
"asin-tld", | |||
"bibcode", | |||
"isbn", | |||
"issn", | |||
"jfm", | |||
"jstor", | |||
"lccn", | |||
"mr", | |||
"oclc", | |||
"ol", | |||
"osti", | |||
"pmc", | |||
"pmid", | |||
"rfc", | |||
"ssrn", | |||
"zbl", | |||
"id", | |||
"quote", | |||
"ref", | |||
"separator", | |||
"postscript", | |||
"last3", | |||
"first3", | |||
"last4", | |||
"first4", | |||
"last5", | |||
"first5", | |||
"last6", | |||
"first6", | |||
"last7", | |||
"first7", | |||
"last8", | |||
"first8", | |||
"last9", | |||
"first9", | |||
"author-mask", | |||
"author-name-separator", | |||
"author-separator", | |||
"author-link", | |||
"author-link2", | |||
"access-date", | |||
"archive-url", | |||
"archive-date", | |||
"dead-url", | |||
"lay-url", | |||
"lay-source", | |||
"lay-date", | |||
"author-link3", | |||
"author-link4", | |||
"author-link5", | |||
"author-link6", | |||
"author-link7", | |||
"author-link8", | |||
"author-link9", | |||
"displayauthors", | |||
"last-author-amp", | |||
"subscription", | |||
"registration", | |||
"chapter" | |||
] | |||
} | |||
</templatedata> | |||
}} | |||
גרסה מ־17:26, 18 במרץ 2015
תבנית זאת מיועדת לציטוטים מכתבות בכל תקשורת. ניתן למצוא הסבר מפורט ב-en:template:cite journal. תבנית {{cite AV media}} היא חלק ממערכת CS1. היא מיועדת לציטוט מקורות אודיו ווידאו. ניתן למצוא הסברים מפורטים ב-en:template:cite AV media. התבנית ניתנת לשימוש גם תחת השם {{cite video}}. הפרמטרים של התבנית:
{{cite journal
| last1 =
| first1 =
| author-link1 =
| last2 =
| first2 =
| author-link2 =
| last3 =
| first3 =
| author-link3 =
| date =
| editor1-last =
| editor1-first =
| editor1-link =
| title =
| script-title =
| trans-title =
| url =
| format =
| journal =
| language =
| edition =
| publisher =
| page =
| bibcode =
| doi =
| isbn =
| issn =
| archive-url =
| archive-date =
| access-date =
}}
לדוגמה:
{{cite journal | title = May day | trans-title = יום הדיו | url = http://google.com | journal = New York Times | language = fr | author1 = Mark Zukerberg | author-link1 = מרק צוקרברג | author2 = Haim Yavin | author-link2 = חיים יבין | author = Miki Khaimovich | author-link3 = מיקי חיימוביץ | date = January 1, 2010 | format = DOC | edition = 3 | publisher = US government | pages = 23–24 | bibcode = 123456 | doi = 10.123456 | isbn = 123456 | issn = 123456 | access-date = March 18, 2015 }}
Mark Zukerberg; Haim Yavin; Miki Khaimovich (1 בינואר 2010). "May day" [יום הדיו] (DOC). New York Times (בfrançais) (מהדורה 3) (US government): 23–24. Bibcode:123456. ISBN 0-14-020652-3. ISSN 1352-8491. doi:10.1000/1. בדיקה אחרונה ב-18 במרץ 2015.
This template formats a citation to an article in a magazine or journal, using the provided source information (e.g. journal name, author, title, issue, URL) and 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 article; can be wikilinked to an existing Wikipedia article or url may be used to add an external link, but not both. Displays in quotes. | מחרוזת | דרוש |
| Last name | last author author1 authors last1 | 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 | last2 author2 | The surname of the second author; don't wikilink, use 'authorlink2'. | לא ידוע | לא חובה |
| First name | first2 | Given or first name, middle names, or initials of the second author; don't wikilink. | לא ידוע | לא חובה |
| Source date | date | Full date of the source; do not wikilink | מחרוזת | דרוש |
| Journal | journal | Name of the source journal; may be wikilinked; displays in italics; alias of 'work' | מחרוזת | מוצע |
| Publisher | publisher | Name of the publisher; displays after title | מחרוזת | לא חובה |
| Issue | issue | Issue identifier when the source is part of a series that is published periodically | מחרוזת | לא חובה |
| DOI | doi | Digital Object Identifier; begins with '10.' | מחרוזת | מוצע |
| DOI broken date | doi-broken-date | The date that the DOI was determined to be broken | מחרוזת | לא חובה |
| 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 or season is also known | מחרוזת | לא חובה |
| Original year | orig-year origyear | Original year of publication; provide specifics | מחרוזת | לא חובה |
| Editor last name | editor-last | The surname of the editor; don't wikilink, use 'editor-link'; can suffix with a numeral to add additional editors; alias of 'editor1-last', 'editor', and 'editors' | לא ידוע | לא חובה |
| Editor first name | editor-first | 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; alias of 'editor1-first' | לא ידוע | לא חובה |
| Editor link | editor-link | Title of existing Wikipedia article about the editor; can suffix with a numeral to add additional editors; alias of 'editor1-link' | שם דף | לא חובה |
| Series | series | Series identifier when the source is part of a series, such as a book series or a journal; alias of 'version' | מחרוזת | לא חובה |
| Department | department | Department within the periodical | מחרוזת | לא חובה |
| Location of publication | location | Geographical place of publication; usually not wikilinked; omit when the publication name includes place; alias of '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 | מחרוזת | לא חובה |
| Edition | edition | When the publication has more than one edition; for example: '2nd', 'Revised' etc.; suffixed with ' ed.' | מחרוזת | לא חובה |
| Volume | volume | For one publication published in several volumes | מחרוזת | לא חובה |
| Page | page | Page in the source that supports the content; displays after 'p.' | מחרוזת | לא חובה |
| Pages | pages | Pages in the source that support the content (not an indication of the number of pages in the source; displays after 'pp.' | מחרוזת | לא חובה |
| 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 trans_title | An English language title, 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' ('url' is required when using 'format'); examples: PDF, DOC, XLS; do not specify HTML | מחרוזת | לא חובה |
| arXiv identifier | arxiv | An identifier for arXive electronic preprints of scientific papers | מחרוזת | לא חובה |
| AZIN | asin | Amazon Standard Identification Number; 10 characters | מחרוזת | לא חובה |
| AZIN TLD | asin-tld | ASIN top-level domain for Amazon sites other than the US | מחרוזת | לא חובה |
| Bibcode | bibcode | Bibliographic Reference Code (REFCODE); 19 characters | מחרוזת | לא חובה |
| ISBN | isbn | International Standard Book Number; use the 13-digit ISBN where possible | מחרוזת | לא חובה |
| 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 | מחרוזת | לא חובה |
| Separator | separator | The punctuation used to separate lists of authors, editors, etc.; a space must be encoded as   to suppress use reserved keyword 'none'
| מחרוזת | לא חובה |
| Postscript | postscript | The closing punctuation for the citation; ignored if 'quote' is defined; to suppress use reserved keyword 'none'
| מחרוזת | לא חובה |
| 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 forth author; don't wikilink, use 'authorlink4'. | לא ידוע | לא חובה |
| First name | first4 | Given or first name, middle names, or initials of the forth 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. | לא ידוע | לא חובה |
| Author mask | author-mask | 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 name separator | author-name-separator | Changes the separator between last and first names; defaults to a comma and space; a space must be encoded as  
| מחרוזת | לא חובה |
| Author separator | author-separator | Changes the separator between authors; defaults to a semicolon and space; a space must be encoded as  
| מחרוזת | לא חובה |
| Author link | author-link authorlink | Title of existing Wikipedia article about the author; can suffix with a numeral to add additional authors | שם דף | לא חובה |
| Author link | author-link2 author2-link authorlink2 | Title of existing Wikipedia article about the second author. | שם דף | לא חובה |
| URL access date | access-date accessdate | The full date when the original URL was accessed; do not wikilink | מחרוזת | מוצע |
| 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 layurl | URL link to a non-technical summary or review of the source; alias of 'laysummary' | מחרוזת | לא חובה |
| 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 | מחרוזת | לא חובה |
| 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 forth 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. | שם דף | לא חובה |
| Display authors | displayauthors display-authors | number of authors to display before 'et al.' is used; | מספר | לא חובה |
| 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' | מחרוזת | לא חובה |
| Subscription | subscription | If the reference requires a subscription, type 'yes' to notify the reader. | מחרוזת | לא חובה |
| Registration | registration | If the reference requires registration, type 'yes' to notify the reader. | מחרוזת | לא חובה |
| Chapter | chapter | The chapter heading of the source | מחרוזת | לא חובה |