Jump to content

Template:Cite journal: Difference between revisions

From Encyclopedia Folklorica
Eashcroft (talk | contribs)
Created page with "<includeonly>{{{author|}}}. "{{{title|}}}." ''{{{journal|}}}''{{{volume|}}}{{{issue|}}}. {{{pages|}}}. {{{year|}}}.{{{doi|}}}{{{url|}}}{{{access-date|}}}</includeonly><noinclude> = Template:Cite journal = Formats a citation for an academic journal article. == Usage == <pre> <ref>{{Cite journal |author= |title= |journal= |volume= |issue= |pages= |year= |doi= |url= |access-date= }}</ref> </pre> == Parameters == {| class="wikitable" ! Parameter ! Required !..."
 
Eashcroft (talk | contribs)
No edit summary
 
Line 1: Line 1:
<includeonly>{{{author|}}}. "{{{title|}}}." ''{{{journal|}}}''{{{volume|}}}{{{issue|}}}. {{{pages|}}}. {{{year|}}}.{{{doi|}}}{{{url|}}}{{{access-date|}}}</includeonly><noinclude>
<includeonly>{{{author|}}}. "{{{title|}}}." ''{{{journal|}}}''{{#if:{{{volume|}}}| {{{volume}}}}}{{#if:{{{issue|}}}|({{{issue}}})}}.{{#if:{{{pages|}}}| {{{pages}}}.}} {{{year|}}}.{{#if:{{{doi|}}}| DOI: {{{doi}}}.}}{{#if:{{{url|}}}| [{{{url}}} Online].}}{{#if:{{{access-date|}}}| Retrieved {{{access-date}}}.}}</includeonly>
 
<noinclude>
= Template:Cite journal =
== Template:Cite journal ==
 
Formats a citation for an academic journal article.
Formats a citation for an academic journal article.
== Usage ==
== Usage ==
<pre>
<pre>
<ref>{{Cite journal
<ref>{{Cite journal
Line 21: Line 18:
}}</ref>
}}</ref>
</pre>
</pre>
== Parameters ==
== Parameters ==
{| class="wikitable"
{| class="wikitable"
! Parameter
! Parameter
Line 43: Line 38:
| volume
| volume
| No
| No
| Journal volume.
| Journal volume (just the number, e.g. 12).
|-
|-
| issue
| issue
| No
| No
| Journal issue number.
| Journal issue (just the number, e.g. 3 — the template adds the parentheses).
|-
|-
| pages
| pages
| No
| No
| Page range.
| Page range (e.g. 45–67).
|-
|-
| year
| year
Line 59: Line 54:
| doi
| doi
| No
| No
| DOI (include the leading text, e.g. "DOI: 10.1234/example").
| DOI (just the identifier, e.g. 10.1234/example — the template adds "DOI:").
|-
|-
| url
| url
| No
| No
| Online version (include the leading space and link, e.g. " [https://example.com Online]").
| Link to an online version (just the URL).
|-
|-
| access-date
| access-date
| No
| No
| Access date (include the leading text, e.g. " Retrieved 2 July 2026.").
| Date the online version was accessed (e.g. 2 July 2026).
|}
|}
== Example ==
== Example ==
<pre>
<pre>
<ref>{{Cite journal
<ref>{{Cite journal
Line 78: Line 71:
  |journal=Journal of Printing History
  |journal=Journal of Printing History
  |volume=12
  |volume=12
  |issue=(3)
  |issue=3
  |pages=45–67
  |pages=45–67
  |year=2022
  |year=2022
  |doi= DOI: 10.1234/jph.2022.15
  |doi=10.1234/jph.2022.15
  |url= [https://example.com Online]
  |url=https://example.com
  |access-date= Retrieved 2 July 2026.
  |access-date=2 July 2026
}}</ref>
}}</ref>
</pre>
</pre>
Produces:
Produces:
Smith, Jane. "Printing Traditions in Victorian London." ''Journal of Printing History'' 12(3). 45–67. 2022. DOI: 10.1234/jph.2022.15. Online. Retrieved 2 July 2026.
Smith, Jane. "Printing Traditions in Victorian London." ''Journal of Printing History'' 12(3). 45–67. 2022. DOI: 10.1234/jph.2022.15. Online. Retrieved 2 July 2026.
[[Category:Citation templates]]
[[Category:Citation templates]]
</noinclude>
</noinclude>

Latest revision as of 15:18, 2 July 2026


Template:Cite journal

Formats a citation for an academic journal article.

Usage

<ref>{{Cite journal
 |author=
 |title=
 |journal=
 |volume=
 |issue=
 |pages=
 |year=
 |doi=
 |url=
 |access-date=
}}</ref>

Parameters

Parameter Required Description
author Yes Author(s) of the article.
title Yes Title of the journal article.
journal Yes Name of the journal.
volume No Journal volume (just the number, e.g. 12).
issue No Journal issue (just the number, e.g. 3 — the template adds the parentheses).
pages No Page range (e.g. 45–67).
year Yes Year of publication.
doi No DOI (just the identifier, e.g. 10.1234/example — the template adds "DOI:").
url No Link to an online version (just the URL).
access-date No Date the online version was accessed (e.g. 2 July 2026).

Example

<ref>{{Cite journal
 |author=Smith, Jane
 |title=Printing Traditions in Victorian London
 |journal=Journal of Printing History
 |volume=12
 |issue=3
 |pages=45–67
 |year=2022
 |doi=10.1234/jph.2022.15
 |url=https://example.com
 |access-date=2 July 2026
}}</ref>

Produces: Smith, Jane. "Printing Traditions in Victorian London." Journal of Printing History 12(3). 45–67. 2022. DOI: 10.1234/jph.2022.15. Online. Retrieved 2 July 2026.