Difference between revisions of "Template:Cite pmid/doc"
imported>Boghog (Per consensus, this template should no longer be used.) |
imported>WhatamIdoing (TemplateData) |
||
| Line 31: | Line 31: | ||
== Example references == | == Example references == | ||
| − | {{ | + | <references /> |
| + | |||
| + | ==TemplateData== | ||
| + | <templatedata> | ||
| + | { | ||
| + | "description": "A template for citing a source by PubMed identification number. Please use {{cite journal}} instead.", | ||
| + | "params": { | ||
| + | "1": { | ||
| + | "label": "PMID", | ||
| + | "description": "PubMed identification number", | ||
| + | "type": "number", | ||
| + | "required": true | ||
| + | }, | ||
| + | "2": { | ||
| + | "label": "noedit", | ||
| + | "description": "A value of \"noedit\" removes the edit link from this item.", | ||
| + | "type": "string", | ||
| + | "autovalue": "noedit" | ||
| + | } | ||
| + | } | ||
| + | } | ||
| + | </templatedata> | ||
| + | |||
== See also == | == See also == | ||
Revision as of 19:28, 21 November 2014
| This is a documentation subpage for Template:Cite pmid. It contains usage information, categories and other content that is not part of the original template page. |
| Per consensus, this template should no longer be used. Instead, please use the {{cite journal}} template. |
| Per WP:CITEVAR, only use this template in articles whose references are formatted as described below. Please do not use the cite pmid template in articles whose references are formatted differently (e.g., articles that use the Vancouver system). |
Contents
Usage
Saves you filling out a citation template every time you want to cite a source. If your source has a PMID, just enter {{Cite pmid|PMID of your source}}.
Simplest form which will put a number at the citation location and place the citation in the reference section:
<ref>{{Cite pmid|PMID}}</ref>[1]
If another Wikipedia article already uses that reference (via the Cite pmid template), it will automatically use the existing information to present the full citation details of the reference in the article. If not, a bot will retrieve the information from PubMed and create the citation for you within a few minutes.
Use like this:
<ref name="Example2006">{{Cite pmid|12122621}}</ref>[2]
To refer to the same reference elsewhere in the same article, use:
<ref name="Example2006" />[2]
Removing the "edit" link
If you want to remove the "edit" link that this template places, add a second parameter with the text "noedit":
<ref name="Example2006a">{{Cite pmid|12122621|noedit}}</ref>[3]
Technical overview
The template works by transcluding a template, which is stored as Template:cite pmid/xxxxxxxx. This subpage is filled out by a bot using the {{cite journal}} syntax. If the article already exists in, say, Template:Cite doi, a redirect to the appropriate page will be created.
Example references
- ↑ Attention: This template ({{cite pmid}}) is deprecated. To cite the publication identified by PMID 1, please use {{cite journal}} with
|pmid=1instead. - ↑ 2.0 2.1 Attention: This template ({{cite pmid}}) is deprecated. To cite the publication identified by PMID 12122621, please use {{cite journal}} with
|pmid=12122621instead. - ↑ Attention: This template ({{cite pmid}}) is deprecated. To cite the publication identified by PMID 12122621, please use {{cite journal}} with
|pmid=12122621instead.
TemplateData
A template for citing a source by PubMed identification number. Please use {{cite journal}} instead.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| PMID | 1 | PubMed identification number | Number | required |
| noedit | 2 | A value of "noedit" removes the edit link from this item.
| String | optional |