Template:pmid text: Difference between revisions
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{{ | <includeonly>{{#if:{{{authors|}}}|{{#pmid:{{{1}}}|#pubmed_authorsi}}}}{{#pmid:{{{1}}}|#pubmed_year}}, {{#pmid:{{{1}}}|#pubmed_title}} {{pmid|{{{1}}}}}</includeonly><noinclude> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"description": "The unique identifier for articles and documents within the PubMed database.", | |||
"label": "pmid", | |||
"type": "number", | |||
"required": true | |||
}, | |||
"authors": { | |||
"description": "Show authors", | |||
"type": "boolean", | |||
"autovalue": "", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "Display year, title and reference of a PubMed article." | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 15:52, 19 February 2024
Display year, title and reference of a PubMed article.
Parameter | Description | Type | Status | |
---|---|---|---|---|
pmid | 1 | The unique identifier for articles and documents within the PubMed database. | Number | required |
authors | authors | Show authors
| Boolean | suggested |