Template:Cite journal/doc: Difference between revisions
imported>Edward-Woodrow added s2cid (semantic scholar corpus ID) parameter to TemplateData so that it can be added in the VisualEditor. |
|||
(5 intermediate revisions by 3 users not shown) | |||
Line 11: | Line 11: | ||
; To cite a professional or scientific journal | ; To cite a professional or scientific journal | ||
: < | : <syntaxhighlight lang="text" inline>{{cite journal |last1= |first1= |last2= |first2= |date= |title= |url= |journal= |volume= |issue= |pages= |doi= |access-date=}}</syntaxhighlight> | ||
; [[Vancouver system]] author style for a scientific journal | ; [[Vancouver system]] author style for a scientific journal | ||
: < | : <syntaxhighlight lang="text" inline>{{cite journal |vauthors= |date= |title= |url= |journal= |volume= |issue= |pages= |doi= |pmc= |pmid= |access-date=}}</syntaxhighlight> | ||
: or | : or | ||
: < | : <syntaxhighlight lang="text" inline>{{cite journal |last1= |first1= |last2= |first2= |date= |title= |url= |journal= |volume= |issue= |pages= |doi= |pmc= |pmid= |access-date= |name-list-style=vanc}}</syntaxhighlight> | ||
; To cite a journal article with no credited author | ; To cite a journal article with no credited author | ||
: < | : <syntaxhighlight lang="html" inline>{{cite journal |author=<!--Staff writer(s); no by-line.--> |date= |title= |url= |journal= |volume= |issue= |pages= |doi= |access-date=}}</syntaxhighlight> | ||
;To cite an online article that has been archived | ;To cite an online article that has been archived | ||
:< | :<syntaxhighlight lang="text" inline>{{cite journal |last= |first= |date= |title= |url= |journal= |volume= |issue= |pages= |doi= |access-date= |url-status= |archive-url= |archive-date=}}</syntaxhighlight> | ||
;To cite an article written in a foreign language | ;To cite an article written in a foreign language | ||
:< | :<syntaxhighlight lang="text" inline>{{cite journal |last= |first= |date= |title= |trans-title= |url= |language= |journal= |volume= |issue= |pages= |doi= |access-date=}}</syntaxhighlight> | ||
;To cite and quote an archived, two-author, foreign language journal article re-published as a PDF on an information aggregation service requiring a subscription | ;To cite and quote an archived, two-author, foreign language journal article re-published as a PDF on an information aggregation service requiring a subscription | ||
:< | :<syntaxhighlight lang="text" inline>{{cite journal |last1= |first1= |last2= |first2= |date= |title= |trans-title= |url= |format= |language= |journal= |volume= |issue= |pages= |doi= |via= |url-access= |access-date= |url-status= |archive-url= |archive-date= |quote=}}</syntaxhighlight> | ||
{{end}} | {{end}} | ||
{{anchor|full horizontal}}{{csdoc|usage full}} | {{anchor|full horizontal}}{{csdoc|usage full}} | ||
:< | :<syntaxhighlight lang="text" inline>{{cite journal |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= |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= |others= |title= |script-title= |trans-title= |url= |format= |department= |journal= |type= |series= |language= |edition= |location= |publisher= |publication-place= |publication-date= |volume= |issue= |page= |pages= |at= |no-pp= |arxiv= |asin= |bibcode= |bibcode-access= |biorxiv= |citeseerx= |doi= |doi-access= |doi-broken-date= |isbn= |issn= |jfm= |jstor= |jstor-access= |lccn= |mr= |oclc= |ol= |ol-access= |osti= |osti-access= |pmc= |pmid= |rfc= |ssrn= |zbl= |id= |via= |url-access= |access-date= |url-status= |archive-url= |archive-date= |quote= |postscript= |ref=}}</syntaxhighlight> | ||
{{end}} | {{end}} | ||
{{csdoc|usage vertical common}} | {{csdoc|usage vertical common}} | ||
'''To cite a professional or scientific journal''' | |||
<pre style="margin:0px; border:none;"> | <pre style="margin:0px; border:none;"> | ||
{{cite journal | {{cite journal | ||
Line 49: | Line 49: | ||
</pre> | </pre> | ||
'''[[Vancouver system]] author style for a scientific journal''' | |||
<pre style="margin:0px; border:none;"> | <pre style="margin:0px; border:none;"> | ||
{{cite journal | {{cite journal | ||
Line 66: | Line 66: | ||
}} | }} | ||
</pre> | </pre> | ||
or | or | ||
<pre style="margin:0px; border:none;"> | <pre style="margin:0px; border:none;"> | ||
Line 89: | Line 88: | ||
</pre> | </pre> | ||
'''To cite a journal article with no credited author''' | |||
< | <syntaxhighlight lang="html" style="margin:0px; border:none;" highlight="2"> | ||
{{cite journal | {{cite journal | ||
| author = <!--Staff writer(s); no by-line.--> | | author = <!--Staff writer(s); no by-line.--> | ||
Line 103: | Line 102: | ||
| access-date = | | access-date = | ||
}} | }} | ||
</ | </syntaxhighlight > | ||
'''To cite an online article that has been archived''' | |||
<pre style="margin:0px; border:none;"> | <pre style="margin:0px; border:none;"> | ||
{{cite journal | {{cite journal | ||
Line 113: | Line 112: | ||
| title = | | title = | ||
| url = | | url = | ||
| journal = | | journal = | ||
| volume = | | volume = | ||
Line 119: | Line 117: | ||
| pages = | | pages = | ||
| doi = | | doi = | ||
| access-date = | |||
| url-status = | |||
| archive-url = | | archive-url = | ||
| archive-date= | | archive-date= | ||
}} | }} | ||
</pre> | </pre> | ||
'''To cite a journal article written in a foreign language''' | |||
<pre style="margin:0px; border:none;"> | <pre style="margin:0px; border:none;"> | ||
{{cite journal | {{cite journal | ||
Line 144: | Line 143: | ||
</pre> | </pre> | ||
'''To cite and quote an archived, two-author, foreign language journal article re-published as a PDF on an information aggregation service requiring a subscription''' | |||
<pre style="margin:0px; border:none;"> | <pre style="margin:0px; border:none;"> | ||
{{cite journal | {{cite journal | ||
Line 155: | Line 154: | ||
| trans-title = | | trans-title = | ||
| url = | | url = | ||
| format = | | format = | ||
| language = | | language = | ||
Line 163: | Line 161: | ||
| pages = | | pages = | ||
| doi = | | doi = | ||
| via = | |||
| url-access = | |||
| access-date = | |||
| url-status = | |||
| archive-url = | | archive-url = | ||
| archive-date = | | archive-date = | ||
| quote = | | quote = | ||
}} | }} | ||
Line 192: | Line 191: | ||
| display-authors = | | display-authors = | ||
| author-mask = | | author-mask = | ||
| name-list-style = | | name-list-style = | ||
| date = | | date = | ||
| year = | | year = | ||
| orig- | | orig-date = | ||
| editor1-last = | | editor1-last = | ||
| editor1-first = | | editor1-first = | ||
Line 218: | Line 216: | ||
| trans-title = | | trans-title = | ||
| url = | | url = | ||
| format = | | format = | ||
| department = | | department = | ||
| journal = | | journal = | ||
Line 236: | Line 232: | ||
| pages = | | pages = | ||
| at = | | at = | ||
| | | no-pp = | ||
| arxiv = | | arxiv = | ||
| asin = | | asin = | ||
Line 263: | Line 259: | ||
| zbl = | | zbl = | ||
| id = | | id = | ||
| via = | | via = | ||
| quote = | | quote = | ||
| postscript = | | postscript = | ||
| ref = | | ref = | ||
| url-access = | |||
| access-date = | |||
| url-status = | |||
| archive-url = | |||
| archive-date = | |||
}} | }} | ||
</pre> | </pre> | ||
Line 302: | Line 295: | ||
| | ||
| | ||
| editor1-last | ||
| | ||
editor1-last | editor1-last | ||
Line 323: | Line 314: | ||
| | ||
title or script-title | title or script-title | ||
| | ||
| | ||
Line 348: | Line 336: | ||
| | ||
| | ||
| |||
| |||
doi | |||
doi | doi | ||
| | ||
Line 365: | Line 356: | ||
| | ||
| | ||
| | ||
| | ||
Line 376: | Line 362: | ||
| | ||
| | ||
url | |||
url | |||
url | |||
url | |||
archive-url | |||
</pre> | </pre> | ||
{{csdoc|usage vertical mid}} | {{csdoc|usage vertical mid}} | ||
Line 480: | Line 471: | ||
;Vancouver style (common in biomedicine); see {{vcite}} for specific templates | ;Vancouver style (common in biomedicine); see {{vcite}} for specific templates | ||
*<code><nowiki>{{cite journal |vauthors=Bannen R, Suresh V, Phillips GN Jr, Wright S, Mitchell J |date=2008 |title=Optimal design of thermally stable proteins |url= | *<code><nowiki>{{cite journal |vauthors=Bannen R, Suresh V, Phillips GN Jr, Wright S, Mitchell J |date=2008 |title=Optimal design of thermally stable proteins |url=https://academic.oup.com/bioinformatics/article/24/20/2339/260340 |journal=Bioinformatics |volume=24 |issue=20 |pages=2339–2343 |doi=10.1093/bioinformatics/btn450 |pmc=2562006 |pmid=18723523}}</nowiki></code> | ||
Displays as: | Displays as: | ||
*{{cite journal |vauthors=Bannen R, Suresh V, Phillips GN Jr, Wright S, Mitchell J |date=2008 |title=Optimal design of thermally stable proteins |url= | *{{cite journal |vauthors=Bannen R, Suresh V, Phillips GN Jr, Wright S, Mitchell J |date=2008 |title=Optimal design of thermally stable proteins |url=https://academic.oup.com/bioinformatics/article/24/20/2339/260340 |journal=Bioinformatics |volume=24 |issue=20 |pages=2339–2343 |doi=10.1093/bioinformatics/btn450 |pmc=2562006 |pmid=18723523}} | ||
or | or | ||
*<code><nowiki>{{cite journal |last1=Bannen |first1=RM |last2=Suresh |first2=V |last3=Phillips |first3=GN Jr |last4=Wright |first4=SJ |last5=Mitchell |first5=JC |date=2008 |title=Optimal design of thermally stable proteins |url= | *<code><nowiki>{{cite journal |last1=Bannen |first1=RM |last2=Suresh |first2=V |last3=Phillips |first3=GN Jr |last4=Wright |first4=SJ |last5=Mitchell |first5=JC |date=2008 |title=Optimal design of thermally stable proteins |url=https://academic.oup.com/bioinformatics/article/24/20/2339/260340 |journal=Bioinformatics |volume=24 |issue=20 |pages=2339–2343 |doi=10.1093/bioinformatics/btn450 |pmc=2562006 |pmid=18723523 |name-list-style=vanc}}</nowiki></code> | ||
Displays as: | Displays as: | ||
* {{cite journal |last1=Bannen |first1=RM |last2=Suresh |first2=V |last3=Phillips |first3=GN Jr |last4=Wright |first4=SJ |last5=Mitchell |first5=JC |date=2008 |title=Optimal design of thermally stable proteins |url= | * {{cite journal |last1=Bannen |first1=RM |last2=Suresh |first2=V |last3=Phillips |first3=GN Jr |last4=Wright |first4=SJ |last5=Mitchell |first5=JC |date=2008 |title=Optimal design of thermally stable proteins |url=https://academic.oup.com/bioinformatics/article/24/20/2339/260340 |journal=Bioinformatics |volume=24 |issue=20 |pages=2339–2343 |doi=10.1093/bioinformatics/btn450 |pmc=2562006 |pmid=18723523 |name-list-style=vanc}} | ||
;Include URL link to article, pre-print, or abstract. | ;Include URL link to article, pre-print, or abstract. | ||
Line 495: | Line 486: | ||
If the linked document is PDF, but the [[filename extension|extension]] is not .pdf or .PDF, you may add the parameter {{para|format|PDF}}, which displays " (PDF)" after the link. | If the linked document is PDF, but the [[filename extension|extension]] is not .pdf or .PDF, you may add the parameter {{para|format|PDF}}, which displays " (PDF)" after the link. | ||
;Specify the [[digital object identifier|DOI]] to provide a permanent link, and an URL where the article is free. For medical articles also give the [[PMID]] and [[PubMed Central]] (PMC) ID: the PMC value will link the free full-text repository | ;Specify the [[digital object identifier|DOI]] to provide a permanent link, and an URL where the article is free. For medical articles also give the [[PMID]] and [[PubMed Central]] (PMC) ID: the PMC value will link the free full-text repository, will link the title if the URL is not specified, and will show an open padlock informing readers that the article is open-access. {{para|access-date}} is not necessary when a permanent identifier is used. | ||
*<code><nowiki>{{cite journal |last1=Viollet |first1=Benoît |last2=Andreelli |first2=Fabrizio |last3=Jørgensen |first3=Sebastian B. |last4=Perrin |first4=Christophe |last5=Geloen |first5=Alain |last6=Flamez |first6=Daisy |last7=Mu |first7=James |last8=Lenzner |first8=Claudia |last9=Baud |first9=Olivier |last10=Bennoun |first10=Myriam |last11=Gomas |first11=Emmanuel |last12=Nicolas |first12=Gaël |last13=Wojtaszewski |first13=Jørgen F. P. |last14=Kahn1 |first14=Axel |last15=Carling |first15=David |last16=Schuit |first16=Frans C. |last17=Birnbaum |first17=Morris J. |last18=Richter |first18=Erik A. |last19=Burcelin |first19=Rémy |last20=Vaulont |first20=Sophie |display-authors=5 |date=January 2003 |title=The AMP-activated protein kinase α2 catalytic subunit controls whole-body insulin sensitivity |url= | *<code><nowiki>{{cite journal |last1=Viollet |first1=Benoît |last2=Andreelli |first2=Fabrizio |last3=Jørgensen |first3=Sebastian B. |last4=Perrin |first4=Christophe |last5=Geloen |first5=Alain |last6=Flamez |first6=Daisy |last7=Mu |first7=James |last8=Lenzner |first8=Claudia |last9=Baud |first9=Olivier |last10=Bennoun |first10=Myriam |last11=Gomas |first11=Emmanuel |last12=Nicolas |first12=Gaël |last13=Wojtaszewski |first13=Jørgen F. P. |last14=Kahn1 |first14=Axel |last15=Carling |first15=David |last16=Schuit |first16=Frans C. |last17=Birnbaum |first17=Morris J. |last18=Richter |first18=Erik A. |last19=Burcelin |first19=Rémy |last20=Vaulont |first20=Sophie |display-authors=5 |date=January 2003 |title=The AMP-activated protein kinase α2 catalytic subunit controls whole-body insulin sensitivity |url=https://www.jci.org/articles/view/16567 |journal=The Journal of Clinical Investigation |volume=111 |issue=1 |pages=91–98 |doi=10.1172/JCI16567 |pmc=151837 |pmid=12511592 |access-date=2012-11-17}}</nowiki></code> | ||
Displays as: | Displays as: | ||
* {{cite journal |last1=Viollet |first1=Benoît |last2=Andreelli |first2=Fabrizio |last3=Jørgensen |first3=Sebastian B. |last4=Perrin |first4=Christophe |last5=Geloen |first5=Alain |last6=Flamez |first6=Daisy |last7=Mu |first7=James |last8=Lenzner |first8=Claudia |last9=Baud |first9=Olivier |last10=Bennoun |first10=Myriam |last11=Gomas |first11=Emmanuel |last12=Nicolas |first12=Gaël |last13=Wojtaszewski |first13=Jørgen F. P. |last14=Kahn1 |first14=Axel |last15=Carling |first15=David |last16=Schuit |first16=Frans C. |last17=Birnbaum |first17=Morris J. |last18=Richter |first18=Erik A. |last19=Burcelin |first19=Rémy |last20=Vaulont |first20=Sophie |display-authors=5 |date=January 2003 |title=The AMP-activated protein kinase α2 catalytic subunit controls whole-body insulin sensitivity |url= | * {{cite journal |last1=Viollet |first1=Benoît |last2=Andreelli |first2=Fabrizio |last3=Jørgensen |first3=Sebastian B. |last4=Perrin |first4=Christophe |last5=Geloen |first5=Alain |last6=Flamez |first6=Daisy |last7=Mu |first7=James |last8=Lenzner |first8=Claudia |last9=Baud |first9=Olivier |last10=Bennoun |first10=Myriam |last11=Gomas |first11=Emmanuel |last12=Nicolas |first12=Gaël |last13=Wojtaszewski |first13=Jørgen F. P. |last14=Kahn1 |first14=Axel |last15=Carling |first15=David |last16=Schuit |first16=Frans C. |last17=Birnbaum |first17=Morris J. |last18=Richter |first18=Erik A. |last19=Burcelin |first19=Rémy |last20=Vaulont |first20=Sophie |display-authors=5 |date=January 2003 |title=The AMP-activated protein kinase α2 catalytic subunit controls whole-body insulin sensitivity |url=https://www.jci.org/articles/view/16567 |journal=The Journal of Clinical Investigation |volume=111 |issue=1 |pages=91–98 |doi=10.1172/JCI16567 <!--|doi-access=free --> |pmc=151837 |pmid=12511592 |access-date=2012-11-17}} | ||
Whereas if the URL had not been specified, then the title is linked to the PMC link, which is repeated: | Whereas if the URL had not been specified, then the title is linked to the PMC link, which is repeated: | ||
Line 505: | Line 496: | ||
* {{cite journal |last1=Viollet |first1=Benoît |last2=Andreelli |first2=Fabrizio |last3=Jørgensen |first3=Sebastian B. |last4=Perrin |first4=Christophe |last5=Geloen |first5=Alain |last6=Flamez |first6=Daisy |last7=Mu |first7=James |last8=Lenzner |first8=Claudia |last9=Baud |first9=Olivier |last10=Bennoun |first10=Myriam |last11=Gomas |first11=Emmanuel |last12=Nicolas |first12=Gaël |last13=Wojtaszewski |first13=Jørgen F. P. |last14=Kahn1 |first14=Axel |last15=Carling |first15=David |last16=Schuit |first16=Frans C. |last17=Birnbaum |first17=Morris J. |last18=Richter |first18=Erik A. |last19=Burcelin |first19=Rémy |last20=Vaulont |first20=Sophie |display-authors=5 |date=January 2003 |title=The AMP-activated protein kinase α2 catalytic subunit controls whole-body insulin sensitivity |journal=The Journal of Clinical Investigation |volume=111 |issue=1 |pages=91–98 |doi=10.1172/JCI16567 <!--|doi-access=free --> |pmc=151837 |pmid=12511592}} | * {{cite journal |last1=Viollet |first1=Benoît |last2=Andreelli |first2=Fabrizio |last3=Jørgensen |first3=Sebastian B. |last4=Perrin |first4=Christophe |last5=Geloen |first5=Alain |last6=Flamez |first6=Daisy |last7=Mu |first7=James |last8=Lenzner |first8=Claudia |last9=Baud |first9=Olivier |last10=Bennoun |first10=Myriam |last11=Gomas |first11=Emmanuel |last12=Nicolas |first12=Gaël |last13=Wojtaszewski |first13=Jørgen F. P. |last14=Kahn1 |first14=Axel |last15=Carling |first15=David |last16=Schuit |first16=Frans C. |last17=Birnbaum |first17=Morris J. |last18=Richter |first18=Erik A. |last19=Burcelin |first19=Rémy |last20=Vaulont |first20=Sophie |display-authors=5 |date=January 2003 |title=The AMP-activated protein kinase α2 catalytic subunit controls whole-body insulin sensitivity |journal=The Journal of Clinical Investigation |volume=111 |issue=1 |pages=91–98 |doi=10.1172/JCI16567 <!--|doi-access=free --> |pmc=151837 |pmid=12511592}} | ||
If the doi link is broken, then use of '''doi-broken-date''' unlinks the doi value, indicates when the doi-problem was first noticed, and will also add the page to " | If the doi link is broken, then use of '''doi-broken-date''' unlinks the doi value, indicates when the doi-problem was first noticed, and will also add the page to "CS1 maint: DOI inactive as of Mmmm YYYY" (tracking category [[:Category:CS1 maint: DOI inactive]]): | ||
*<code><nowiki>{{cite journal |last1=Viollet |first1=Benoît |last2=Andreelli |first2=Fabrizio |last3=Jørgensen |first3=Sebastian B. |last4=Perrin |first4=Christophe |last5=Geloen |first5=Alain |last6=Flamez |first6=Daisy |last7=Mu |first7=James |last8=Lenzner |first8=Claudia |last9=Baud |first9=Olivier |last10=Bennoun |first10=Myriam |last11=Gomas |first11=Emmanuel |last12=Nicolas |first12=Gaël |last13=Wojtaszewski |first13=Jørgen F. P. |last14=Kahn1 |first14=Axel |last15=Carling |first15=David |last16=Schuit |first16=Frans C. |last17=Birnbaum |first17=Morris J. |last18=Richter |first18=Erik A. |last19=Burcelin |first19=Rémy |last20=Vaulont |first20=Sophie |display-authors=5 |date=January 2003 |title=The AMP-activated protein kinase α2 catalytic subunit controls whole-body insulin sensitivity |journal=The Journal of Clinical Investigation |volume=111 |issue=1 |pages=91–98 |doi=10.1172/JCI16567 |doi-broken-date= | *<code><nowiki>{{cite journal |last1=Viollet |first1=Benoît |last2=Andreelli |first2=Fabrizio |last3=Jørgensen |first3=Sebastian B. |last4=Perrin |first4=Christophe |last5=Geloen |first5=Alain |last6=Flamez |first6=Daisy |last7=Mu |first7=James |last8=Lenzner |first8=Claudia |last9=Baud |first9=Olivier |last10=Bennoun |first10=Myriam |last11=Gomas |first11=Emmanuel |last12=Nicolas |first12=Gaël |last13=Wojtaszewski |first13=Jørgen F. P. |last14=Kahn1 |first14=Axel |last15=Carling |first15=David |last16=Schuit |first16=Frans C. |last17=Birnbaum |first17=Morris J. |last18=Richter |first18=Erik A. |last19=Burcelin |first19=Rémy |last20=Vaulont |first20=Sophie |display-authors=5 |date=January 2003 |title=The AMP-activated protein kinase α2 catalytic subunit controls whole-body insulin sensitivity |journal=The Journal of Clinical Investigation |volume=111 |issue=1 |pages=91–98 |doi=10.1172/JCI16567 |doi-broken-date=2021-07-01 |pmc=151837 |pmid=12511592}}</nowiki></code> | ||
Displays as: | Displays as: | ||
* {{cite journal |last1=Viollet |first1=Benoît |last2=Andreelli |first2=Fabrizio |last3=Jørgensen |first3=Sebastian B. |last4=Perrin |first4=Christophe |last5=Geloen |first5=Alain |last6=Flamez |first6=Daisy |last7=Mu |first7=James |last8=Lenzner |first8=Claudia |last9=Baud |first9=Olivier |last10=Bennoun |first10=Myriam |last11=Gomas |first11=Emmanuel |last12=Nicolas |first12=Gaël |last13=Wojtaszewski |first13=Jørgen F. P. |last14=Kahn1 |first14=Axel |last15=Carling |first15=David |last16=Schuit |first16=Frans C. |last17=Birnbaum |first17=Morris J. |last18=Richter |first18=Erik A. |last19=Burcelin |first19=Rémy |last20=Vaulont |first20=Sophie |display-authors=5 |date=January 2003 |title=The AMP-activated protein kinase α2 catalytic subunit controls whole-body insulin sensitivity |journal=The Journal of Clinical Investigation |volume=111 |issue=1 |pages=91–98 |doi=10.1172/JCI16567 |doi-broken-date= | * {{cite journal |last1=Viollet |first1=Benoît |last2=Andreelli |first2=Fabrizio |last3=Jørgensen |first3=Sebastian B. |last4=Perrin |first4=Christophe |last5=Geloen |first5=Alain |last6=Flamez |first6=Daisy |last7=Mu |first7=James |last8=Lenzner |first8=Claudia |last9=Baud |first9=Olivier |last10=Bennoun |first10=Myriam |last11=Gomas |first11=Emmanuel |last12=Nicolas |first12=Gaël |last13=Wojtaszewski |first13=Jørgen F. P. |last14=Kahn1 |first14=Axel |last15=Carling |first15=David |last16=Schuit |first16=Frans C. |last17=Birnbaum |first17=Morris J. |last18=Richter |first18=Erik A. |last19=Burcelin |first19=Rémy |last20=Vaulont |first20=Sophie |display-authors=5 |date=January 2003 |title=The AMP-activated protein kinase α2 catalytic subunit controls whole-body insulin sensitivity |journal=The Journal of Clinical Investigation |volume=111 |issue=1 |pages=91–98 |doi=10.1172/JCI16567 |doi-broken-date=2021-07-01 |pmc=151837 |pmid=12511592 |no-tracking=yes}} | ||
;If the article is in a foreign language, and the original title is unknown, enclose the translated title in square brackets and use {{para|title}}. Otherwise use {{para|title}} for the foreign-language title and {{para|trans-title}} for the English-language title. | ;If the article is in a foreign language, and the original title is unknown, enclose the translated title in square brackets and use {{para|title}}. Otherwise use {{para|title}} for the foreign-language title and {{para|trans-title}} for the English-language title. | ||
Line 533: | Line 524: | ||
===Deprecated=== | ===Deprecated=== | ||
{{disputed|what=documentation's representation of the various lay parameters|talkpage=Help talk:Citation Style 1/Archive 82#Lay-url|date=January 2022}} | |||
{{csdoc|deprecated}} | {{csdoc|deprecated}} | ||
Line 554: | Line 546: | ||
====Periodical==== | ====Periodical==== | ||
{{csdoc|journal|department=yes}} | {{csdoc|journal|department=yes|article_num=yes}} | ||
====Publisher==== | ====Publisher==== | ||
Line 568: | Line 560: | ||
====Identifiers==== | ====Identifiers==== | ||
{{distinguish|#Anchor}} | |||
{{csdoc|id1}} | {{csdoc|id1}} | ||
{{csdoc|id2}} | {{csdoc|id2}} | ||
Line 575: | Line 568: | ||
====Lay summary==== | ====Lay summary==== | ||
{{disputed|what=documentation's representation of the various lay parameters|talkpage=Help talk:Citation Style 1/Archive 82#Lay-url|date=January 2022}} | |||
{{anchor|Laysummary}}{{csdoc|lay}} | {{anchor|Laysummary}}{{csdoc|lay}} | ||
Line 581: | Line 575: | ||
====Anchor==== | ====Anchor==== | ||
{{distinguish|#Identifiers}} | |||
{{csdoc|ref}} | {{csdoc|ref}} | ||
Line 591: | Line 586: | ||
==TemplateData== | ==TemplateData== | ||
{{TemplateData header}} | {{TemplateData header}} | ||
{{#invoke:cs1 documentation support|template_data_validate|{{ROOTPAGENAME}}}} | |||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 597: | Line 593: | ||
"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 the | "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": "line", | "type": "line", | ||
"aliases": [ | "aliases": [ | ||
Line 634: | Line 630: | ||
"last2": { | "last2": { | ||
"label": "Last name 2", | "label": "Last name 2", | ||
"description": "The surname of the second author; don't wikilink, use 'author-link2' | "description": "The surname of the second author; don't wikilink, use 'author-link2'", | ||
"aliases": [ | "aliases": [ | ||
"author2" | "author2" | ||
Line 642: | Line 638: | ||
"first2": { | "first2": { | ||
"label": "First name 2", | "label": "First name 2", | ||
"description": "Given or first name, middle names, or initials of the second author; don't wikilink | "description": "Given or first name, middle names, or initials of the second author; don't wikilink", | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
Line 660: | Line 656: | ||
"publisher": { | "publisher": { | ||
"label": "Publisher", | "label": "Publisher", | ||
"description": "Name of the publisher; displays after title", | "description": "Name of the publisher; may be wikilinked; displays after title", | ||
"type": "content", | "type": "content", | ||
"example": "[[University of Chicago Press]]" | "example": "[[University of Chicago Press]]" | ||
Line 666: | Line 662: | ||
"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": "line" | "type": "line", | ||
"example": "4", | |||
"suggested": true | |||
}, | }, | ||
"doi": { | "doi": { | ||
Line 689: | Line 687: | ||
"type": "number" | "type": "number" | ||
}, | }, | ||
"orig- | "orig-date": { | ||
"label": "Original | "label": "Original date", | ||
"description": "Original | "description": "Original date of publication; provide specifics", | ||
"type": "number" | "type": "number" | ||
}, | }, | ||
"editor-last": { | "editor-last": { | ||
Line 728: | Line 723: | ||
"department": { | "department": { | ||
"label": "Department", | "label": "Department", | ||
"description": "Department within the periodical", | "description": "Department (section) within the periodical", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 753: | Line 748: | ||
"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 v. or vol.", | ||
"type": "line", | "type": "line", | ||
"suggested": true | "suggested": true, | ||
"example": "3" | |||
}, | }, | ||
"page": { | "page": { | ||
Line 764: | Line 760: | ||
"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": "line", | "type": "line", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "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')", | ||
Line 805: | Line 801: | ||
"arxiv": { | "arxiv": { | ||
"label": "arXiv identifier", | "label": "arXiv identifier", | ||
"description": "An identifier for | "description": "An identifier for arXiv electronic preprints of scientific papers", | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
Line 920: | Line 916: | ||
"ref": { | "ref": { | ||
"label": "Ref", | "label": "Ref", | ||
"description": "An anchor identifier; can be made the target of wikilinks to full references | "description": "An anchor identifier; can be made the target of wikilinks to full references. To inhibit anchor ID creation, set |ref=none.", | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
"postscript": { | "postscript": { | ||
Line 937: | Line 927: | ||
"last3": { | "last3": { | ||
"label": "Last name 3", | "label": "Last name 3", | ||
"description": "The surname of the third author; don't wikilink, use 'author-link3' | "description": "The surname of the third author; don't wikilink, use 'author-link3'", | ||
"aliases": [ | "aliases": [ | ||
"author3" | "author3" | ||
Line 945: | Line 935: | ||
"first3": { | "first3": { | ||
"label": "First name 3", | "label": "First name 3", | ||
"description": "Given or first name, middle names, or initials of the third author; don't wikilink | "description": "Given or first name, middle names, or initials of the third author; don't wikilink", | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
"last4": { | "last4": { | ||
"label": "Last name 4", | "label": "Last name 4", | ||
"description": "The surname of the forth author; don't wikilink, use 'author-link4' | "description": "The surname of the forth author; don't wikilink, use 'author-link4'", | ||
"aliases": [ | "aliases": [ | ||
"author4" | "author4" | ||
Line 958: | Line 948: | ||
"first4": { | "first4": { | ||
"label": "First name 4", | "label": "First name 4", | ||
"description": "Given or first name, middle names, or initials of the forth author; don't wikilink | "description": "Given or first name, middle names, or initials of the forth author; don't wikilink", | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
"last5": { | "last5": { | ||
"label": "Last name 5", | "label": "Last name 5", | ||
"description": "The surname of the fifth author; don't wikilink, use 'author-link5' | "description": "The surname of the fifth author; don't wikilink, use 'author-link5'", | ||
"aliases": [ | "aliases": [ | ||
"author5" | "author5" | ||
Line 971: | Line 961: | ||
"first5": { | "first5": { | ||
"label": "First name 5", | "label": "First name 5", | ||
"description": "Given or first name, middle names, or initials of the fifth author; don't wikilink | "description": "Given or first name, middle names, or initials of the fifth author; don't wikilink", | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
"last6": { | "last6": { | ||
"label": "Last name 6", | "label": "Last name 6", | ||
"description": "The surname of the sixth author; don't wikilink, use 'author-link6' | "description": "The surname of the sixth author; don't wikilink, use 'author-link6'", | ||
"aliases": [ | "aliases": [ | ||
"author6" | "author6" | ||
Line 984: | Line 974: | ||
"first6": { | "first6": { | ||
"label": "First name 6", | "label": "First name 6", | ||
"description": "Given or first name, middle names, or initials of the sixth author; don't wikilink | "description": "Given or first name, middle names, or initials of the sixth author; don't wikilink", | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
"last7": { | "last7": { | ||
"label": "Last name 7", | "label": "Last name 7", | ||
"description": "The surname of the seventh author; don't wikilink, use 'author-link7' | "description": "The surname of the seventh author; don't wikilink, use 'author-link7'", | ||
"aliases": [ | "aliases": [ | ||
"author7" | "author7" | ||
Line 997: | Line 987: | ||
"first7": { | "first7": { | ||
"label": "First name 7", | "label": "First name 7", | ||
"description": "Given or first name, middle names, or initials of the seventh author; don't wikilink | "description": "Given or first name, middle names, or initials of the seventh author; don't wikilink", | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
"last8": { | "last8": { | ||
"label": "Last name 8", | "label": "Last name 8", | ||
"description": "The surname of the eighth author; don't wikilink, use 'author-link8' | "description": "The surname of the eighth author; don't wikilink, use 'author-link8'", | ||
"aliases": [ | "aliases": [ | ||
"author8" | "author8" | ||
Line 1,010: | Line 1,000: | ||
"first8": { | "first8": { | ||
"label": "First name 8", | "label": "First name 8", | ||
"description": "Given or first name, middle names, or initials of the eighth author; don't wikilink | "description": "Given or first name, middle names, or initials of the eighth author; don't wikilink", | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
"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 1,023: | Line 1,013: | ||
"first9": { | "first9": { | ||
"label": "First name 9", | "label": "First name 9", | ||
"description": "Given or first name, middle names, or initials of the ninth author; don't wikilink | "description": "Given or first name, middle names, or initials of the ninth author; don't wikilink", | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
"last10": { | "last10": { | ||
"label": "Last name 10", | "label": "Last name 10", | ||
"description": "The surname of the tenth author; don't wikilink, use 'author- | "description": "The surname of the tenth author; don't wikilink, use 'author-link10'.", | ||
"aliases": [ | "aliases": [ | ||
"author10" | "author10" | ||
Line 1,036: | Line 1,026: | ||
"first10": { | "first10": { | ||
"label": "First name 10", | "label": "First name 10", | ||
"description": "Given or first name, middle names, or initials of the tenth author; don't wikilink | "description": "Given or first name, middle names, or initials of the tenth author; don't wikilink", | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
"last11": { | "last11": { | ||
"label": "Last name 11", | "label": "Last name 11", | ||
"description": "The surname of the 11th author; don't wikilink, use 'author- | "description": "The surname of the 11th author; don't wikilink, use 'author-link11'. ", | ||
"aliases": [ | "aliases": [ | ||
"author11" | "author11" | ||
Line 1,049: | Line 1,039: | ||
"first11": { | "first11": { | ||
"label": "First name 11", | "label": "First name 11", | ||
"description": "Given or first name, middle names, or initials of the 11th author; don't wikilink | "description": "Given or first name, middle names, or initials of the 11th author; don't wikilink", | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
" | "last12": { | ||
"label": " | "label": "Last name 12", | ||
"description": "The surname of the | "description": "The surname of the 12th author; don't wikilink, use 'author-link12'.", | ||
"aliases": [ | "aliases": [ | ||
" | "author12" | ||
], | ], | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
" | "first12": { | ||
"label": " | "label": "First name 12", | ||
"description": "Given or first name, middle names, or initials of the | "description": "Given or first name, middle names, or initials of the 12th author; don't wikilink", | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
" | "last13": { | ||
"label": " | "label": "Last name 13", | ||
"description": "The surname of the | "description": "The surname of the 13th author; don't wikilink, use 'author-link13'.", | ||
"aliases": [ | "aliases": [ | ||
" | "author13" | ||
], | ], | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
" | "first13": { | ||
"label": " | "label": "First name 13", | ||
"description": "Given or first name, middle names, or initials of the | "description": "Given or first name, middle names, or initials of the 13th author; don't wikilink", | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
" | "last14": { | ||
"label": " | "label": "Last name 14", | ||
"description": "The surname of the | "description": "The surname of the 14th author; don't wikilink, use 'author-link14'.", | ||
"aliases": [ | "aliases": [ | ||
" | "author14" | ||
], | ], | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
" | "first14": { | ||
"label": " | "label": "First name 14", | ||
"description": "Given or first name, middle names, or initials of the | "description": "Given or first name, middle names, or initials of the 14th author; don't wikilink", | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
" | "last15": { | ||
"label": " | "label": "Last name 15", | ||
"description": "The surname of the | "description": "The surname of the 15th author; don't wikilink, use 'author-link15'.", | ||
"aliases": [ | "aliases": [ | ||
" | "author15" | ||
], | ], | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
" | "first15": { | ||
"label": " | "label": "First name 15", | ||
"description": "Given or first name, middle names, or initials of the | "description": "Given or first name, middle names, or initials of the 15th author; don't wikilink", | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
" | "editor2-last": { | ||
"label": "Editor last name | "label": "Editor last name 2", | ||
"description": "The surname of the | "description": "The surname of the second editor; don't wikilink, use 'editor2-link'", | ||
"aliases": [ | "aliases": [ | ||
" | "editor2" | ||
], | ], | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
" | "editor2-first": { | ||
"label": "Editor first name | "label": "Editor first name 2", | ||
"description": "Given or first name, middle names, or initials of the | "description": "Given or first name, middle names, or initials of the second editor; don't wikilink", | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
" | "editor3-last": { | ||
"label": "Editor last name | "label": "Editor last name 3", | ||
"description": "The surname of the | "description": "The surname of the third editor; don't wikilink, use 'editor3-link'", | ||
"aliases": [ | "aliases": [ | ||
" | "editor3" | ||
], | ], | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
" | "editor3-first": { | ||
"label": "Editor first name | "label": "Editor first name 3", | ||
"description": "Given or first name, middle names, or initials of the | "description": "Given or first name, middle names, or initials of the third editor; don't wikilink", | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
" | "editor4-last": { | ||
"label": "Editor last name | "label": "Editor last name 4", | ||
"description": "The surname of the | "description": "The surname of the fourth editor; don't wikilink, use 'editor4-link'", | ||
"aliases": [ | "aliases": [ | ||
" | "editor4" | ||
], | ], | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
" | "editor4-first": { | ||
"label": "Editor first name | "label": "Editor first name 4", | ||
"description": "Given or first name, middle names, or initials of the | "description": "Given or first name, middle names, or initials of the fourth editor; don't wikilink", | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
" | "editor5-last": { | ||
"label": "Editor last name | "label": "Editor last name 5", | ||
"description": "The surname of the | "description": "The surname of the fifth editor; don't wikilink, use 'editor5-link'", | ||
"aliases": [ | "aliases": [ | ||
" | "editor5" | ||
], | ], | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
" | "editor5-first": { | ||
"label": "Editor first name | "label": "Editor first name 5", | ||
"description": "Given or first name, middle names, or initials of the | "description": "Given or first name, middle names, or initials of the fifth editor; don't wikilink", | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
" | "editor6-last": { | ||
"label": " | "label": "Editor last name 6", | ||
"description": " | "description": "The surname of the sixth editor; don't wikilink, use 'editor6-link'", | ||
"type": " | "aliases": [ | ||
"editor6" | |||
], | |||
"type": "line" | |||
}, | }, | ||
" | "editor6-first": { | ||
"label": " | "label": "Editor first name 6", | ||
"description": " | "description": "Given or first name, middle names, or initials of the sixth editor; don't wikilink", | ||
"type": "line | "type": "line" | ||
}, | }, | ||
" | "editor7-last": { | ||
"label": " | "label": "Editor last name 7", | ||
"description": " | "description": "The surname of the seventh editor; don't wikilink, use 'editor7-link'", | ||
" | "aliases": [ | ||
" | "editor7" | ||
], | |||
"type": "line" | |||
}, | }, | ||
" | "editor7-first": { | ||
"label": " | "label": "Editor first name 7", | ||
"description": " | "description": "Given or first name, middle names, or initials of the seventh editor; don't wikilink", | ||
"type": " | "type": "line" | ||
}, | }, | ||
" | "editor8-last": { | ||
"label": " | "label": "Editor last name 8", | ||
"description": " | "description": "The surname of the eighth editor; don't wikilink, use 'editor8-link'", | ||
"aliases": [ | "aliases": [ | ||
" | "editor8" | ||
] | ], | ||
"type": "line" | |||
}, | }, | ||
" | "editor8-first": { | ||
"label": " | "label": "Editor first name 8", | ||
"description": " | "description": "Given or first name, middle names, or initials of the eighth editor; don't wikilink", | ||
"type": " | "type": "line" | ||
}, | }, | ||
" | "editor9-last": { | ||
"label": " | "label": "Editor last name 9", | ||
"description": "The | "description": "The surname of the ninth editor; don't wikilink, use 'editor9-link'", | ||
"aliases": [ | "aliases": [ | ||
" | "editor9" | ||
] | ], | ||
"type": "line" | |||
}, | |||
"editor9-first": { | |||
"label": "Editor first name 9", | |||
"description": "Given or first name, middle names, or initials of the ninth editor; don't wikilink", | |||
"type": "line" | |||
}, | |||
"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-link": { | ||
"label": " | "label": "Author link", | ||
"description": " | "description": "Title of existing Wikipedia article about the author; can suffix with a numeral to add additional authors", | ||
"type": " | "type": "wiki-page-name", | ||
"aliases": [ | "aliases": [ | ||
" | "author-link1", | ||
"author1-link" | |||
] | ] | ||
}, | }, | ||
"archive-date": { | "author-link2": { | ||
"label": "Author link 2", | |||
"description": "Title of existing Wikipedia article about the second author", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"author2-link" | |||
] | |||
}, | |||
"access-date": { | |||
"label": "URL access date", | |||
"description": "The full date when the original URL was accessed; do not wikilink", | |||
"type": "date" | |||
}, | |||
"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'", | |||
"type": "line" | |||
}, | |||
"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": "date" | "type": "date" | ||
}, | }, | ||
"url-status": { | "url-status": { | ||
Line 1,224: | Line 1,240: | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
" | "author-link3": { | ||
"label": " | "label": "Author link 3", | ||
"description": " | "description": "Title of existing Wikipedia article about the third author", | ||
"type": " | "type": "wiki-page-name", | ||
"aliases": [ | "aliases": [ | ||
" | "author3-link" | ||
] | ] | ||
}, | }, | ||
" | "author-link4": { | ||
"label": " | "label": "Author link 4", | ||
"description": " | "description": "Title of existing Wikipedia article about the forth author", | ||
"type": " | "type": "wiki-page-name", | ||
"aliases": [ | "aliases": [ | ||
"author4-link" | |||
"author4-link | |||
] | ] | ||
}, | }, | ||
"author-link5": { | "author-link5": { | ||
"label": "Author link 5", | "label": "Author link 5", | ||
"description": "Title of existing Wikipedia article about the fifth author | "description": "Title of existing Wikipedia article about the fifth author", | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"aliases": [ | "aliases": [ | ||
"author5-link | "author5-link" | ||
] | ] | ||
}, | }, | ||
"author-link6": { | "author-link6": { | ||
"label": "Author link 6", | "label": "Author link 6", | ||
"description": "Title of existing Wikipedia article about the sixth author | "description": "Title of existing Wikipedia article about the sixth author", | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"aliases": [ | "aliases": [ | ||
"author6-link | "author6-link" | ||
] | ] | ||
}, | }, | ||
"author-link7": { | "author-link7": { | ||
"label": "Author link 7", | "label": "Author link 7", | ||
"description": "Title of existing Wikipedia article about the seventh author | "description": "Title of existing Wikipedia article about the seventh author", | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"aliases": [ | "aliases": [ | ||
"author7-link | "author7-link" | ||
] | ] | ||
}, | }, | ||
"author-link8": { | "author-link8": { | ||
"label": "Author link 8", | "label": "Author link 8", | ||
"description": "Title of existing Wikipedia article about the eighth author | "description": "Title of existing Wikipedia article about the eighth author", | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"aliases": [ | "aliases": [ | ||
"author8-link | "author8-link" | ||
] | ] | ||
}, | }, | ||
"author-link9": { | "author-link9": { | ||
"label": "Author link 9", | "label": "Author link 9", | ||
"description": "Title of existing Wikipedia article about the ninth author | "description": "Title of existing Wikipedia article about the ninth author", | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"aliases": [ | "aliases": [ | ||
"author9-link | "author9-link" | ||
] | ] | ||
}, | }, | ||
" | "author-link10": { | ||
"label": " | "label": "Author link 10", | ||
"description": "Title of existing Wikipedia article about the | "description": "Title of existing Wikipedia article about the tenth author", | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"aliases": [ | "aliases": [ | ||
" | "author10-link" | ||
] | ] | ||
}, | }, | ||
" | "author-link11": { | ||
"label": " | "label": "Author link 11", | ||
"description": "Title of existing Wikipedia article about the | "description": "Title of existing Wikipedia article about the 11th author", | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"aliases": [ | "aliases": [ | ||
" | "author11-link" | ||
] | ] | ||
}, | }, | ||
" | "author-link12": { | ||
"label": " | "label": "Author link 12", | ||
"description": "Title of existing Wikipedia article about the | "description": "Title of existing Wikipedia article about the 12th author", | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"aliases": [ | "aliases": [ | ||
" | "author12-link" | ||
] | ] | ||
}, | }, | ||
" | "author-link13": { | ||
"label": " | "label": "Author link 13", | ||
"description": "Title of existing Wikipedia article about the | "description": "Title of existing Wikipedia article about the 13th author", | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"aliases": [ | "aliases": [ | ||
" | "author13-link" | ||
] | ] | ||
}, | }, | ||
" | "author-link14": { | ||
"label": " | "label": "Author link 14", | ||
"description": "Title of existing Wikipedia article about the | "description": "Title of existing Wikipedia article about the 14th author", | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"aliases": [ | "aliases": [ | ||
" | "author14-link" | ||
] | ] | ||
}, | }, | ||
" | "author-link15": { | ||
"label": "Editor link | "label": "Author link 15", | ||
"description": "Title of existing Wikipedia article about the | "description": "Title of existing Wikipedia article about the 15th author", | ||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"author15-link" | |||
] | |||
}, | |||
"editor2-link": { | |||
"label": "Editor link 2", | |||
"description": "Title of existing Wikipedia article about the second editor", | |||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"aliases": [ | "aliases": [ | ||
" | "editor-link2" | ||
] | ] | ||
}, | }, | ||
" | "editor3-link": { | ||
"label": "Editor link | "label": "Editor link 3", | ||
"description": "Title of existing Wikipedia article about the | "description": "Title of existing Wikipedia article about the third editor", | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"aliases": [ | "aliases": [ | ||
" | "editor-link3" | ||
] | ] | ||
}, | }, | ||
" | "editor4-link": { | ||
"label": "Editor link | "label": "Editor link 4", | ||
"description": "Title of existing Wikipedia article about the | "description": "Title of existing Wikipedia article about the fourth editor", | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"aliases": [ | "aliases": [ | ||
" | "editor-link4" | ||
] | ] | ||
}, | }, | ||
" | "editor5-link": { | ||
"label": " | "label": "Editor link 5", | ||
"description": " | "description": "Title of existing Wikipedia article about the fifth editor", | ||
"type": " | "type": "wiki-page-name", | ||
"aliases": [ | "aliases": [ | ||
" | "editor-link5" | ||
] | ] | ||
}, | }, | ||
" | "editor6-link": { | ||
"label": " | "label": "Editor link 6", | ||
"description": " | "description": "Title of existing Wikipedia article about the sixth editor", | ||
" | "type": "wiki-page-name", | ||
"aliases": [ | |||
"editor-link6" | |||
] | |||
}, | }, | ||
"chapter": { | "editor7-link": { | ||
"label": "Editor link 7", | |||
"description": "Title of existing Wikipedia article about the seventh editor", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"editor-link7" | |||
] | |||
}, | |||
"editor8-link": { | |||
"label": "Editor link 8", | |||
"description": "Title of existing Wikipedia article about the eighth editor", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"editor-link8" | |||
] | |||
}, | |||
"editor9-link": { | |||
"label": "Editor link 9", | |||
"description": "Title of existing Wikipedia article about the ninth editor", | |||
"type": "wiki-page-name", | |||
"aliases": [ | |||
"editor-link9" | |||
] | |||
}, | |||
"name-list-style": { | |||
"label": "Name list style", | |||
"description": "Set to 'amp' or 'and' to change the separator between the last two on the name list to '&' or 'and', respectively. Set to 'vanc' to display name lists in Vancouver style.", | |||
"type": "string" | |||
}, | |||
"chapter": { | |||
"label": "Chapter", | "label": "Chapter", | ||
"description": "The chapter heading of the source", | "description": "The chapter heading of the source", | ||
Line 1,416: | Line 1,432: | ||
"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" | ||
}, | }, | ||
"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" | ||
}, | }, | ||
"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" | ||
}, | }, | ||
"jstor-access": { | "jstor-access": { | ||
"label": " | "label": "JSTOR access level", | ||
"description": "If the full text is free to read on | "description": "If the full text is free to read on JSTOR, type 'free'", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"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" | ||
}, | }, | ||
"osti-access": { | "osti-access": { | ||
"label": " | "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" | ||
}, | }, | ||
Line 1,450: | Line 1,466: | ||
}, | }, | ||
"display-authors": { | "display-authors": { | ||
"label": "Display authors", | "label": "Display authors", | ||
"description": "number of authors to display before 'et al.' is used;", | "description": "number of authors to display before 'et al.' is used;", | ||
"type": "number" | "type": "number" | ||
}, | |||
"s2cid": { | |||
"label": "Semantic Scholar Corpus ID", | |||
"description": "The corpus ID from the paper's Semantic Scholar page, if available. Displays as a link to the Semantic Scholar page.", | |||
"example": "255254796", | |||
"aliases": [ | |||
"S2CID" | |||
] | |||
} | } | ||
}, | }, | ||
Line 1,488: | Line 1,509: | ||
"last10", | "last10", | ||
"first10", | "first10", | ||
"author-link10", | |||
"last11", | "last11", | ||
"first11", | "first11", | ||
"author-link11", | |||
"last12", | |||
"first12", | |||
"author-link12", | |||
"last13", | |||
"first13", | |||
"author-link13", | |||
"last14", | |||
"first14", | |||
"author-link14", | |||
"last15", | |||
"first15", | |||
"author-link15", | |||
"display-authors", | "display-authors", | ||
"author-mask", | "author-mask", | ||
" | "name-list-style", | ||
"vauthors", | "vauthors", | ||
"date", | "date", | ||
"year", | "year", | ||
"orig- | "orig-date", | ||
"editor-last", | "editor-last", | ||
"editor-first", | "editor-first", | ||
Line 1,549: | Line 1,582: | ||
"pages", | "pages", | ||
"at", | "at", | ||
" | "no-pp", | ||
"arxiv", | "arxiv", | ||
"asin", | "asin", | ||
Line 1,571: | Line 1,604: | ||
"pmid", | "pmid", | ||
"rfc", | "rfc", | ||
"s2cid", | |||
"ssrn", | "ssrn", | ||
"zbl", | "zbl", | ||
Line 1,578: | Line 1,612: | ||
"archive-date", | "archive-date", | ||
"access-date", | "access-date", | ||
"quote", | "quote", | ||
"postscript", | "postscript", | ||
"ref", | "ref", | ||
"via", | "via", | ||
"bibcode-access", | "bibcode-access", | ||
Line 1,632: | Line 1,660: | ||
"last2" | "last2" | ||
], | ], | ||
[ | [ | ||
"first3", | "first3", | ||
"last3" | "last3" | ||
], | ], | ||
[ | [ | ||
"first4", | "first4", | ||
"last4" | "last4" | ||
], | |||
[ | |||
"first5", | |||
"last5" | |||
], | |||
[ | |||
"first6", | |||
"last6" | |||
], | |||
[ | |||
"first7", | |||
"last7" | |||
], | |||
[ | |||
"first8", | |||
"last8" | |||
], | |||
[ | |||
"first9", | |||
"last9" | |||
], | |||
[ | |||
"first10", | |||
"last10" | |||
], | |||
[ | |||
"first11", | |||
"last11" | |||
], | ], | ||
[ | [ | ||
" | "first12", | ||
" | "last12" | ||
], | ], | ||
[ | [ | ||
" | "first13", | ||
" | "last13" | ||
], | ], | ||
[ | [ | ||
" | "first14", | ||
" | "last14" | ||
], | ], | ||
[ | [ | ||
" | "first15", | ||
" | "last15" | ||
] | ] | ||
], | ], | ||
Line 1,709: | Line 1,753: | ||
} | } | ||
}, | }, | ||
"format": " | "format": "{{_ |_=_}}" | ||
} | } | ||
</templatedata> | </templatedata> | ||
==See also== | ==See also== | ||
* [https:/ | * [https://citation-template-filling.toolforge.org/cgi-bin/index.cgi Citation-template-filling tool], can be used for [[DrugBank]], [[HGNC]], [[ISBN]], [[PubMed]], and [[PubChem]] | ||
* [https://alyw234237.github.io/wiki-doi-gbooks-citation-maker/ Wikipedia DOI and Google Books Citation Maker] can be used for [[digital object identifier|DOI]] | |||
{{Citation Style 1}} | {{Citation Style 1}} | ||
{{Wikipedia referencing}} | {{Wikipedia referencing}} |