Template:pmid text: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{#pmid:{{{1}}}|#pubmed_year}}, {{#pmid:{{{1}}}|#pubmed_title}} {{pmid|{{{1}}}}}</includeonly><noinclude> | <includeonly>{{#if:{{{authors}}}|{{#pmid:{{{1}}}|#pubmed_authorsi}}}}{{#pmid:{{{1}}}|#pubmed_year}}, {{#pmid:{{{1}}}|#pubmed_title}} {{pmid|{{{1}}}}}</includeonly><noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 8: | Line 8: | ||
"type": "number", | "type": "number", | ||
"required": true | "required": true | ||
}, | |||
"authors": { | |||
"description": "Show authors", | |||
"type": "boolean", | |||
"default": "0", | |||
"autovalue": "0", | |||
"suggested": true | |||
} | } | ||
}, | }, |
Revision as of 15:50, 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 |