Editing Template:Cite magazine
Template page
More actions
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 61: | Line 61: | ||
|. {{{id}}} | |. {{{id}}} | ||
}}{{#if:{{{accessdate|}}} | }}{{#if:{{{accessdate|}}} | ||
|. Retrieved on {{{accessdate}}} | |. Retrieved on [[{{{accessdate}}}]] | ||
}}.</includeonly> | }}.</includeonly> | ||
<noinclude> | <noinclude> | ||
<pre> | <pre> | ||
{{cite magazine | {{cite magazine | ||
| last = | | last = | ||
| first = | | first = | ||
| authorlink = | | authorlink = | ||
| coauthors = | | coauthors = | ||
| year = | | year = | ||
| month = | | month = | ||
| title = | | title = | ||
| | | journal = | ||
| volume = | | volume = | ||
| issue = | | issue = | ||
| page = | |||
| pages = | | pages = | ||
| doi = | | article = | ||
| doi = | |||
| id = | | id = | ||
| url | | url = | ||
| format = | | format = | ||
| accessdate = | | accessdate = | ||
}} | }} | ||
</pre> | |||
* '''title''': Title of article. '''''This is the only required parameter. All other parameters are optional.''''' | |||
* '''title''': Title of article. | |||
* '''author''': Author | * '''author''': Author | ||
** '''last''' works with '''first''' to produce <code>last, first</code> | ** '''last''' works with '''first''' to produce <code>last, first</code> | ||
** '''authorlink''' works either with '''author''' or with '''last''' & '''first''' to link to the appropriate article (internal link) | ** '''authorlink''' works either with '''author''' or with '''last''' & '''first''' to link to the appropriate article (internal link) | ||
** '''coauthors''': allows additional authors | ** '''coauthors''': allows additional authors | ||
* '''date''': | * '''date''': ''January 1, 2006''. Full date of publication. | ||
** '''year''': ''2006''. Year of publication (ignored if the ''date'' field is used). | ** '''year''': ''2006''. Year of publication (ignored if the ''date'' field is used). | ||
*** '''month''': ''January''. Month of publication (ignored if the ''date'' field is used, or if the ''year'' field is ''not'' used). | *** '''month''': ''January''. Month of publication (ignored if the ''date'' field is used, or if the ''year'' field is ''not'' used). | ||
* ''' | * '''journal''': Name of the journal. | ||
* '''volume''': Volume number of the journal in which the article is found | * '''volume''': Volume number of the journal in which the article is found | ||
* '''issue''': Issue number of the journal in which the article is found | * '''issue''': Issue number of the journal in which the article is found | ||
* '''pages''': '' | * '''page''': page number of single page article | ||
* '''doi''': [[ | * '''pages''': page range for multi-page articles | ||
* '''id''': | * '''article''': article number (online journal with no page numbers). | ||
* '''doi''': [[Wikipedia:digital object identifier|digital object identifier]]. | |||
* '''id''': i.e. PMID 15128012 | |||
* '''url''': URL of a copy of the article, if available online. | * '''url''': URL of a copy of the article, if available online. | ||
* '''[[Template: | ** '''[[Template:formattype|format]]''': Format, i.e. PDF. Don't specify for HTML (implied as default). | ||
* '''accessdate''': Full date when URL was accessed, in [[ | * '''accessdate''': Full date when URL was accessed, in [[Wikipedia:ISO 8601|ISO 8601]] YYYY-MM-DD format, eg. ''2006-02-17''. | ||
[[Category:Citation templates]] [[Category:Templates using ParserFunctions]] | [[Category:Citation templates]] [[Category:Templates using ParserFunctions]] | ||
</noinclude> | </noinclude> | ||