Template:Cite arxiv: Difference between revisions
Jump to navigation
Jump to search
Tag: Undo |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly><span class="citation arxiv">{{#if:{{{author|}}}|{{{author}}}.}} | <includeonly><span class="citation arxiv">{{#if:{{{author|}}}|{{{author}}}. }}({{{year}}}). "{{{title}}}". ''arXiv'': [https://arxiv.org/abs/{{{eprint}}} {{{eprint}}}].{{#if:{{{access-date|}}}| Retrieved {{{access-date}}}.|}}</span></includeonly><noinclude> | ||
== Template:Cite arxiv == | |||
Cites a preprint on [https://arxiv.org arXiv]. | |||
=== Parameters === | |||
{| class="wikitable" | |||
! Parameter !! Description !! Example | |||
|- | |||
| <code>title</code> || Title of the paper (required) || <code>Volunteer Computing: A Model of the Impact of Throughput on Popularity</code> | |||
|- | |||
| <code>eprint</code> || arXiv identifier (required) || <code>1001.0680</code> | |||
|- | |||
| <code>author</code> || Author name(s) || <code>Anderson, David P.</code> | |||
|- | |||
| <code>year</code> || Year of submission || <code>2010</code> | |||
|- | |||
| <code>access-date</code> || Date accessed || <code>2026-05-18</code> | |||
|} | |||
=== Example === | |||
<pre>{{Cite arxiv |author=Anderson, David P. |year=2010 |title=Volunteer Computing: A Model of the Impact of Throughput on Popularity |eprint=1001.0680 |access-date=2026-05-18}}</pre> | |||
Renders as: Anderson, David P. (2010). "Volunteer Computing: A Model of the Impact of Throughput on Popularity". ''arXiv'': [https://arxiv.org/abs/1001.0680 1001.0680]. Retrieved 2026-05-18. | |||
[[Category:Citation templates]] | |||
</noinclude> | |||
Latest revision as of 17:30, 20 May 2026
Template:Cite arxiv
Cites a preprint on arXiv.
Parameters
| Parameter | Description | Example |
|---|---|---|
title |
Title of the paper (required) | Volunteer Computing: A Model of the Impact of Throughput on Popularity
|
eprint |
arXiv identifier (required) | 1001.0680
|
author |
Author name(s) | Anderson, David P.
|
year |
Year of submission | 2010
|
access-date |
Date accessed | 2026-05-18
|
Example
{{Cite arxiv |author=Anderson, David P. |year=2010 |title=Volunteer Computing: A Model of the Impact of Throughput on Popularity |eprint=1001.0680 |access-date=2026-05-18}}
Renders as: Anderson, David P. (2010). "Volunteer Computing: A Model of the Impact of Throughput on Popularity". arXiv: 1001.0680. Retrieved 2026-05-18.