Template:Cite journal/doc: Difference between revisions
Jump to navigation
Jump to search
author parameters with authors, fix formatting
(→Usage: standardize formatting) |
(author parameters with authors, fix formatting) |
||
| Line 1: | Line 1: | ||
==Usage== | ==Usage== | ||
{{csdoc|usage}} | {{csdoc|usage}} | ||
| Line 20: | Line 14: | ||
or | or | ||
<br /> | <br /> | ||
<code><nowiki>{{cite journal |last= |first= |last2= |first2= |year= |title= |url= |journal= |publisher= |volume= |issue= |pages= |doi= |pmc= |pmid= | <code><nowiki>{{cite journal |last= |first= |last2= |first2= |authorformat=vanc |author-separator=, |author-name-separator=&#32; |year= |title= |url= |journal= |publisher= |volume= |issue= |pages= |doi= |pmc= |pmid= }}</nowiki></code> | ||
<br /> | <br /> | ||
;Vancouver system citation of a scientific journal - Day, Month, Year | ;Vancouver system citation of a scientific journal - Day, Month, Year | ||
<code><nowiki>{{cite journal |author= |date= |title= |url= |journal= |publisher= |volume= |issue= |pages= |doi= |pmc= |pmid= }}</nowiki> | <code><nowiki>{{cite journal |author= |date= |title= |url= |journal= |publisher= |volume= |issue= |pages= |doi= |pmc= |pmid= }}</nowiki></code> | ||
< | |||
<br /> | <br /> | ||
<code><nowiki>{{cite journal |last= |first= |last2= |first2= |date= |title= |url= |journal= |publisher= |volume= |issue= |pages= |doi= |pmc= |pmid= | or | ||
<br /> | |||
<code><nowiki>{{cite journal |last= |first= |last2= |first2= |authorformat=vanc |author-separator=, |author-name-separator=&#32; |date= |title= |url= |journal= |publisher= |volume= |issue= |pages= |doi= |pmc= |pmid= }}</nowiki></code> | |||
<br /> | <br /> | ||
;To cite a magazine article with a credited author | ;To cite a magazine article with a credited author | ||
| Line 68: | Line 63: | ||
}} | }} | ||
</pre> | </pre> | ||
; | ;Vancouver system citation of a scientific journal (last, first) | ||
<pre style="margin:0px;"> | <pre style="margin:0px;"> | ||
{{cite journal | {{cite journal | ||
| last | | last = | ||
| first | | first = | ||
| last2 | | last2 = | ||
| first2 | | first2 = | ||
| date | | authorformat = vanc | ||
| title | | author-separator = , | ||
| url | | author-name-separator = &#32; | ||
| journal | | date = | ||
| publisher | | title = | ||
| volume | | url = | ||
| issue | | journal = | ||
| pages | | publisher = | ||
| doi | | volume = | ||
| pmc | | issue = | ||
| pmid | | pages = | ||
| doi = | |||
| pmc = | |||
| pmid = | |||
}} | |||
</pre> | </pre> | ||
;Vancouver system citation of a scientific journal (author) | |||
<pre style="margin:0px;"> | <pre style="margin:0px;"> | ||
{{cite journal | {{cite journal | ||
| Line 124: | Line 120: | ||
<pre style="margin:0px;"> | <pre style="margin:0px;"> | ||
{{cite journal | {{cite journal | ||
| author =<!--Staff writer(s); no by-line.--> | | author = <!--Staff writer(s); no by-line.--> | ||
| title = | | title = | ||
| url = | | url = | ||
| Line 665: | Line 661: | ||
}} | }} | ||
--> | --> | ||