תבנית:Cite web/תיעוד: הבדלים בין גרסאות בדף

יצירת דף עם התוכן "זוהי תבנית לקישור לדף אינטרנט. עיקר השימוש בה הוא כאשר מעבירים הערות שוליים וקישורים מהו..."
 
אין תקציר עריכה
שורה 1: שורה 1:
זוהי תבנית לקישור לדף אינטרנט. עיקר השימוש בה הוא כאשר מעבירים הערות שוליים וקישורים מהוויקיפדיה האנגלית, כדי לחסוך את הצורך להקליד מחדש את פרטי הקישור בתבנית חדשה.
תבנית {{תב|cite web}} היא חלק ממערכת [[עזרה:שגיאות ציטוט|CS1]]. היא מיועדת לציטוטים מאתר אינטרנט. ניתן למצוא הסבר מפורט ב-[[:en:template:cite web]]. הפרמטרים של התבנית:
{{ltr|
<pre>
<nowiki>
{{cite web
| url            =
| title          =
| trans-title    =
| author1        =
| author-link1    =
| date            =
| website        =
| publisher      =
| language        =
}}
</nowiki></pre>
}}
לדוגמה:
{{ltr|
<nowiki>{{cite web
| url            = http://google.com
| title          = May day
| trans-title    = יום הדיו
| author1        = Mark Zukerberg
| author-link1    = מרק צוקרברג
| date            = January 1, 2010
| website        = Google Search
| publisher      = Google
| language        = fr
}}</nowiki>


הפרמטרים בתבנית:
{{cite web
<div class="mw-content-ltr">
| url            = http://google.com
== Usage ==
| title          = May day
;Common form for cases where little is known about authorship of the page (with current date)
| trans-title    = יום הדיו
<tt><nowiki>{{cite web |url= |title= |accessdate=</nowiki>{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY2}}<nowiki> |format= |work= }}</nowiki></tt>
| author1        = Mark Zukerberg
 
| author-link1    = מרק צוקרברג
;Using last, first (with current date)
| date            = January 1, 2010
<tt><nowiki>{{cite web |url= |title= |accessdate=</nowiki>{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY2}}<nowiki> |last= |first= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= }}</nowiki></tt>
| website        = Google Search
 
| publisher      = Google
;Using author (with current date)
| language        = fr
<tt><nowiki>{{cite web |url= |title= |accessdate=</nowiki>{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY2}}<nowiki> |author= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= }}</nowiki></tt>
}}
 
