Anonymous

Changes

From Polyphasic Sleep Wiki
m
-double spaces.
{{Documentation subpage}}
<!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: [[Wikipedia:Wikidata]]) -->
{{csdoc|lua|lua=yes}}
{{csdoc|cs1|lua=yes}}
{{csdoc|lead|preprints at the [[bioRxiv]]}} It links to the abstract at <code><nowiki>https://doi.org/'''10.1101/######</nowiki></code>, which will usually resolve to <code><nowiki>https://www.biorxiv.org/content/</nowiki>''biorxiv''</code>.

=== Usage ===

;Common parameters, horizontal format : <code><nowiki>{{cite bioRxiv |last1= |first1= |date= |title= |biorxiv=}}</nowiki></code>
* '''biorxiv''' '''(Mandatory)''': bioRxiv DOI identifier. That is use {{para|biorxiv|10.1101/012345}} not {{para|doi|10.1101/012345}}
* '''title''': Title of the cited paper.

The template uses the style of {{tl|cite journal}}. Once a paper is accepted in a peer-reviewed journal, it is recommended to use one of those templates, as the peer-reviewed status of the article is important, while preserving the bioRxiv link in order to guarantee open access to the previous version of the article. To preserve the bioRxiv link, add e.g. {{para|biorxiv|10.1101/012345}} to the {{tl|citation}} or {{tl|cite journal}} templates.

== Examples ==
{{markup2
|m=<nowiki>{{cite biorxiv |last1=Navarrete |first1=I. |last2=Panchi |first2=N. |last3=Kromann |first3=P. |last4=Forbes |first4=G. |last5=Andrade-Piedra |first5=J. |date=15 February 2017 |title=Health quality of seed potato and yield losses in Ecuador |biorxiv=10.1101/108712}}</nowiki>
|r={{cite biorxiv |last1=Navarrete |first1=I. |last2=Panchi |first2=N. |last3=Kromann |first3=P. |last4=Forbes |first4=G. |last5=Andrade-Piedra |first5=J. |date=15 February 2017 |title=Health quality of seed potato and yield losses in Ecuador |biorxiv=10.1101/108712}}
}}

== Parameters ==
===Deprecated===
{{csdoc|deprecated}}

===Description===
====Authors====
{{csdoc|author|arxiv=yes}}

====Date====
{{csdoc|date}}

