Template:Cite journal: Difference between revisions

Al Piskun (talk | contribs)
No edit summary
Al Piskun (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>{{Citation
{{#if:{{{author|}}}|{{{author}}}. }}  
| title  = {{{title|}}}
"{{{title|}}}".
| url    = {{{url|}}}
''{{{journal|}}}''
| last    = {{{last|{{{author|}}}}}}
 
| first  = {{{first|}}}
{{#if:{{{date|}}}| ({{{date}}})}}
| date    = {{{date|{{{year|}}}}}}
{{#if:{{{volume|}}}| '''{{{volume}}}'''}}
| journal = {{{journal|{{{work|}}}}}}
{{#if:{{{issue|}}}| ({{{issue}}})}}
| pages  = {{{pages|}}}
 
| doi    = {{{doi|}}}
.</includeonly>
| 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>