Template:Cite journal: Difference between revisions

Al Piskun (talk | contribs)
Undo revision 1135 by Al Piskun (talk)
Tag: Undo
Al Piskun (talk | contribs)
No edit summary
 
Line 1: Line 1:
<includeonly><span class="citation journal">{{#if:{{{author|}}}|{{{author}}}.}}&#32;"{{{title}}}".&#32;''{{{journal}}}''{{#if:{{{date|}}}|&#32;({{{date}}})}}{{#if:{{{volume|}}}|&#32;'''{{{volume}}}'''}}{{#if:{{{issue|}}}|({{{issue}}})}}.</span></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>