====Title====
{{csdoc|title|title_format=quotes|link=no}}
{{csdoc|language}}
== TemplateData ==
{{TemplateData header}}
<templatedata>
{
"params": {
"biorxiv": {
"label": "bioRxiv",
"description": "bioRxiv identifier without the \"bioRxiv:\" prefix",
"type": "string",
"required": true,
"example": "108712"
},
"title": {
"label": "Title",
"description": "Title of the paper cited",
"type": "string",
"suggested": true
},
"first": {
"aliases": [
"first1",
"given",
"given1"
],
"label": "First name",
"description": "First name of first author",
"type": "string",
"suggested": true
},
"last": {
"aliases": [
"last1",
"surname",
"surname1"
],
"label": "Last name",
"description": "Last name of first author",
"type": "string",
"suggested": true
},
"author": {
"aliases": [
"author1"
],
"label": "Author",
"description": "Complete name of the first author",
"type": "string"
},
"author-link": {
"aliases": [
"author-link1",
"authorlink",
"authorlink1",
"author1-link",
"author1link."
],
"label": "Author's article",
"description": "Title of the Wikipedia article about the first author",
"type": "wiki-page-name"
},
"first2": {
"aliases": [
"given2"
],
"label": "Author 2's first name",
"description": "First name of second author",
"type": "string"
},
"last2": {
"aliases": [
"surname2"
],
"label": "Author 2's last name",
"description": "Last name of second author",
"type": "string"
},
"author2": {
"label": "Author 2",
"description": "Full name of second author",
"type": "string"
},
"author-link2": {
"aliases": [
"authorlink2",
"author2-link",
"author2link"
],
"label": "Author 2's article",
"description": "Title of Wikipedia article about the second author",
"type": "wiki-page-name"
},
"coauthors": {
"label": "Co-authors",
"description": "Names of co-authors",
"type": "string",
"deprecated": "Use author, author2, etc."
},
"authors": {
"label": "Authors",
"description": "Full list of all authors",
"type": "string"
},
"collaboration": {
"label": "collaboration",
"description": "Name of a group of authors, in addition to the ones listed in the Author parameters",
"type": "string"
},
"translator-last": {
"aliases": [
"translator1-last",
"translator-last1"
],
"label": "Translator's last name",
"description": "Translator's last name",
"type": "string"
},
"translator-first": {
"aliases": [
"translator1-first",
"translator-first1"
],
"label": "Translator's first name",
"description": "Translator's first name",
"type": "string"
},
"translator": {
"aliases": [
"translator1"
],
"label": "Translator",
"description": "Full name of first translator",
"type": "string"
},
"translator-link": {
"aliases": [
"translator-link1",
"translator1-link"
],
"label": "Translator's article",
"description": "Title of Wikipedia article of the (first) translator",
"type": "wiki-page-name"
},
"translator-first2": {
"aliases": [
"translator2-first"
],
"label": "Translator 2's First name",
"description": "Translator 2's First name",
"type": "string"
},
"translator-last2": {
"aliases": [
"translator2-last"
],
"label": "Translator 2's last name",
"description": "Translator 2's last name",
"type": "string"
},
"translator2": {
"label": "Translator 2",
"description": "Full name of second translator",
"type": "string"
},
"translator-link2": {
"aliases": [
"translator2-link"
],
"label": "Translator 2's article",
"description": "Title of WIkipedia article about second translator",
"type": "wiki-page-name"
},
"date": {
"label": "Date",
"description": "Date of the source being cited. Use n.d. for no date, and c. for inexact dated",
"type": "string"
},
"orig-year": {
"aliases": [
"origyear"
],
"label": "Original publication year",
"description": "Original publication year, which displays after the main date. Be specific",
"example": "First published 1859",
"type": "string"
},
"df": {
"label": "Date format for publication dates",
"description": "Either ymd (Year-Month-Day), dmy (Day-Month-Year), or mdy (Month-Day-Year) add -all at end to also affect access and archive dates",
"example": "dmy",
"type": "string"
},
"script-title": {
"label": "Foreign-script title",
"description": "Title of work in original non-latin script. May be prefixed with language code and a colon",
"example": "ja:東京タワー",
"type": "string"
},
"trans-title": {
"label": "Translated title",
"description": "English translation of title",
"type": "string"
},
"title-link": {
"label": "Article about title",
"description": "Wikipedia article that the title is linked to",
"type": "wiki-page-name"
},
"language": {
"label": "Language(s)",
"description": "Language(s) the source is written in. Separate by commas, and do not include 'and'",
"type": "string"
}
},
"format": "inline",
"description": "Formats a citation to a paper with an bioRxiv id",
"paramOrder": [
"biorxiv",
"author",
"first",
"last",
"first2",
"last2",
"author2",
"author-link",
"author-link2",
"authors",
"coauthors",
"title",
"translator",
"translator-last",
"translator-first",
"translator-link",
"translator-first2",
"translator-last2",
"translator2",
"translator-link2",
"collaboration",
"date",
"orig-year",
"df",
"script-title",
"trans-title",
"title-link",
"language"
]
}
</templatedata>
== External links ==
* [http://biorxiv.org bioRxiv.org]

{{Citation Style 1}}
<includeonly>{{Sandbox other||
<!-- Categories go below this line, please; interwikis go to Wikidata, thank you! -->

[[Category:Citation Style 1 templates|B]]
[[Category:Mathematics source templates|{{PAGENAME}}]]

}}</includeonly>
Anonymous user