Template:Academic peer reviewed/doc

From Body Communication

Usage

This template is to be used on main pages and talk pages of articles that have been though academic peer review and published in whole or in part in an academic journal. The template dislays differently when included on a main vs talkpage (see examples below) and for whether the article was adapted from wikipedia initially (W2J) or written from scratch in the journal (J2W).

It also adds the article to Category:Wikipedia articles published in peer-reviewed literature. The only necessary parameter is the wikidata QID, and all data is drawn from the citation's wikidata item.

{{Academic peer reviewed
 | Q = QID for published academic article
}}

Examples

Main page

When placed on an article's main page (typically at the top of the references section), it formats as follows:

For a J2W article

{{Academic peer reviewed|Q21045419}}
This article was adapted from the following source under a [Lua error in Module:Wd at line 196: attempt to index field 'wikibase' (a nil value). Lua error in Module:Wd at line 196: attempt to index field 'wikibase' (a nil value).] license (2024) : Lua error in Module:Cite_Q at line 13: attempt to index field 'wikibase' (a nil value).

For a W2J article

{{Academic peer reviewed|Q76846397}}
This article was adapted from the following source under a [Lua error in Module:Wd at line 196: attempt to index field 'wikibase' (a nil value). Lua error in Module:Wd at line 196: attempt to index field 'wikibase' (a nil value).] license (2024) : Lua error in Module:Cite_Q at line 13: attempt to index field 'wikibase' (a nil value).

Talk page

When placed on an article's talk page, it formats as follows:

For a J2W article

{{Academic peer reviewed|Q21045419}}

For a W2J article

{{Academic peer reviewed|Q76846397}}

See also

Formatting subpages

TemplateData

<templatedata> { "params": { "doi": { "label": "DOI", "description": "Digital Object Identifier; begins with '10.'", "example": "10.1371/journal.pcbi.1002445", "type": "string" }, "pmid": { "label": "PMID", "description": "PubMed Unique Identifier", "example": "22496628", "type": "number" }, "link": { "aliases": [ "url" ], "label": "Link", "description": "URL link to article (overridden by DOI)", "type": "url" }, "journal": { "label": "Journal", "description": "Name of the source journal; may be wikilinked" }, "date": { "aliases": [ "year" ], "label": "Date of publication", "description": "Date or year of publication", "type": "date" }, "sortkey": { "label": "Sort key", "description": "Allows ordering top icons according to the sortkey given.", "type": "number" }, "review": { "label": "Review URL", "description": "The URL of the peer review of the publication", "example": "http://topicpageswiki.plos.org/wiki/Talk:Circular_permutation_in_proteins", "type": "url" }, "vauthors": { "aliases": [ "authors" ], "label": "Vancouver style authors", "description": "Comma-separated list of author names in Vancouver style; enclose corporate or institutional author names in doubled parentheses" }, "title": { "label": "Title", "description": "Title of publication (if different to Wikipedia page title)", "type": "string" }, "volume": { "label": "Volume", "type": "number" }, "issue": { "label": "Issue", "type": "number" }, "pages": { "label": "Pages" }, "pmc": { "label": "PMC", "description": "PubMed Center article number", "example": "3320104", "type": "number" }, "nocat": { "label": "No-cat", "description": "Do not add to tracking categories", "type": "boolean" }, "Q": { "aliases": [ "QID" ], "label": "Wikidata QID", "description": "Wikidata QID, can auto-pupulate the other parameters", "example": "Q1234567", "type": "string", "required": true, "suggested": true }, "last1": { "aliases": [ "last" ], "description": "The surname of the first author" }, "first1": { "aliases": [ "first" ], "description": "Given or first name, middle names, or initials of the first author" }, "last2": {}, "et_al": { "description": "How many authors to list before writing \"et al.\"" }, "first2": {}, "last3": {}, "first3": {}, "last4": {}, "first4": {}, "last5": {}, "first5": {}, "last6": {}, "first6": {}, "last7": {}, "first7": {}, "last8": {}, "first8": {}, "last9": {}, "first9": {} }, "description": "This template is to be used in the Reference section of articles that have been though academic peer review and published in whole or in part in an academic journal.", "format": "inline", "paramOrder": [ "Q", "doi", "pmid", "link", "journal", "date", "sortkey", "review", "title", "volume", "issue", "pages", "pmc", "last1", "first1", "last2", "first2", "last3", "first3", "last4", "first4", "last5", "first5", "last6", "first6", "last7", "first7", "last8", "first8", "last9", "first9", "et_al", "vauthors", "nocat" ] } </templatedata>