|
|
| (4 גרסאות ביניים של 3 משתמשים אינן מוצגות) |
| שורה 1: |
שורה 1: |
| תבנית {{תב|cite AV media}} היא חלק ממערכת [[עזרה:שגיאות ציטוט|CS1]]. היא מיועדת לציטוט מקורות אודיו ווידאו. ניתן למצוא הסברים מפורטים ב-[[:en:template:cite AV media]]. התבנית ניתנת לשימוש גם תחת השם {{תב|cite video}}. הפרמטרים של התבנית:
| | התבנית {{תב|cite AV media}} היא חלק ממערכת [[עזרה:שגיאות ציטוט|CS1]]. היא משמשת לציטוט ממקורות וידאו וקול. ניתן למצוא הסברים מפורטים ב-[[:en:template:cite AV media]]. התבנית ניתנת לשימוש גם תחת השם {{תב|cite video}}. |
| | === פרמטרים מובחרים === |
| {{ltr| | | {{ltr| |
| <pre> | | <pre> |
| שורה 27: |
שורה 28: |
| לדוגמה: | | לדוגמה: |
| {{ltr| | | {{ltr| |
| <nowiki>{{cite video | | <nowiki>{{cite AV media |
| | url = http://google.com | | | url = http://google.com |
| | title = MY GOOGLE | | | title = MY GOOGLE |
| שורה 42: |
שורה 43: |
| }}</nowiki> | | }}</nowiki> |
|
| |
|
| {{cite video | | {{cite AV media |
| | url = http://google.com | | | url = http://google.com |
| | title = MY GOOGLE | | | title = MY GOOGLE |
| שורה 56: |
שורה 57: |
| | access-date = March 18, 2015 | | | access-date = March 18, 2015 |
| }} | | }} |
| <templatedata>
| |
| {
| |
| "description": "This template formats a citation to audiovisual media sources.",
| |
| "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": "Source title",
| |
| "description": "The title of the source page on the website; displays in quotes",
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "last": {
| |
| "label": "Author last name",
| |
| "description": "The surname of the author; Do not wikilink - use author-link instead.",
| |
| "aliases": [
| |
| "author",
| |
| "author1",
| |
| "authors",
| |
| "last1",
| |
| "people"
| |
| ],
| |
| "suggested": true,
| |
| "type": "string"
| |
| },
| |
| "first": {
| |
| "label": "Author first name",
| |
| "description": "Given or first name, middle names, or initials of the author; don't wikilink",
| |
| "aliases": [
| |
| "first1"
| |
| ],
| |
| "suggested": true,
| |
| "type": "string"
| |
| },
| |
| "date": {
| |
| "label": "Source date",
| |
| "description": "Full date of the source; do not wikilink",
| |
| "type": "date",
| |
| "suggested": true
| |
| },
| |
| "publisher": {
| |
| "label": "Publisher",
| |
| "description": "Name of the publisher; displays after title",
| |
| "type": "string"
| |
| },
| |
| "year": {
| |
| "label": "Year",
| |
| "description": "Year of source being referenced. Do not use in combination with 'Source date'.",
| |
| "type": "number"
| |
| },
| |
| "language": {
| |
| "label": "Language",
| |
| "description": "The language the source is written in, if not English. Displays in parentheses with \"in\" before the language name. Use the full language name or ISO 639-1 code.",
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "trans-title": {
| |
| "label": "English translation of title",
| |
| "description": "The English translation of the title if the source cited is in a foreign language. Displays in square brackets after title. Use with the language parameter.",
| |
| "type": "string"
| |
| },
| |
| "author-link": {
| |
| "aliases": [
| |
| "authorlink1",
| |
| "authorlink",
| |
| "author1-link",
| |
| "author1link"
| |
| ],
| |
| "label": "Author article title",
| |
| "description": "Title of existing Wikipedia article about the author — not the author's website.",
| |
| "type": "wiki-page-name"
| |
| },
| |
| "others": {
| |
| "label": "Other contributors",
| |
| "description": "Other contributors to the work, such as 'Illustrated by John Smith' or 'Translated by John Smith'.",
| |
| "type": "string"
| |
| },
| |
| "type": {
| |
| "label": "Media type",
| |
| "description": "Media type of the source; format in sentence case. Displays in parentheses following the title. Use one of the following as applicable: Motion picture, Television production, Videotape, DVD, Trailer, Video game, CD, Radio broadcast, Podcast.",
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "orig-year": {
| |
| "label": "Original publication year",
| |
| "description": "Original publication year; displays after the date or year. For clarity, please supply specifics - such as 'First published 1859'.",
| |
| "type": "string"
| |
| },
| |
| "place": {
| |
| "aliases": [
| |
| "location"
| |
| ],
| |
| "label": "Place of publication",
| |
| "description": "Geographical place of publication; generally not wikilinked; omit when the name of the work includes the location.",
| |
| "type": "string"
| |
| },
| |
| "publication-place": {
| |
| "label": "Place of publication (Alternate)",
| |
| "description": "If any one of publication-place, place or location are defined, then the location shows after the title; if publication-place and place or location are defined, then place or location are shown before the title prefixed with \"written at\" and publication-place is shown after the title.",
| |
| "type": "string"
| |
| },
| |
| "edition": {
| |
| "label": "Edition",
| |
| "description": "When the publication has more than one edition; for example: \"2nd\", \"Revised\", and so forth. Appends \" ed.\" after the field.",
| |
| "type": "string"
| |
| },
| |
| "series": {
| |
| "aliases": [
| |
| "version"
| |
| ],
| |
| "label": "Series",
| |
| "description": "When the source is part of a series, such as a book series or a journal where the issue numbering has restarted",
| |
| "type": "string"
| |
| },
| |
| "volume": {
| |
| "label": "Volume",
| |
| "description": "For one publication published in several volumes. Displays after the title and series fields; displays in bold",
| |
| "type": "string"
| |
| },
| |
| "minutes": {
| |
| "label": "In-source location: Minutes",
| |
| "description": "Time the event occurs in the source; followed by \"minutes in\". ",
| |
| "type": "number"
| |
| },
| |
| "time": {
| |
| "label": "In-source location: Time",
| |
| "description": "Time the event occurs in the source; preceded by default text \"Event occurs at time\". ",
| |
| "type": "string"
| |
| },
| |
| "time-caption": {
| |
| "aliases": [
| |
| "timecaption"
| |
| ],
| |
| "label": "In-source location: Time caption",
| |
| "description": "Changes the default text displayed before time",
| |
| "type": "string"
| |
| },
| |
| "page": {
| |
| "label": "In-source location: Page",
| |
| "description": "The number of a single page in the source that supports the content. Use 'pages' instead for a range of pages.",
| |
| "type": "number"
| |
| },
| |
| "at": {
| |
| "label": "In-source location: At",
| |
| "description": "For when other in-soruce locations are inappropriate or insufficient.",
| |
| "type": "string"
| |
| },
| |
| "access-date": {
| |
| "aliases": [
| |
| "accessdate"
| |
| ],
| |
| "label": "URL: Access date",
| |
| "description": "Full date when the contents pointed to by url was last verified to support the text in the article; do not wikilink",
| |
| "type": "date"
| |
| },
| |
| "archive-url": {
| |
| "aliases": [
| |
| "archiveurl"
| |
| ],
| |
| "label": "URL: Archive URL",
| |
| "description": "The URL of an archived copy of a web page, if or in case the url becomes unavailable. ",
| |
| "type": "string"
| |
| },
| |
| "archive-date": {
| |
| "aliases": [
| |
| "archivedate"
| |
| ],
| |
| "label": "URL: Archive date",
| |
| "description": "Date when the original URL was archived; preceded by default text \"archived from the original on\". Use the same format as other access and archive dates in the citations.",
| |
| "type": "date"
| |
| },
| |
| "dead-url": {
| |
| "aliases": [
| |
| "deadurl"
| |
| ],
| |
| "label": "URL: Original is dead",
| |
| "description": "When the URL is still live, but pre-emptively archived, set to No. This changes the display order with the title retaining the original link and the archive linked at the end",
| |
| "type": "string"
| |
| },
| |
| "format": {
| |
| "label": "Format",
| |
| "description": "Format of the work referred to by url; for example: PDF, DOC, or XLS; displayed in parentheses after title. HTML is implied and should not be specified. Does not change the external link icon.",
| |
| "type": "string"
| |
| },
| |
| "ref": {
| |
| "label": "Anchor ID",
| |
| "description": "Generates anchor with the given ID, allowing it to be made the target of wikilinks to full references. The special value 'harv' generates an anchor suitable for the harv template.",
| |
| "type": "string"
| |
| },
| |
| "id": {
| |
| "label": "Identifier",
| |
| "description": "A unique identifier, used where none of the specialized identifiers are applicable",
| |
| "type": "string"
| |
| },
| |
| "arxiv": {
| |
| "label": "Identifier: arXiv",
| |
| "description": "arXiv identifier; for example: arxiv=hep-th/9205027 (before April 2007) or arxiv=0706.0001 (since April 2007). Do not include extraneous file extensions like \".pdf\" or \".html\".",
| |
| "type": "string"
| |
| },
| |
| "asin": {
| |
| "label": "Identifier: ASIN",
| |
| "description": "Amazon Standard Identification Number; if first character of asin value is a digit, use isbn. ",
| |
| "type": "string"
| |
| },
| |
| "bibcode": {
| |
| "label": "Identifier: Bibcode",
| |
| "description": "Bibcode; used by a number of astronomical data systems; for example: 1974AJ.....79..819H",
| |
| "type": "string"
| |
| },
| |
| "doi": {
| |
| "label": "Identifier: DOI",
| |
| "description": "Digital object identifier; for example: 10.1038/news070508-7. It is checked to ensure it begins with 10.",
| |
| "type": "string"
| |
| },
| |
| "isbn": {
| |
| "label": "Identifier: ISBN",
| |
| "description": " International Standard Book Number; for example: 978-0-8126-9593-9. Dashes in the ISBN are optional, but preferred. Use the ISBN actually printed on or in the book. Use the 13-digit ISBN – beginning with 978 or 979 – when it is available.",
| |
| "type": "string"
| |
| },
| |
| "issn": {
| |
| "label": "Identifier: ISSN",
| |
| "description": "International Standard Serial Number; eight characters may be split into two groups of four using a hyphen, but not an en dash or a space.",
| |
| "type": "string"
| |
| },
| |
| "jfm": {
| |
| "label": "Identifier: JFM",
| |
| "description": "Jahrbuch über die Fortschritte der Mathematik",
| |
| "type": "string"
| |
| },
| |
| "jstor": {
| |
| "label": "Identifier: JSTOR",
| |
| "description": "JSTOR abstract; for example: \"3793107\"",
| |
| "type": "number"
| |
| },
| |
| "lccn": {
| |
| "label": "Identifier: LCCN",
| |
| "description": "Library of Congress Control Number. When present, alphabetic prefix characters are to be lower case.",
| |
| "type": "string"
| |
| },
| |
| "mr": {
| |
| "label": "Identifier: Mathematical Reviews",
| |
| "type": "string"
| |
| },
| |
| "oclc": {
| |
| "label": "Identifier: OCLC",
| |
| "description": "Online Computer Library Center",
| |
| "type": "string"
| |
| },
| |
| "ol": {
| |
| "label": "Identifier: Open Library",
| |
| "description": "Open Library identifier; do not include \"OL\" in the value.",
| |
| "type": "number"
| |
| },
| |
| "osti": {
| |
| "label": "Identifier: OSTI",
| |
| "description": "Office of Scientific and Technical Information",
| |
| "type": "string"
| |
| },
| |
| "pmc": {
| |
| "label": "Identifier: PMC",
| |
| "description": "PubMed Central; use article number for full-text free repository of a journal article, e.g. 345678. Do not include \"PMC\" in the value",
| |
| "type": "number"
| |
| },
| |
| "pmid": {
| |
| "label": "Identifier: PMID",
| |
| "description": "PubMed; use unique identifier",
| |
| "type": "number"
| |
| },
| |
| "rfc": {
| |
| "label": "Identifier: RFC",
| |
| "description": "Request for Comments",
| |
| "type": "number"
| |
| },
| |
| "ssrn": {
| |
| "label": "Identifier: SSRN",
| |
| "description": "Social Science Research Network",
| |
| "type": "string"
| |
| },
| |
| "zbl": {
| |
| "label": "Identifier: ZBL",
| |
| "type": "string"
| |
| },
| |
| "quote": {
| |
| "label": "Quote",
| |
| "description": "Relevant text quoted from the source. Displays enclosed in quotes. When supplied, the citation terminator (a period by default) is suppressed, so the quote needs to include terminating punctuation.",
| |
| "type": "string"
| |
| }
| |
| },
| |
| "paramOrder": [
| |
| "url",
| |
| "title",
| |
| "date",
| |
| "last",
| |
| "first",
| |
| "type",
| |
| "language",
| |
| "publisher",
| |
| "year",
| |
| "trans-title",
| |
| "author-link",
| |
| "others",
| |
| "place",
| |
| "orig-year",
| |
| "publication-place",
| |
| "edition",
| |
| "series",
| |
| "volume",
| |
| "minutes",
| |
| "time",
| |
| "time-caption",
| |
| "page",
| |
| "at",
| |
| "access-date",
| |
| "archive-url",
| |
| "archive-date",
| |
| "dead-url",
| |
| "format",
| |
| "ref",
| |
| "id",
| |
| "arxiv",
| |
| "asin",
| |
| "bibcode",
| |
| "doi",
| |
| "isbn",
| |
| "issn",
| |
| "jfm",
| |
| "jstor",
| |
| "lccn",
| |
| "mr",
| |
| "oclc",
| |
| "ol",
| |
| "osti",
| |
| "pmc",
| |
| "pmid",
| |
| "rfc",
| |
| "ssrn",
| |
| "zbl",
| |
| "quote"
| |
| ]
| |
| }
| |
| </templatedata>
| |
| }} | | }} |
| | <noinclude> |
| | {{תיעוד תבנית}} |
| | </noinclude> |