Template:Cite journal: Difference between revisions
Tag: Undo |
No edit summary |
||
| 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> | |||