Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Cite online journal: Difference between revisions

Template page
Steelviper (talk | contribs)
m 1 revision(s)
 
Shane (talk | contribs)
No edit summary
Line 1: Line 1:
<cite style="font-style:normal">{{#if:{{{author|}}}{{{last|}}}
<includeonly><cite style="font-style:normal">{{#if:{{{author|}}}{{{last|}}}
   |{{#if:{{{authorlink|}}}
   |{{#if:{{{authorlink|}}}
     |[[{{{authorlink}}}|{{#if:
     |[[{{{authorlink}}}|{{#if:
Line 53: Line 53:
   |<nowiki>,</nowiki> article number {{{article}}}
   |<nowiki>,</nowiki> article number {{{article}}}
}}{{#if: {{{doi|}}}  
}}{{#if: {{{doi|}}}  
   | . [[Digital object identifier|DOI]]:[http://dx.doi.org/{{{doi}}} {{{doi}}}]
   | . [[Wikipedia:Digital object identifier|DOI]]:[http://dx.doi.org/{{{doi}}} {{{doi}}}]
}}{{#if:{{{id|}}}
}}{{#if:{{{id|}}}
   |. [[Entrez|Entrez PubMed]] [http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=pubmed&dopt=Abstract&list_uids={{{id}}} {{{id}}}]
   |. [[Wikipedia:Entrez|Entrez PubMed]] [http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=pubmed&dopt=Abstract&list_uids={{{id}}} {{{id}}}]
}}{{#if:{{{accessdate|}}}
}}{{#if:{{{accessdate|}}}
   |. Retrieved on [[{{{accessdate}}}]]
   |. Retrieved on {{{accessdate}}}
}} </cite><noinclude>
}} </cite></includeonly><noinclude>
 
{{esoteric}}
 
== Usage ==
== Usage ==
{| cellpadding="0" cellspacing="6"
{| cellpadding="0" cellspacing="6"
Line 75: Line 72:
  | year =  
  | year =  
  | month =  
  | month =  
  | title = '''REQUIRED'''
  | title =  
  | journal =  
  | journal =  
  | volume =  
  | volume =  
Line 94: Line 91:
  | year =  
  | year =  
  | month =  
  | month =  
  | title = '''REQUIRED'''
  | title =  
  | journal =  
  | journal =  
  | volume =  
  | volume =  
Line 108: Line 105:
  }}</pre>
  }}</pre>
|}
|}
 
* '''title''': Title of article. '''''This is the only required parameter. All other parameters are optional.'''''
* '''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''': ''[[January 1]], [[2006]]''. Full date of publication.
* '''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).
* '''title''': Title of article. '''''This is the only required parameter. All other parameters are optional.'''''
* '''journal''': Name of the journal.
* '''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
Line 123: Line 119:
* '''pages''': page range for multi-page articles
* '''pages''': page range for multi-page articles
* '''article''': article number (online journal with no page numbers).
* '''article''': article number (online journal with no page numbers).
* '''doi''': [[digital object identifier]]. See also {{tl|doi}}
* '''doi''': [[Wikipedia:digital object identifier|digital object identifier]].
* '''id''': Identifier such as ''<nowiki>{{</nowiki>[[:Template:ISSN|ISSN]]|1111-2220}}'', PMID 15128012
* '''id''': i.e. PMID 15128012
**other suitable id-related templates: {{tl|doi}}, {{tl|US patent}}
* '''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).
** '''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''.
* '''accessdate''': Full date when URL was accessed, in [[Wikipedia:ISO 8601|ISO 8601]] YYYY-MM-DD format, eg. ''2006-02-17''.





Revision as of 15:57, 28 July 2006

Usage

using first, last using author
{{cite journal
 | last = 
 | first = 
 | authorlink = 
 | coauthors = 
 | year = 
 | month = 
 | title = 
 | journal = 
 | volume = 
 | issue = 
 | page = 
 | pages = 
 | article = 
 | doi =
 | id = 
 | url =
 | format = 
 | accessdate = 
 }}
{{cite 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.
Contents