Template:Cite journal: Difference between revisions
Jump to navigation
Jump to search
Created page with "<includeonly><span class="citation journal">{{#if:{{{author|}}}|{{{author}}}.}} "{{{title}}}". ''{{{journal}}}''{{#if:{{{date|}}}| ({{{date}}})}}{{#if:{{{volume|}}}| '''{{{volume}}}'''}}{{#if:{{{issue|}}}|({{{issue}}})}}.</span></includeonly>" |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly>{{Citation | ||
| title = {{{title|}}} | |||
| url = {{{url|}}} | |||
| last = {{{last|{{{author|}}}}}} | |||
| first = {{{first|}}} | |||
| date = {{{date|{{{year|}}}}}} | |||
| journal = {{{journal|{{{work|}}}}}} | |||
| pages = {{{pages|}}} | |||
| doi = {{{doi|}}} | |||
| access-date = {{{access-date|{{{accessdate|}}}}}} | |||
}}</includeonly><noinclude> | |||
== Template:Cite journal == | |||
Cites an article in an academic journal. Calls {{tl|Citation}}. | |||
=== Parameters === | |||
{| class="wikitable" | |||
! Parameter !! Description !! Example | |||
|- | |||
| <code>title</code> || Article title (required) || <code>Volunteer Computing with BOINC</code> | |||
|- | |||
| <code>journal</code> or <code>work</code> || Journal name (required) || <code>Journal of Grid Computing</code> | |||
|- | |||
| <code>last</code> / <code>author</code> || Author surname || <code>Anderson</code> | |||
|- | |||
| <code>first</code> || Author first name || <code>David P.</code> | |||
|- | |||
| <code>date</code> or <code>year</code> || Publication date || <code>2020</code> | |||
|- | |||
| <code>pages</code> || Page range || <code>301–318</code> | |||
|- | |||
| <code>doi</code> || DOI || <code>10.1007/s10723-019-09497-9</code> | |||
|- | |||
| <code>url</code> || URL to article || <code><nowiki>https://link.springer.com/article/...</nowiki></code> | |||
|- | |||
| <code>access-date</code> || Date accessed || <code>2026-05-18</code> | |||
|} | |||
=== Example === | |||
<pre>{{Cite journal |last=Anderson |first=David P. |date=2020 |title=Volunteer Computing with BOINC |journal=Journal of Grid Computing |pages=301–318 |doi=10.1007/s10723-019-09497-9}}</pre> | |||
[[Category:Citation templates]] | |||
</noinclude> | |||
Latest revision as of 17:32, 20 May 2026
Template:Cite journal
Cites an article in an academic journal. Calls {{Citation}}.
Parameters
| Parameter | Description | Example |
|---|---|---|
title |
Article title (required) | Volunteer Computing with BOINC
|
journal or work |
Journal name (required) | Journal of Grid Computing
|
last / author |
Author surname | Anderson
|
first |
Author first name | David P.
|
date or year |
Publication date | 2020
|
pages |
Page range | 301–318
|
doi |
DOI | 10.1007/s10723-019-09497-9
|
url |
URL to article | https://link.springer.com/article/...
|
access-date |
Date accessed | 2026-05-18
|
Example
{{Cite journal |last=Anderson |first=David P. |date=2020 |title=Volunteer Computing with BOINC |journal=Journal of Grid Computing |pages=301–318 |doi=10.1007/s10723-019-09497-9}}