Template:Cite news/doc: Difference between revisions
Richardpruen (talk | contribs) m 1 revision imported: Citation templates |
Richardpruen (talk | contribs) m 1 revision imported: template update |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{pp-template}}</noinclude> | |||
{{Documentation subpage}} | {{Documentation subpage}} | ||
{{High-risk}} | |||
{{cascade-protected template}} | |||
{{csdoc|lua}} | {{csdoc|lua}} | ||
{{csdoc|cs1}} | {{csdoc|cs1}} | ||
{{csdoc|lead|news articles in print, video, audio or web}} | {{csdoc|lead|news articles in print, video, audio or web}} | ||
==Usage== | ==Usage== | ||
Line 9: | Line 11: | ||
{{csdoc|usage common}} | {{csdoc|usage common}} | ||
;To cite a news article with a credited author | ;To cite a news article with a credited author | ||
< | <syntaxhighlight lang="wikitext" inline>{{cite news |last= |first= |date= |title= |url= |work= |location= |access-date=}}</syntaxhighlight> | ||
;To cite a news article with no credited author | ;To cite a news article with no credited author | ||
< | <syntaxhighlight lang="wikitext" inline>{{cite news |author=<!--not stated--> |date= |title= |url= |work= |location= |access-date=}}</syntaxhighlight> | ||
;To cite an online news article that has been archived | ;To cite an online news article that has been archived | ||
< | <syntaxhighlight lang="wikitext" inline>{{cite news |last= |first= |date= |title= |url= |url-status= |work= |location= |archive-url= |archive-date= |access-date=}}</syntaxhighlight> | ||
;To cite a news article written in a foreign language | ;To cite a news article written in a foreign language | ||
< | <syntaxhighlight lang="wikitext" inline>{{cite news |last= |first= |date= |title= |trans-title= |url= |language= |work= |location= |access-date=}}</syntaxhighlight> | ||
;To cite and quote an archived news article clipped with an information aggregation service requiring a subscription | ;To cite and quote an archived news article clipped with an information aggregation service requiring a subscription | ||
< | <syntaxhighlight lang="wikitext" inline>{{cite news |last1= |first1= |last2= |first2= |date= |title= |trans-title= |url= |url-status= |language= |work= |location= |archive-url= |archive-date= |access-date= |via= |quote=}}</syntaxhighlight> | ||
{{end}} | {{end}} | ||
{{csdoc|usage full}} | {{csdoc|usage full}} | ||
:< | :<syntaxhighlight lang="wikitext" inline>{{cite news |last1= |first1= |author-link1= |last2= |first2= |author-link2= |last3= |first3= |author-link3= |last4= |first4= |author-link4= |last5= |first5= |author-link5= |display-authors= |author-mask= |name-list-style= |date= |year= |orig-date= |title= |script-title= |trans-title= |url= |url-status= |format= |editor1-last= |editor1-first= |editor1-link= |editor2-last= |editor2-first= |editor2-link= |editor3-last= |editor3-first= |editor3-link= |editor4-last= |editor4-first= |editor4-link= |editor5-last= |editor5-first= |editor5-link= |display-editors= |department= |work= |type= |series= |language= |volume= |issue= |others= |edition= |location= |publisher= |publication-date= |agency= |page= |pages= |at= |no-pp= |arxiv= |asin= |bibcode= |doi= |doi-broken-date= |isbn= |issn= |jfm= |jstor= |lccn= |mr= |oclc= |ol= |osti= |pmc= |pmid= |rfc= |ssrn= |zbl= |id= |archive-url= |archive-date= |access-date= |via= |url-access= |quote= |trans-quote= |postscript= |ref=}}</syntaxhighlight> | ||
{{end}} | {{end}} | ||
{{csdoc|usage vertical common}} | {{csdoc|usage vertical common}} | ||
;To cite a news article with a credited author | ;To cite a news article with a credited author | ||
< | <syntaxhighlight lang="wikitext" style="margin:0px; border:none;"> | ||
{{cite news | {{cite news | ||
| last = | | last = | ||
Line 40: | Line 42: | ||
| access-date = | | access-date = | ||
}} | }} | ||
</ | </syntaxhighlight> | ||
;To cite a news article with no credited author | ;To cite a news article with no credited author | ||
< | <syntaxhighlight lang="wikitext" style="margin:0px; border:none;"> | ||
{{cite news | {{cite news | ||
| author =<!-- | | author =<!--not stated--> | ||
| title = | | title = | ||
| url = | | url = | ||
Line 52: | Line 54: | ||
| access-date = | | access-date = | ||
}} | }} | ||
</ | </syntaxhighlight> | ||
;To cite an online news article that has been archived | ;To cite an online news article that has been archived | ||
< | <syntaxhighlight lang="wikitext" style="margin:0px; border:none;"> | ||
{{cite news | {{cite news | ||
| last = | | last = | ||
Line 68: | Line 70: | ||
| access-date = | | access-date = | ||
}} | }} | ||
</ | </syntaxhighlight> | ||
;To cite a news article written in a foreign language | ;To cite a news article written in a foreign language | ||
< | <syntaxhighlight lang="wikitext" style="margin:0px; border:none;"> | ||
{{cite news | {{cite news | ||
| last = | | last = | ||
Line 83: | Line 85: | ||
| access-date = | | access-date = | ||
}} | }} | ||
</ | </syntaxhighlight> | ||
;To cite and quote a clipped and archived news article on an information aggregation service requiring a subscription | ;To cite and quote a clipped and archived news article on an information aggregation service requiring a subscription | ||
< | <syntaxhighlight lang="wikitext" style="margin:0px; border:none;"> | ||
{{cite news | {{cite news | ||
| last1 = | | last1 = | ||
Line 107: | Line 109: | ||
| quote = | | quote = | ||
}} | }} | ||
</ | </syntaxhighlight> | ||
{{end}} | {{end}} | ||
Line 133: | Line 135: | ||
| date = | | date = | ||
| year = | | year = | ||
| orig- | | orig-date = | ||
| title = | | title = | ||
| script-title = | | script-title = | ||
Line 197: | Line 199: | ||
| access-date = | | access-date = | ||
| via = | | via = | ||
| quote = | | quote = | ||
| postscript = | | postscript = | ||
Line 405: | Line 404: | ||
===Choosing between {{tlf|Cite web}} and {{tlf|Cite news}}=== | ===Choosing between {{tlf|Cite web}} and {{tlf|Cite news}}=== | ||
{{anchor|Consistency}} | {{anchor|Consistency}} | ||
Previously, editors had to decide whether to use {{tl|Cite web}} or {{tlf|Cite news}} based on these templates' features. In 2014, however, ''most of'' the differences between the two templates were eliminated. | |||
As of {{diff|Module:Citation/CS1|732205428|723907342|29 July 2016}}, {{tlf|Cite web}} and {{tlf|Cite news}} have the following differences: | As of {{diff|Module:Citation/CS1|732205428|723907342|29 July 2016}}, {{tlf|Cite web}} and {{tlf|Cite news}} have the following differences: | ||
Line 417: | Line 416: | ||
--> | --> | ||
{| | {| | ||
| '''Cite web''': || {{cite web |url=http://blog.chron.com/techblog/2011/07/microsoft-envisions-a-universal-os-but-it-might-not-be-called-windows/ |title=Microsoft envisions a universal OS, but it might not be called Windows |last=Silverman |first=Dwight |date=July 15, 2011 |work=Houston Chronicle |publisher=Hearst Corporation |access-date=May 26, 2015}} | | '''Cite web''': || {{cite web |url=http://blog.chron.com/techblog/2011/07/microsoft-envisions-a-universal-os-but-it-might-not-be-called-windows/ |title=Microsoft envisions a universal OS, but it might not be called Windows |last=Silverman |first=Dwight |date=July 15, 2011 |work=Houston Chronicle |publisher=Hearst Corporation |access-date=May 26, 2015|ref=none}} | ||
|- | |- | ||
| '''Cite news''': || {{cite news |url=http://blog.chron.com/techblog/2011/07/microsoft-envisions-a-universal-os-but-it-might-not-be-called-windows/ |title=Microsoft envisions a universal OS, but it might not be called Windows |last=Silverman |first=Dwight |date=July 15, 2011 |work=Houston Chronicle|publisher=Hearst Corporation |access-date=May 26, 2015}} | | '''Cite news''': || {{cite news |url=http://blog.chron.com/techblog/2011/07/microsoft-envisions-a-universal-os-but-it-might-not-be-called-windows/ |title=Microsoft envisions a universal OS, but it might not be called Windows |last=Silverman |first=Dwight |date=July 15, 2011 |work=Houston Chronicle |publisher=Hearst Corporation |access-date=May 26, 2015|ref=none}} | ||
|} | |} | ||
==Examples== | ==Examples== | ||
;A news article with a credited author | ; A news article with a credited author | ||
:<code><nowiki>{{cite news |last=Wolford |first=Ben |date=2013-10-16 |title=Citrus Canker Lawsuit Headed Back to Trial |url=http://www.sun-sentinel.com/news/palm-beach/fl-citrus-canker-ruling-20131016,0,7602285.story |work=South Florida Sun-Sentinel |access-date=2013-10-17}}</nowiki></code> | : <code><nowiki>{{cite news |last=Wolford |first=Ben |date=2013-10-16 |title=Citrus Canker Lawsuit Headed Back to Trial |url=http://www.sun-sentinel.com/news/palm-beach/fl-citrus-canker-ruling-20131016,0,7602285.story |work=South Florida Sun-Sentinel |access-date=2013-10-17|ref=none}}</nowiki></code> | ||
:Displays as: | : Displays as: | ||
* {{cite news |last=Wolford |first=Ben |date=2013-10-16 |title=Citrus Canker Lawsuit Headed Back to Trial |url=http://www.sun-sentinel.com/news/palm-beach/fl-citrus-canker-ruling-20131016,0,7602285.story |work=South Florida Sun-Sentinel |access-date=2013-10-17}} | * {{cite news |last=Wolford |first=Ben |date=2013-10-16 |title=Citrus Canker Lawsuit Headed Back to Trial |url=http://www.sun-sentinel.com/news/palm-beach/fl-citrus-canker-ruling-20131016,0,7602285.story |work=South Florida Sun-Sentinel |access-date=2013-10-17|ref=none}} | ||
;A news article released by a news agency and having no credited author | ; A news article released by a news agency and having no credited author | ||
:<code><nowiki>{{cite news |author=<!-- | : <code><nowiki>{{cite news |author=<!--not stated--> |title=Bellingham Police Arrest WWU Student in Melee |url=http://blogs.seattletimes.com/today/2013/10/bellingham-police-arrest-wwu-student-in-melee/ |work=The Seattle Times |agency=Associated Press |date=2013-10-17 |access-date=2013-10-17|ref=none}}</nowiki></code> | ||
:Displays as: | : Displays as: | ||
* {{cite news |author=<!-- | * {{cite news |author=<!--not stated--> |title=Bellingham Police Arrest WWU Student in Melee |url=http://blogs.seattletimes.com/today/2013/10/bellingham-police-arrest-wwu-student-in-melee/ |work=The Seattle Times |agency=Associated Press |date=2013-10-17 |access-date=2013-10-17|ref=none}} | ||
;A news article that has been archived | ; A news article that has been archived | ||
:<code><nowiki>{{cite news |last=Pank |first=Philip |date=2013-10-18 |title=Families Accuse Network Rail of Cover-Up |url=http://www.thetimes.co.uk/tto/business/industries/transport/article3897709.ece |url-status=dead |work=The Times |location=London |archive-url=https://www. | : <code><nowiki>{{cite news |last=Pank |first=Philip |date=2013-10-18 |title=Families Accuse Network Rail of Cover-Up |url=http://www.thetimes.co.uk/tto/business/industries/transport/article3897709.ece |url-status=dead |work=The Times |location=London |archive-url=https://web.archive.org/web/20140118173559/http://www.thetimes.co.uk/tto/business/industries/transport/article3897709.ece |archive-date=2014-01-18 |access-date=2013-10-18|ref=none}}</nowiki></code> | ||
:Displays as: | : Displays as: | ||
* {{cite news |last=Pank |first=Philip |date=2013-10-18 |title=Families Accuse Network Rail of Cover-Up |url=http://www.thetimes.co.uk/tto/business/industries/transport/article3897709.ece |url-status=dead |work=The Times |location=London |archive-url=https://www. | * {{cite news |last=Pank |first=Philip |date=2013-10-18 |title=Families Accuse Network Rail of Cover-Up |url=http://www.thetimes.co.uk/tto/business/industries/transport/article3897709.ece |url-status=dead |work=The Times |location=London |archive-url=https://web.archive.org/web/20140118173559/http://www.thetimes.co.uk/tto/business/industries/transport/article3897709.ece |archive-date=2014-01-18 |access-date=2013-10-18|ref=none}} | ||
;A news article written in a foreign language | ; A news article written in a foreign language | ||
:<code><nowiki>{{cite news |last=Bourmaud |first=François-Xavier |date=2013-10-17 |title=Hollande dans le bourbier de l'affaire Leonarda |trans-title=Hollande in the quagmire of the Leonarda case |url=http://www.lefigaro.fr/politique/2013/10/17/01002-20131017ARTFIG00575-hollande-dans-le-bourbier-de-l-affaire-leonarda.php |language=French |work=Le Figaro |location=Paris |access-date=2013-10-17}}</nowiki></code> | : <code><nowiki>{{cite news |last=Bourmaud |first=François-Xavier |date=2013-10-17 |title=Hollande dans le bourbier de l'affaire Leonarda |trans-title=Hollande in the quagmire of the Leonarda case |url=http://www.lefigaro.fr/politique/2013/10/17/01002-20131017ARTFIG00575-hollande-dans-le-bourbier-de-l-affaire-leonarda.php |language=French |work=Le Figaro |location=Paris |access-date=2013-10-17|ref=none}}</nowiki></code> | ||
:Displays as: | : Displays as: | ||
* {{cite news |last=Bourmaud |first=François-Xavier |date=2013-10-17 |title=Hollande dans le Bourbier de L'affaire Leonarda |trans-title=Holland in the Quagmire of the Leonarda Case |url=http://www.lefigaro.fr/politique/2013/10/17/01002-20131017ARTFIG00575-hollande-dans-le-bourbier-de-l-affaire-leonarda.php |language=French |work=Le Figaro |location=Paris |access-date=2013-10-17}} | * {{cite news |last=Bourmaud |first=François-Xavier |date=2013-10-17 |title=Hollande dans le Bourbier de L'affaire Leonarda |trans-title=Holland in the Quagmire of the Leonarda Case |url=http://www.lefigaro.fr/politique/2013/10/17/01002-20131017ARTFIG00575-hollande-dans-le-bourbier-de-l-affaire-leonarda.php |language=French |work=Le Figaro |location=Paris |access-date=2013-10-17|ref=none}} | ||
;A clipped and archived news article that you quote, found on an information aggregation service requiring a subscription | ; A clipped and archived news article that you quote, found on an information aggregation service requiring a subscription | ||
:<code><nowiki>{{cite news |url=https://www.newspapers.com/clip/30201172/daily_news/ |title=Czechs honor Yuri |date=30 April 1961 |newspaper=Daily News|access-date=2 April 2019|archive-url=https://web.archive.org/web/20190402233429/https://www.newspapers.com/clip/30201172/daily_news/|archive-date=2 April 2019|url-status=live |agency=Reuters |location=New York |page=35 |via=Newspapers.com |quote=Czech President [[Antonin Novotny]] today made visiting Soviet spaceman Yuri Gagarin a | : <code><nowiki>{{cite news |url=https://www.newspapers.com/clip/30201172/daily_news/ |title=Czechs honor Yuri |date=30 April 1961 |newspaper=Daily News|access-date=2 April 2019|archive-url=https://web.archive.org/web/20190402233429/https://www.newspapers.com/clip/30201172/daily_news/|archive-date=2 April 2019|url-status=live |agency=Reuters |location=New York |page=35 |via=Newspapers.com |quote=Czech President [[Antonin Novotny]] today made visiting Soviet spaceman Yuri Gagarin a 'Hero of Socialist Labor'.|ref=none}}</nowiki></code> | ||
:Displays as: | : Displays as: | ||
* {{cite news |url=https://www.newspapers.com/clip/30201172/daily_news/ |title=Czechs honor Yuri |date=30 April 1961 |newspaper=Daily News|access-date=2 April 2019|archive-url=https://web.archive.org/web/20190402233429/https://www.newspapers.com/clip/30201172/daily_news/|archive-date=2 April 2019|url-status=live |agency=Reuters |location=New York |page=35 |via=Newspapers.com |quote=Czech President [[Antonin Novotny]] today made visiting Soviet spaceman Yuri Gagarin a | * {{cite news |url=https://www.newspapers.com/clip/30201172/daily_news/ |title=Czechs honor Yuri |date=30 April 1961 |newspaper=Daily News|access-date=2 April 2019|archive-url=https://web.archive.org/web/20190402233429/https://www.newspapers.com/clip/30201172/daily_news/|archive-date=2 April 2019|url-status=live |agency=Reuters |location=New York |page=35 |via=Newspapers.com |quote=Czech President [[Antonin Novotny]] today made visiting Soviet spaceman Yuri Gagarin a 'Hero of Socialist Labor'.|ref=none}} | ||
==Parameters== | ==Parameters== | ||
Line 471: | Line 470: | ||
{{csdoc|language}} | {{csdoc|language}} | ||
====Periodical==== | ====Periodical (work, newspaper, website)==== | ||
{{csdoc|journal|department=yes}} | {{csdoc|journal|department=yes}} | ||
====Publisher==== | ====Publisher==== | ||
{{csdoc|publisher}} | {{csdoc|publisher}} | ||
{{csdoc|agency}} | {{csdoc|agency}} | ||
====Date==== | |||
{{csdoc|date}} | |||
====Edition, volume==== | ====Edition, volume==== | ||
Line 492: | Line 491: | ||
====Anchor==== | ====Anchor==== | ||
{{distinguish|#Identifiers}} | |||
{{csdoc|ref}} | {{csdoc|ref}} | ||
====Identifiers==== | ====Identifiers==== | ||
{{distinguish|#Anchor}} | |||
{{csdoc|id1}} | {{csdoc|id1}} | ||
{{csdoc|id2}} | {{csdoc|id2}} | ||
Line 503: | Line 504: | ||
====Editors==== | ====Editors==== | ||
{{csdoc|editor}} | {{csdoc|editor}} | ||
====Display options==== | ====Display options==== | ||
Line 522: | Line 520: | ||
"url": { | "url": { | ||
"label": "URL", | "label": "URL", | ||
"description": "The URL of the online location where the text of the publication can be found. Requires schemes of the type \"http://...\" or maybe even | "description": "The URL of the online location where the text of the publication can be found. Requires schemes of the type \"http://...\" or maybe even the protocol relative scheme \"//...\"", | ||
"type": " | "type": "url", | ||
"suggested": true, | "suggested": true, | ||
"aliases": [ | "aliases": [ | ||
Line 542: | Line 540: | ||
"last1", | "last1", | ||
"author", | "author", | ||
"author1 | "author1" | ||
], | ], | ||
"suggested": true | "suggested": true, | ||
"type": "line" | |||
}, | }, | ||
"first": { | "first": { | ||
Line 553: | Line 551: | ||
"first1" | "first1" | ||
], | ], | ||
"suggested": true | "suggested": true, | ||
"type": "line" | |||
}, | }, | ||
"date": { | "date": { | ||
"label": "Source date", | "label": "Source date", | ||
"description": "Full date of the source; do not wikilink", | "description": "Full date of the source; do not wikilink", | ||
"type": " | "type": "date", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
Line 625: | Line 624: | ||
"issue": { | "issue": { | ||
"label": "Issue", | "label": "Issue", | ||
"description": "Issue identifier when the source is part of a series that is published periodically", | "description": "Issue identifier when the source is part of a series that is published periodically. Usually a number. Do not prepend with no. ", | ||
"type": " | "type": "line", | ||
"aliases": [ | "aliases": [ | ||
"number" | "number" | ||
] | ], | ||
"example": "4" | |||
}, | }, | ||
"department": { | "department": { | ||
Line 652: | Line 652: | ||
"label": "Publication date", | "label": "Publication date", | ||
"description": "Date of publication when different from the date the work was written; do not wikilink", | "description": "Date of publication when different from the date the work was written; do not wikilink", | ||
"type": " | "type": "date", | ||
"autovalue": "" | |||
}, | }, | ||
"agency": { | "agency": { | ||
Line 666: | Line 667: | ||
"volume": { | "volume": { | ||
"label": "Volume", | "label": "Volume", | ||
"description": "For one publication published in several volumes", | "description": "For one publication published in several volumes. Usually a number. Do not prepend with vol. or v. ", | ||
"type": "string" | "type": "string", | ||
"example": "3" | |||
}, | }, | ||
"page": { | "page": { | ||
Line 676: | Line 678: | ||
"pages": { | "pages": { | ||
"label": "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.'", | "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", | "type": "string", | ||
"example": "2–3" | "example": "2–3", | ||
"suggested": true | |||
}, | }, | ||
"no-pp": { | "no-pp": { | ||
"label": "No pp", | "label": "No pp", | ||
"description": "Set to 'y' to suppress the 'p.' or 'pp.' display with 'page' or 'pages' when inappropriate (such as 'Front cover')", | "description": "Set to 'y' to suppress the 'p.' or 'pp.' display with 'page' or 'pages' when inappropriate (such as 'Front cover')", | ||
"type": " | "type": "boolean", | ||
"autovalue": "y" | |||
}, | }, | ||
"at": { | "at": { | ||
Line 692: | Line 696: | ||
"language": { | "language": { | ||
"label": "Language", | "label": "Language", | ||
"description": "The language in which the source is written, if not English; use the full language name | "description": "The language in which the source is written, if not English; use a two-letter language code (use ISO 639-1) or the full language name. Do not use icons or templates.", | ||
"type": "string" | "type": "string", | ||
"example": "Spanish" | |||
}, | }, | ||
"script-title": { | "script-title": { | ||
Line 743: | Line 748: | ||
"label": "DOI broken date", | "label": "DOI broken date", | ||
"description": "The date that the DOI was determined to be broken", | "description": "The date that the DOI was determined to be broken", | ||
"type": " | "type": "date" | ||
}, | }, | ||
"isbn": { | "isbn": { | ||
Line 829: | Line 834: | ||
"label": "Quote", | "label": "Quote", | ||
"description": "Relevant text quoted from the source; displays last, enclosed in quotes; needs to include terminating punctuation", | "description": "Relevant text quoted from the source; displays last, enclosed in quotes; needs to include terminating punctuation", | ||
"type": "string" | |||
}, | |||
"trans-quote": { | |||
"label": "Translated quote", | |||
"description": "English translation of the quotation if the source quoted is in a foreign language. Displays in square brackets.", | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 910: | Line 920: | ||
"last9": { | "last9": { | ||
"label": "Last name 9", | "label": "Last name 9", | ||
"description": "The surname of the ninth author; don't wikilink, use 'author-link9' | "description": "The surname of the ninth author; don't wikilink, use 'author-link9'.", | ||
"aliases": [ | "aliases": [ | ||
"author9" | "author9" | ||
Line 940: | Line 950: | ||
"author-link2": { | "author-link2": { | ||
"label": "Author link 2", | "label": "Author link 2", | ||
"description": "Title of existing Wikipedia article about the second author. | "description": "Title of existing Wikipedia article about the second author.", | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"aliases": [ | "aliases": [ | ||
Line 949: | Line 959: | ||
"label": "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 'archive-date'", | "description": "The URL of an archived copy of a web page, if or in case the URL becomes unavailable; requires 'archive-date'", | ||
"type": " | "type": "url", | ||
"suggested": true, | |||
"aliases": [ | |||
"archiveurl" | |||
] | |||
}, | }, | ||
"archive-date": { | "archive-date": { | ||
"label": "Archive date", | "label": "Archive date", | ||
"description": "Date when the original URL was archived; do not wikilink", | "description": "Date when the original URL was archived; do not wikilink", | ||
"type": "string | "type": "string", | ||
"suggested": true, | |||
"aliases": [ | |||
"archivedate" | |||
" | ] | ||
" | |||
}, | }, | ||
"author-link3": { | "author-link3": { | ||
Line 1,035: | Line 1,038: | ||
"label": "URL access date", | "label": "URL access date", | ||
"description": "The full date when the original URL was accessed; do not wikilink", | "description": "The full date when the original URL was accessed; do not wikilink", | ||
"type": " | "type": "date", | ||
"suggested": true | "suggested": true, | ||
"aliases": [ | |||
"accessdate" | |||
] | |||
}, | }, | ||
"orig- | "orig-date": { | ||
"label": "Original | "label": "Original date", | ||
"description": "Original | "description": "Original date of publication; provide specifics", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"via": { | "via": { | ||
"label": " | "label": "Via", | ||
"description": "Identify the aggregator of the resource that provided the digital version (usually a database provider), when it differs from the publisher (e.g., for The Wikipedia Library)", | "description": "Identify the aggregator of the resource that provided the digital version (usually a database provider), when it differs from the publisher (e.g., for The Wikipedia Library)", | ||
"example": "EBSCOHost , Proquest, Newspapers.com", | "example": "[[EBSCOHost]], [[Proquest]], [[Newspapers.com]]", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 1,052: | Line 1,058: | ||
"label": "URL access level", | "label": "URL access level", | ||
"description": "Classification of the access restrictions on the URL ('registration', 'subscription' or 'limited')", | "description": "Classification of the access restrictions on the URL ('registration', 'subscription' or 'limited')", | ||
"type": "string" | "type": "string", | ||
"suggestedvalues": [ | |||
"registration", | |||
"subscription", | |||
"limited" | |||
] | |||
}, | }, | ||
"bibcode-access": { | "bibcode-access": { | ||
"label": "Bibcode access level", | "label": "Bibcode access level", | ||
"description": "If the full text is available from ADS via this Bibcode, type 'free'.", | "description": "If the full text is available from ADS via this Bibcode, type 'free'.", | ||
"type": "string" | "type": "string", | ||
"suggestedvalues": [ | |||
"free" | |||
] | |||
}, | }, | ||
"doi-access": { | "doi-access": { | ||
"label": "DOI access level", | "label": "DOI access level", | ||
"description": "If the full text is free to read via the DOI, type 'free'.", | "description": "If the full text is free to read via the DOI, type 'free'.", | ||
"type": "string" | "type": "string", | ||
"suggestedvalues": [ | |||
"free" | |||
] | |||
}, | }, | ||
"hdl-access": { | "hdl-access": { | ||
"label": "HDL access level", | "label": "HDL access level", | ||
"description": "If the full text is free to read via the HDL, type 'free'.", | "description": "If the full text is free to read via the HDL, type 'free'.", | ||
"type": "string" | "type": "string", | ||
"suggestedvalues": [ | |||
"free" | |||
] | |||
}, | }, | ||
"jstor-access": { | "jstor-access": { | ||
"label": "Jstor access level", | "label": "Jstor access level", | ||
"description": "If the full text is free to read on Jstor, type 'free'.", | "description": "If the full text is free to read on Jstor, type 'free'.", | ||
"type": "string" | "type": "string", | ||
"suggestedvalues": [ | |||
"free" | |||
] | |||
}, | }, | ||
"ol-access": { | "ol-access": { | ||
"label": "OpenLibrary access level", | "label": "OpenLibrary access level", | ||
"description": "If the full text is free to read on OpenLibrary, type 'free'.", | "description": "If the full text is free to read on OpenLibrary, type 'free'.", | ||
"type": "string" | "type": "string", | ||
"suggestedvalues": [ | |||
"free" | |||
] | |||
}, | }, | ||
"osti-access": { | "osti-access": { | ||
"label": "OSTI access level", | "label": "OSTI access level", | ||
"description": "If the full text is free to read on OSTI, type 'free'.", | "description": "If the full text is free to read on OSTI, type 'free'.", | ||
"type": "string" | "type": "string", | ||
"suggestedvalues": [ | |||
"free" | |||
] | |||
}, | }, | ||
"url-status": { | "url-status": { | ||
"label": "URL status", | "label": "URL status", | ||
"description": "If set to 'live', the title display is adjusted; useful for when the URL is archived preemptively but still live. Set to | "description": "If set to 'live', the title display is adjusted; useful for when the URL is archived preemptively but still live. Set to 'dead' if the original URL is broken. If the original URL is 'live' but no longer supports the article text, set to 'deviated'. Set to 'unfit' or 'usurped' if the original URL is no longer suitable (spam, advertising, etc.) which will make the original link not appear at all.", | ||
"example": "'dead' or 'live'", | "example": "'dead' or 'live'", | ||
"default": "'dead' if an Archive URL is entered", | "default": "'dead' if an Archive URL is entered", | ||
"type": "string", | "type": "string", | ||
"suggested": true, | |||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"dead", | "dead", | ||
"live", | "live", | ||
"usurped", | "usurped", | ||
"unfit" | "unfit", | ||
"deviated" | |||
] | ] | ||
}, | }, | ||
Line 1,188: | Line 1,219: | ||
} | } | ||
}, | }, | ||
"format": " | "format": "{{_ |_=_}}", | ||
"paramOrder": [ | "paramOrder": [ | ||
"last", | "last", | ||
Line 1,217: | Line 1,248: | ||
"first9", | "first9", | ||
"author-link9", | "author-link9", | ||
"author-mask", | |||
"display-authors", | "display-authors", | ||
"name-list-style", | "name-list-style", | ||
"date", | "date", | ||
"year", | "year", | ||
"orig- | "orig-date", | ||
"editor-last", | |||
"editor-first", | |||
"editor-link", | |||
"others", | |||
"title", | "title", | ||
"script-title", | "script-title", | ||
"trans-title", | "trans-title", | ||
" | "url", | ||
" | "url-access", | ||
"url-status", | |||
"archive-url", | |||
"archive-date", | |||
"access-date", | |||
"work", | |||
"department", | |||
"publisher", | |||
"location", | |||
"page", | "page", | ||
"pages", | "pages", | ||
"at", | "at", | ||
" | "language", | ||
" | "type", | ||
" | "format", | ||
" | "edition", | ||
"publication-place", | "publication-place", | ||
"publication-date", | "publication-date", | ||
" | "via", | ||
"volume", | |||
"issue", | |||
"no-pp", | |||
" | |||
" | |||
" | |||
"arxiv", | "arxiv", | ||
"asin", | "asin", | ||
Line 1,275: | Line 1,306: | ||
"id", | "id", | ||
"quote", | "quote", | ||
"trans-quote", | |||
"ref", | "ref", | ||
"postscript", | "postscript", | ||
"bibcode-access", | "bibcode-access", | ||
"doi-access", | "doi-access", | ||
Line 1,286: | Line 1,314: | ||
"jstor-access", | "jstor-access", | ||
"ol-access", | "ol-access", | ||
"osti-access" | "osti-access", | ||
"agency" | |||
] | ] | ||
} | } |