Template:Cite journal: Difference between revisions

From Foxopedia
Jump to navigation Jump to search
(Created page with "{{cite journal |last1=Surname |first1=Given name |date=YYYY-MM-DD |title=Article Title |journal=Journal Name |volume=Volume Number |issue=Issue Number |pages=Page range |doi=DOI (if available) |url=URL (if online) |access-date=YYYY-MM-DD }}")
m (1 revision imported)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
{{cite journal
<span class="citation journal">
|last1=Surname

|first1=Given name
<!-- ========== Authors ========== -->
|date=YYYY-MM-DD
{{#if:{{{last1|}}}{{{first1|}}}
|title=Article Title
| {{{last1}}}{{#if:{{{first1|}}}|, {{{first1}}}}}
|journal=Journal Name
}}{{#if:{{{last2|}}}{{{first2|}}}
|volume=Volume Number
|; {{{last2}}}{{#if:{{{first2|}}}|, {{{first2}}}}}
|issue=Issue Number
}}{{#if:{{{last3|}}}{{{first3|}}}
|pages=Page range
|; {{{last3}}}{{#if:{{{first3|}}}|, {{{first3}}}}}
|doi=DOI (if available)
}}{{#if:{{{last4|}}}{{{first4|}}}
|url=URL (if online)
|; {{{last4}}}{{#if:{{{first4|}}}|, {{{first4}}}}}
|access-date=YYYY-MM-DD
}}{{#if:{{{etal|}}}
|; ''et al.''
}}{{#if:{{{last1|}}}{{{first1|}}}{{{last2|}}}{{{first2|}}}{{{last3|}}}{{{first3|}}}{{{last4|}}}{{{first4|}}}{{{etal|}}}.|}}

<!-- ========== Year/Date ========== -->
{{#if:{{{year|}}}{{{date|}}}
| ({{#if:{{{year|}}}|{{{year}}}|{{{date}}}}}).
}}
}}

<!-- ========== Title ========== -->
{{#if:{{{title|}}}
| “{{{title}}}.”
}}

<!-- ========== Journal, volume(issue):pages ========== -->
{{#if:{{{journal|}}}
| ''{{{journal}}}''
}}{{#if:{{{volume|}}}
| ''' {{{volume}}}'''
}}{{#if:{{{issue|}}}
| ({{{issue}}})
}}{{#if:{{{pages|}}}
|: {{{pages}}}
}}.

<!-- ========== Identifiers & links ========== -->
{{#if:{{{doi|}}}
| doi: [https://doi.org/{{{doi}}} {{{doi}}}].
}}
{{#if:{{{pmid|}}}
| PMID: {{{pmid}}}.
}}
{{#if:{{{pmcid|}}}
| PMCID: {{{pmcid}}}.
}}
{{#if:{{{url|}}}
| [{{{url}}} Online]{{#if:{{{access-date|}}}| (accessed {{{access-date}}})}}.
}}

</span>
</includeonly>
<noinclude>
{{Documentation}}
</noinclude>

Latest revision as of 02:23, 11 August 2025