Template:Article Info: Difference between revisions

From WikiMSK

No edit summary
ย 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<div class="citebox">
<div class="citebox">
{{{author}}}. "{{{title}}}". ''{{{journal}}}''. {{{year}}}. {{{volume}}}{{#if: {{{issue|}}} | ({{{issue}}}) | }}:{{{pages}}}.<br/><span class="pubmedlink">[http://www.ncbi.nlm.nih.gov/pubmed/{{{pmid}}} PubMed]</span> {{#if: {{{fulltexturl|}}} | <span class="fulltextlink">[{{{fulltexturl}}} Full text]</span> | }} {{#if: {{{pdfurl|}}} | <span class="pdflink">[{{{pdfurl}}} PDF]</span> }}</div>
{{{author}}}. "{{{title}}}". ''{{{journal}}}''. {{{year}}}. {{{volume}}}{{#if: {{{issue|}}} | ({{{issue}}}) | }}:{{{pages}}}.<br/><span class="pubmedlink">[http://www.ncbi.nlm.nih.gov/pubmed/{{{pmid}}} PubMed]</span> {{#if: {{{fulltexturl|}}} | <span class="fulltextlink">[{{{fulltexturl}}} Full text]</span> | }} {{#if: {{{pdfurl|}}} | <span class="pdflink">[{{{pdfurl}}} PDF]</span> }}</div>
<noinclude>
The ''{{t|Article Info}}'' template allows you to create an article information section for use in the EBQ pages
=== Template ===
<pre class=mw-code>
{{Article Info
| title=
| abbreviation=
| published=
| author=
| journal=
| year=
| volume=
| pages=
| pmid=
| pdfurl=
| status=
}}
</pre>

Latest revision as of 18:06, 27 June 2020

{{{author}}}. "{{{title}}}". {{{journal}}}. {{{year}}}. {{{volume}}}:{{{pages}}}.
PubMed


The {{Article Info}} template allows you to create an article information section for use in the EBQ pages

Template

{{Article Info
| title=
| abbreviation=
| published=
| author=
| journal=
| year=
| volume=
| pages=
| pmid=
| pdfurl=
| status=
}}