Template:Cite journal: Difference between revisions
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
{{{authors}}}. {{{year}}}. {{{paper_or_booktitle}}}. {{{journal_or_publisher}}}. doi:{{{doi}}} | {{{authors}}}. {{{year}}}. {{{paper_or_booktitle}}}. {{{journal_or_publisher}}}. doi:{{{doi}}} | ||
</includeonly> | </includeonly> | ||
<noinclude> | |||
== Usage == | |||
This template formats a journal citation for use inside <ref></ref> tags. | |||
=== Basic example === | |||
To cite a journal article, place the following inside your text: | |||
<nowiki> | |||
<ref name="EmeryThomson2001">{{Cite journal | |||
|authors=Emery, W. J., and R. E. Thomson | |||
|year=2001 | |||
|paper_or_booktitle=Data analysis methods in physical oceanography, 2nd edition, Section 5.6.7–5.6.8 | |||
|journal_or_publisher=Elsevier | |||
|doi=(ISBN)9780080477008 | |||
}}</ref> | |||
</nowiki> | |||
This will produce a numbered reference in the text and a formatted entry in the Notes section. | |||
=== Displaying the reference list === | |||
At the bottom of the page, add: | |||
<nowiki> | |||
== Notes == | |||
<references/> | |||
</nowiki> | |||
This will display all citations defined with <nowiki><ref></ref></nowiki> tags. | |||
=== Template parameters === | |||
* <nowiki>|authors=</nowiki> — Full author list, formatted exactly as desired. | |||
* <nowiki>|year=</nowiki> — Publication year. | |||
* <nowiki>|paper_or_booktitle=</nowiki> — Title of the paper or chapter. | |||
* <nowiki>|journal_or_publisher=</nowiki> — Journal name or publisher. | |||
* <nowiki>|doi=</nowiki> — DOI or ISBN. | |||
This template does not require any extensions and is safe for long‑term use. | |||
</noinclude> | |||
<noinclude> | <noinclude> | ||
Revision as of 16:29, 13 May 2026
Usage
This template formats a journal citation for use inside Cite error: Invalid <ref> tag; refs with no name must have content tags.
Basic example
To cite a journal article, place the following inside your text:
<ref name="EmeryThomson2001">{{Cite journal |authors=Emery, W. J., and R. E. Thomson |year=2001 |paper_or_booktitle=Data analysis methods in physical oceanography, 2nd edition, Section 5.6.7–5.6.8 |journal_or_publisher=Elsevier |doi=(ISBN)9780080477008 }}</ref>
This will produce a numbered reference in the text and a formatted entry in the Notes section.
Displaying the reference list
At the bottom of the page, add:
== Notes == <references/>
This will display all citations defined with <ref></ref> tags.
Template parameters
- |authors= — Full author list, formatted exactly as desired.
- |year= — Publication year.
- |paper_or_booktitle= — Title of the paper or chapter.
- |journal_or_publisher= — Journal name or publisher.
- |doi= — DOI or ISBN.
This template does not require any extensions and is safe for long‑term use.
This template formats journal citations without requiring any extensions. Usage example:[1]
- ↑ Lastname, A., and B. Lastname. 2020. Title of the paper. Journal Name. doi:10.1234/example
