Difference between revisions of "Template:Cite journal"
| [checked revision] | [checked revision] |
(Created page with "{{{author|}}}: {{{year|}}} {{{title|}}}, {{{publisher|}}}, {{{place|}}}, {{{date|}}}, {{{url|}}}, {{{journal|}}}, volume {{{volume|}}}, issue {{{issue|}}}, page(s) {{{page|}}}...") |
(fix) |
||
| (9 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{{author|}}} | <includeonly>{{{author|}}}, {{{year|}}}: {{{title|}}}. {{{journal|}}}, Vol. {{{volume|}}}, {{#if: {{{issue|}}} | ({{{issue}}}), | }} {{{page|}}}. doi: https://doi.org/{{{doi|}}}</includeonly> | ||
<noinclude> | |||
== Copy & paste == | |||
<pre> | |||
{{Cite journal | |||
|author= | |||
|year= | |||
|title= | |||
|journal= | |||
|volume= | |||
|issue= | |||
|page= | |||
|doi= | |||
}} | |||
</pre> | |||
{{Template:Cite journal/doc}} | |||
</noinclude> | |||
Latest revision as of 11:48, 4 May 2021
Copy & paste
{{Cite journal
|author=
|year=
|title=
|journal=
|volume=
|issue=
|page=
|doi=
}}
Template for adding references from journals
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Author | author | Person. who has written this paper
| String | required |
| Year | year | Publshing year | Date | required |
| Title | title | Title of the paper | String | required |
| Journal | journal | Name of the journal | String | required |
| Volume | volume | Volume of the journal | String | required |
| Issue | issue | Issue of the journal | String | suggested |
| Page(s) | page | Page or pages in the journal | Page name | required |
| DOI | doi | DOI | String | suggested |