<templatedata>
;Using non-linked retrieved date, last, first
{
<tt><nowiki>{{cite web |url= |title= |accessmonthday= |accessyear= |last= |first= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= }}</nowiki></tt>
"description": "",
 
"params": {
;Using non-linked retrieved date, author
"url": {
<tt><nowiki>{{cite web |url= |title= |accessmonthday= |accessyear= |author= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= }}</nowiki></tt>
"label": "URL",
 
"description": "The URL of the online location where the text of the publication can be found",
;All parameters, horizontal format (delete the ones you don't need)
"type": "string",
<tt><nowiki>{{cite web |url= |title= |accessdate= |accessmonthday= |accessdaymonth = |accessyear= |author= |last= |first= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= }}</nowiki></tt>
"aliases": [
 
"URL"
;All parameters, vertical format
],
<pre>{{cite web
"required": true
| url =
},
| title =
"title": {
| accessdate =
"label": "Source title",
| accessdaymonth =
"description": "The title of the source page on the website; will display with quotation marks added",
| accessmonthday =
"type": "string",
| accessyear =
"required": true
| author =
},
| last =
"date": {
| first =
"label": "Source date",
| authorlink =
"description": "Full date when the source was published; if unknown, use accessdate instead; do not wikilink",
| coauthors =
"type": "string",
| date =
"suggested": true
| year =
},
| month =
"accessdate": {
| format =
"label": "URL access date",
| work =
"description": "The full date when the original URL was accessed; do not wikilink",
| publisher =
"type": "string",
| pages =
"suggested": true
| language =
},
| archiveurl =
"website": {
| archivedate =
"label": "Website title",
| quote =
"description": "Title of the website; may be wikilinked; will display in italics",
}}</pre>
"type": "string",
 
"aliases": [
=== Required parameters ===
"work"
* '''url''': URL of online item.
],
* '''title''': Title of online item.
"suggested": true
''For producing a [[WP:CONTEXT#Dates|wikilinked date]] of retrieval:''
},
:* '''accessdate''': Full date when item was accessed, in [[ISO 8601]] YYYY-MM-DD format, for example "accessdate = {{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY2}}". ''Must not be wikilinked''
"publisher": {
''For producing a non-wikilinked date of retrieval:''
"label": "Publisher",
:* '''accessmonthday''' and '''accessyear''': Month and day when item was accessed, for example "accessmonthday = May 10", <u>and</u> year when item was accessed, for example "accessyear = 2005". Produces: ''Retrieved on May 10, 2006.''
"description": "Name of the publisher; may be wikilinked",
:* '''accessdaymonth''' and '''accessyear''': Month and day when item was accessed, for example "accessmonthday = 10 May", <u>and</u> year when item was accessed, for example "accessyear = 2005". Produces: ''Retrieved on 10 May 2006.''
"type": "string",
 
"suggested": true
=== Optional parameters ===
},
* '''author''': Author
"last": {
** '''last''' works with '''first''' to produce <code>last, first</code>
"label": "Last name",
** '''authorlink''' works either with '''author''' or with '''last''' & '''first''' to link to the appropriate wikipedia article. Does not work with URLs.
"description": "The surname of the author; don't wikilink, use 'authorlink'; can suffix with a numeral to add additional authors",
** '''coauthors''': allows additional authors
"aliases": [
* '''date''': Full date of publication, preferably in [[ISO 8601]] YYYY-MM-DD format, e.g. ''2006-02-17''. May be wikilinked.
"last1",
** OR: '''year''': Year of publication, and '''month''': Name of the month of publication. If you also have the day, use ''date'' instead. Must not be wikilinked.
"  author",
* '''format''': Format, e.g. PDF.  HTML implied if not specified.
"  author1",
* '''work''': If this item is part of a larger work, name of that work.
"  authors"
* '''publisher''': Publisher, if any.
],
* '''pages''': ''pp. 5–7'': first page and optional last page. This is for listing the pages relevant to the citation, not the total number of pages in the book.  This is especially useful for [[PDF]] format, where the page can be linked to with the <code>#page=''number''</code> anchor tagged on the end of the URL:
"suggested": true
*: <code><nowiki>pages = [http://www.example.org/file.pdf#page=123 p. 123]</nowiki></code>
},
* '''language''': language of publication (don't specify "English" as this is the default).
"first": {
* '''archiveurl''': URL of the archive location of the item (requires '''archivedate''')
"label": "First name",
* '''archivedate''': Date when the item was archived (requires '''archiveurl'''), in [[ISO 8601]] YYYY-MM-DD format, e.g. ''2006-02-17''. Must not be wikilinked; it will be linked automatically.
"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",
* '''quote''': Relevant quote from online item.
"aliases": [
</div>
"first1"
],
"suggested": 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",
"aliases": [
"authorlink1",
"  author-link",
"  author1-link"
]
},
"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."
},
"authorlink2": {
"label": "Author link",
"description": "Title of existing Wikipedia article about the second author.",
"type": "wiki-page-name",
"aliases": [
"author2-link"
]
},
"others": {
"label": "Others",
"description": "Used to record other (non-author) 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"
},
"year": {
"label": "Year of publication",
"description": "Year of the source being referenced; use 'date' instead, if month and day are 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.",
"aliases": [
"editor1-last",
"  editor",
"  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'",
"aliases": [
"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",
"aliases": [
"editor1-link"
],
"type": "wiki-page-name"
},
"series": {
"label": "Series identifier",
"description": "Series identifier when the source is part of a series, such as a book series or a journal",
"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"
},
"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"
},
"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-broken-date": {
"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"
},
"id": {
"label": "id",
"description": "A unique identifier used where none of the specialized ones are applicable",
"type": "string"
},
"archiveurl": {
"label": "Archive URL",
"aliases": [
"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",
"aliases": [
"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 &#32; 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"
},
"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."
},
"authorlink3": {
"label": "Author link",
"description": "Title of existing Wikipedia article about the third author.",
"type": "wiki-page-name",
"aliases": [
"author3-link"
]
},
"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."
},
"authorlink4": {
"label": "Author link",
"description": "Title of existing Wikipedia article about the fourth author.",
"type": "wiki-page-name",
"aliases": [
"author4-link"
]
},
"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."
},
"authorlink5": {
"label": "Author link",
"description": "Title of existing Wikipedia article about the sixth author.",
"type": "wiki-page-name",
"aliases": [
"author5-link"
]
},
"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.",
"aliases": [
"author6-link"
]
},
"authorlink6": {
"label": "Author link",
"description": "Title of existing Wikipedia article about the sixth author.",
"type": "wiki-page-name"
},
"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."
},
"authorlink7": {
"label": "Author link",
"description": "Title of existing Wikipedia article about the seventh author.",
"type": "wiki-page-name",
"aliases": [
"author7-link"
]
},
"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."
},
"authorlink8": {
"label": "Author link",
"description": "Title of existing Wikipedia article about the eighth author.",
"type": "wiki-page-name",
"aliases": [
"author8-link"
]
},
"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."
},
"authorlink9": {
"label": "Author link",
"description": "Title of existing Wikipedia article about the ninth author.",
"type": "wiki-page-name",
"aliases": [
"author9-link"
]
},
"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 &#32; 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 &#32; 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.",
"type": "number",
"default": "8",
"aliases": [
"displayauthors"
]
},
"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"
},
"subscription": {
"label": "Subscription required",
"description": "When set to yes, displays “(subscription required)” to indicate an online source that requires subscription",
"type": "string"
},
"registration": {
"label": "Registration required",
"description": "When set to yes, displays “(registration required)” to indicate an online source that requires registration",
"type": "string"
},
"edition": {
"label": "Edition",
"type": "string",
"description": "Specify the edition or revision of the source, when applicable. For example: '2nd' or '5.1'. What you supply here is suffixed by ' ed.'"
}
}
}
</templatedata>
}}