תבנית:Cite encyclopedia/תיעוד: הבדלים בין גרסאות בדף
יצירת דף עם התוכן "תבנית זו משמשת לציטוט ממקורות אנציקלופדיים. {| class="wikitable" |- ! מקוצר: !מלאה: |-..." |
מ 4 גרסאות של הדף wikipedia:he:תבנית:Cite_encyclopedia/תיעוד יובאו |
||
| (3 גרסאות ביניים של 2 משתמשים אינן מוצגות) | |||
| שורה 1: | שורה 1: | ||
התבנית {{תב|cite encyclopedia}} היא חלק ממערכת [[עזרה:שגיאות ציטוט|CS1]]. היא משמשת לציטוט ממקורות אנציקלופדיים. ניתן למצוא הסבר מפורט ב-[[:en:template:cite encyclopedia]]. | |||
=== פרמטרים מובחרים === | |||
{{ltr| | |||
<pre> | |||
<nowiki> | |||
{{cite encyclopedia | |||
| encyclopedia = | |||
| title = | |||
| trans-title = | |||
| author = | |||
| language = | |||
| edition = | |||
| date = | |||
| publisher = | |||
< | | volume = | ||
<nowiki | | pages = | ||
| doi = | |||
| isbn = | |||
| issn = | |||
}}</nowiki></pre> | |||
}} | }} | ||
לדוגמה: | |||
{{ltr| | |||
<nowiki>{{cite encyclopedia | |||
| encyclopedia = Britannica | |||
| title = May day | |||
| trans-title = יום הדיו | |||
| author = Mark Zukerberg | |||
| language = fr | |||
| edition = 3 | |||
| date = January 1, 2010 | |||
| publisher = US government | |||
| volume = Vol. V | |||
| pages = 23–24 | |||
| doi = 10.1000/1 | |||
| isbn = 0-14-020652-3 | |||
| issn = 1352-8491 | |||
}}</nowiki> | |||
{{cite encyclopedia | |||
| encyclopedia = Britannica | |||
| title = May day | |||
| trans-title = יום הדיו | |||
| author = Mark Zukerberg | |||
| language = fr | |||
| edition = 3 | |||
| date = January 1, 2010 | |||
| publisher = US government | |||
| volume = Vol. V | |||
| pages = 23–24 | |||
| doi = 10.1000/1 | |||
| isbn = 0-14-020652-3 | |||
| issn = 1352-8491 | |||
}} | |||
}} | |||
=== כל הפרמטרים === | |||
{{ltr| | |||
<templatedata> | |||
{ | |||
"description": "", | |||
"params": { | |||
"year": { | |||
"label": "Year of publication", | |||
"description": "Year of the source being referenced; use 'date' instead, if month and day are also known", | |||
"type": "string" | |||
}, | |||
"title": { | |||
"label": "Source title", | |||
"description": "The title of the article or entry in the encyclopedia; displays in quotes", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"encyclopedia": { | |||
"label": "Encyclopedia", | |||
"description": "Title of the source; may be wikilinked; displays in italics; alias of 'work'", | |||
"type": "string" | |||
}, | |||
"publisher": { | |||
"label": "Publisher", | |||
"description": "Name of the publisher; displays after title", | |||
"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" | |||
}, | |||
"id": { | |||
"label": "id", | |||
"description": "A unique identifier used where none of the specialized ones are applicable", | |||
"type": "string" | |||
}, | |||
"url": { | |||
"label": "URL", | |||
"description": "The URL of the online location where the text of the publication can be found", | |||
"type": "string" | |||
}, | |||
"accessdate": { | |||
"label": "URL access date", | |||
"description": "The full date when the original URL was accessed; do not wikilink", | |||
"type": "string" | |||
}, | |||
"last": { | |||
"label": "Last name", | |||
"description": "The surname of the author; don't wikilink, use 'authorlink'; can suffix with a numeral to add additional authors", | |||
"type": "string" | |||
}, | |||
"first": { | |||
"label": "First name", | |||
"description": "Given or first name, middle names, or initials of the author; don't wikilink, use 'authorlink'; can suffix with a numeral to add additional authors", | |||
"type": "string" | |||
}, | |||
"date": { | |||
"label": "Source date", | |||
"description": "Full date of the source; do not wikilink", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"authorlink": { | |||
"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" | |||
}, | |||
"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" | |||
}, | |||
"month": { | |||
"label": "Month of publication", | |||
"description": "Name of the month of publication; do not wikilink; use 'date' instead, if day of month is also known", | |||
"type": "string" | |||
}, | |||
"origyear": { | |||
"label": "Original year", | |||
"description": "Original year of publication; provide specifics", | |||
"type": "string" | |||
}, | |||
"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'", | |||
"type": "string" | |||
}, | |||
"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'", | |||
"type": "string" | |||
}, | |||
"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" | |||
}, | |||
"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" | |||
}, | |||
"series": { | |||
"label": "Series", | |||
"description": "When the source is part of a series, such as a book series where the issue numbering has restarted; alias of 'version'", | |||
"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" | |||
}, | |||
"trans_title": { | |||
"label": "Translated title", | |||
"description": "An English language title, 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": "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" | |||
}, | |||
"doi": { | |||
"label": "DOI", | |||
"description": "Digital Object Identifier; begins with '10.'", | |||
"type": "string" | |||
}, | |||
"doi_brokendate": { | |||
"label": "DOI broken date", | |||
"description": "The date that the DOI was determined to be broken", | |||
"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", | |||
"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" | |||
}, | |||
"archiveurl": { | |||
"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" | |||
}, | |||
"archivedate": { | |||
"label": "Archive date", | |||
"description": "Date when the original URL was archived; do not wikilink", | |||
"type": "string" | |||
}, | |||
"deadurl": { | |||
"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" | |||
}, | |||
"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 template", | |||
"type": "string" | |||
}, | |||
"separator": { | |||
"label": "Separator", | |||
"description": "The punctuation used to separate lists of authors, editors, etc.; a space must be encoded as   do not use an asterisk, colon, or hash mark", | |||
"type": "string", | |||
"default": "." | |||
}, | |||
"postscript": { | |||
"label": "Postscript", | |||
"description": "The closing punctuation for the citation; ignored if 'quote' is defined", | |||
"type": "string", | |||
"default": "." | |||
}, | |||
"layurl": { | |||
"label": "Lay URL", | |||
"description": "URL link to a non-technical summary or review of the source; alias of 'laysummary'", | |||
"type": "string" | |||
}, | |||
"laysource": { | |||
"label": "Lay source", | |||
"description": "Name of the source of the laysummary; displays in italics, preceded by an en dash", | |||
"type": "string" | |||
}, | |||
"laydate": { | |||
"label": "Lay date", | |||
"description": "Date of the summary; displays in parentheses", | |||
"type": "string" | |||
}, | |||
"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   do not use an asterisk, colon, or hash mark", | |||
"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   do not use an asterisk, colon, or hash mark", | |||
"type": "string", | |||
"default": "; " | |||
}, | |||
"display-authors": { | |||
"label": "Display authors", | |||
"description": "number of authors to display before 'et al.' is used; default is to do so after 8 of 9 are listed; alias of 'displayauthors'", | |||
"type": "number", | |||
"default": "8" | |||
}, | |||
"lastauthoramp": { | |||
"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" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
}} | |||
<noinclude> | |||
{{תיעוד תבנית}} | |||
</noinclude> | |||
גרסה אחרונה מ־11:49, 10 בנובמבר 2020
התבנית {{cite encyclopedia}} היא חלק ממערכת CS1. היא משמשת לציטוט ממקורות אנציקלופדיים. ניתן למצוא הסבר מפורט ב-en:template:cite encyclopedia.
פרמטרים מובחרים
[עריכת קוד מקור]
{{cite encyclopedia
| encyclopedia =
| title =
| trans-title =
| author =
| language =
| edition =
| date =
| publisher =
| volume =
| pages =
| doi =
| isbn =
| issn =
}}
לדוגמה:
{{cite encyclopedia | encyclopedia = Britannica | title = May day | trans-title = יום הדיו | author = Mark Zukerberg | language = fr | edition = 3 | date = January 1, 2010 | publisher = US government | volume = Vol. V | pages = 23–24 | doi = 10.1000/1 | isbn = 0-14-020652-3 | issn = 1352-8491 }}
Mark Zukerberg (1 בינואר 2010). "May day" [יום הדיו]. Britannica (בfrançais). Vol. V (מהדורה 3). US government. עמ' 23–24. ISBN 0-14-020652-3. ISSN 1352-8491. doi:10.1000/1.
כל הפרמטרים
[עריכת קוד מקור]| פרמטר | תיאור | סוג | מצב | |
|---|---|---|---|---|
| Year of publication | year | Year of the source being referenced; use 'date' instead, if month and day are also known | מחרוזת | לא חובה |
| Source title | title | The title of the article or entry in the encyclopedia; displays in quotes | מחרוזת | דרוש |
| Encyclopedia | encyclopedia | Title of the source; may be wikilinked; displays in italics; alias of 'work' | מחרוזת | לא חובה |
| Publisher | publisher | Name of the publisher; displays after title | מחרוזת | לא חובה |
| Location of publication | location | Geographical place of publication; usually not wikilinked; omit when the publication name includes place; alias of 'place' | מחרוזת | לא חובה |
| id | id | A unique identifier used where none of the specialized ones are applicable | מחרוזת | לא חובה |
| URL | url | The URL of the online location where the text of the publication can be found | מחרוזת | לא חובה |
| URL access date | accessdate | The full date when the original URL was accessed; do not wikilink | מחרוזת | לא חובה |
| Last name | last | The surname of the author; don't wikilink, use 'authorlink'; can suffix with a numeral to add additional authors | מחרוזת | לא חובה |
| First name | first | 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 | מחרוזת | לא חובה |
| Source date | date | Full date of the source; do not wikilink | מחרוזת | דרוש |
| Author link | authorlink | Title of existing Wikipedia article about the author; can suffix with a numeral to add additional authors | שם דף | לא חובה |
| Others | others | Used to record other contributions to the work, such as 'Illustrated by John Smith' or 'Translated by John Smith' | מחרוזת | לא חובה |
| Month of publication | month | Name of the month of publication; do not wikilink; use 'date' instead, if day of month is also known | מחרוזת | לא חובה |
| Original 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' | שם דף | לא חובה |
| 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.' | מחרוזת | לא חובה |
| Series | series | When the source is part of a series, such as a book series where the issue numbering has restarted; alias of 'version' | מחרוזת | לא חובה |
| 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 | מחרוזת | לא חובה |
| Translated 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'; 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 | מחרוזת | לא חובה |
| DOI | doi | Digital Object Identifier; begins with '10.' | מחרוזת | לא חובה |
| DOI broken date | doi_brokendate | The date that the DOI was determined to be broken | מחרוזת | לא חובה |
| 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 | מחרוזת | לא חובה |
| 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 | archivedate | Date when the original URL was archived; do not wikilink | מחרוזת | לא חובה |
| Dead URL | deadurl | If set to 'no', the title display is adjusted; useful for when the URL is archived preemptively but still live | מחרוזת | לא חובה |
| 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 template | מחרוזת | לא חובה |
| Separator | separator | The punctuation used to separate lists of authors, editors, etc.; a space must be encoded as   do not use an asterisk, colon, or hash mark
| מחרוזת | לא חובה |
| Postscript | postscript | The closing punctuation for the citation; ignored if 'quote' is defined
| מחרוזת | לא חובה |
| Lay URL | layurl | URL link to a non-technical summary or review of the source; alias of 'laysummary' | מחרוזת | לא חובה |
| Lay source | laysource | Name of the source of the laysummary; displays in italics, preceded by an en dash | מחרוזת | לא חובה |
| Lay date | laydate | Date of the summary; displays in parentheses | מחרוזת | לא חובה |
| 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   do not use an asterisk, colon, or hash mark
| מחרוזת | לא חובה |
| Author separator | author-separator | Changes the separator between authors; defaults to a semicolon and space; a space must be encoded as   do not use an asterisk, colon, or hash mark
| מחרוזת | לא חובה |
| Display authors | display-authors | number of authors to display before 'et al.' is used; default is to do so after 8 of 9 are listed; alias of 'displayauthors'
| מספר | לא חובה |
| Last author ampersand | lastauthoramp | When set to any value, changes the separator between the last two names of the author list to 'space ampersand space' | מחרוזת | לא חובה |
__EXPECTED_UNCONNECTED_PAGE__