Template:Cite online journal: Difference between revisions

Template page
No edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 38: Line 38:
   |
   |
}}{{#if: {{{format|}}}
}}{{#if: {{{format|}}}
   |  ({{{format}}})
   |  ({{formattype|{{{format}}}}})
}}{{#if:{{{journal|}}}
}}{{#if:{{{journal|}}}
   |  in ''{{{journal}}}''
   |  in ''{{{journal}}}''
Line 65: Line 65:
|
|
<pre>
<pre>
{{cite journal
{{cite online journal
  | last =  
  | last =  
  | first =  
  | first =  
Line 87: Line 87:
| style="vertical-align: top;" |
| style="vertical-align: top;" |
<pre>
<pre>
{{cite journal
{{cite online journal
  | author =  
  | author =  
  | year =  
  | year =  
Line 122: Line 122:
* '''id''': i.e. PMID 15128012
* '''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.
** '''format''': Format, i.e. PDF. Don't specify for HTML (implied as default).
** '''[[Template:formattype|format]]''': Format, i.e. PDF. Don't specify for HTML (implied as default).
* '''accessdate''': Full date when URL was accessed, in [[Wikipedia:ISO 8601|ISO 8601]] YYYY-MM-DD format, eg. ''2006-02-17''.
* '''accessdate''': Full date when URL was accessed, in [[Wikipedia:ISO 8601|ISO 8601]] YYYY-MM-DD format, eg. ''2006-02-17''.



Latest revision as of 16:36, 4 September 2006

Usage

using first, last using author
{{cite online journal
 | last = 
 | first = 
 | authorlink = 
 | coauthors = 
 | year = 
 | month = 
 | title = 
 | journal = 
 | volume = 
 | issue = 
 | page = 
 | pages = 
 | article = 
 | doi =
 | id = 
 | url =
 | format = 
 | accessdate = 
 }}
{{cite online journal
 | author = 
 | year = 
 | month = 
 | title = 
 | journal = 
 | volume = 
 | issue = 
 | page = 
 | pages = 
 | article = 
 | doi =
 | id = 
 | url = 
 | format = 
 | accessdate = 
 }}
  • title: Title of article. This is the only required parameter. All other parameters are optional.
  • author: Author
    • last works with first to produce last, first
    • authorlink works either with author or with last & first to link to the appropriate article (internal link)
    • coauthors: allows additional authors
  • date: January 1, 2006. Full date of publication.
    • 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).
  • journal: Name of the journal.
  • volume: Volume number of the journal in which the article is found
  • issue: Issue number of the journal in which the article is found
  • page: page number of single page article
  • pages: page range for multi-page articles
  • article: article number (online journal with no page numbers).
  • doi: digital object identifier.
  • id: i.e. PMID 15128012
  • url: URL of a copy of the article, if available online.
    • format: Format, i.e. PDF. Don't specify for HTML (implied as default).
  • accessdate: Full date when URL was accessed, in ISO 8601 YYYY-MM-DD format, eg. 2006-02-17.