Wiktenauer logo.png

Template:Cite encyclopedia

From Wiktenauer
Jump to navigation Jump to search

. 

[edit] [history] [purge] Documentation icon Template documentation

Usage

This template is for citing works such as encyclopedias and dictionaries. All parameters must be in lowercase only. Copy a blank version to use.

Common fields, horizontal format

{{cite encyclopedia |year= |title = |encyclopedia= |publisher= |location= |id= }}

Full version, horizontal format

{{cite encyclopedia |last= |first= |author= |authorlink= |coauthors= |editor= |encyclopedia= |title= |url= |accessdate= |language= |edition= |date= |year= |month= |publisher= |volume= |location= |id= |isbn= |oclc= |doi= |pages= |quote= |ref= }}

Full version, horizontal format (with current date)

{{cite encyclopedia |last= |first= |author= |authorlink= |coauthors= |editor= |encyclopedia= |title= |url= |accessdate=2024-03-28 |language= |edition= |date= |year= |month= |publisher= |volume= |location= |id= |isbn= |oclc= |doi= |pages= |quote= |ref= }}

Full version, vertical Common fields, vertical
{{cite encyclopedia
 | last = 
 | first = 
 | author = 
 | authorlink = 
 | coauthors = 
 | editor = 
 | encyclopedia =
 | title = 
 | url = 
 | accessdate = 
 | language = 
 | edition = 
 | date = 
 | year = 
 | month = 
 | publisher = 
 | volume =
 | location = 
 | id = 
 | isbn =
 | oclc =
 | doi =
 | pages = 
 | quote = 
 | ref = 
}}

{{cite encyclopedia
 | year = 
 | title = 
 | encyclopedia =
 | publisher = 
 | location = 
 | id = 
}}

Fields

Wikilinks

Most fields can be wikilinked (ie. title = [[book article|book title]]), but should generally only be linked to an existing Wikipedia article. Any wikilinked field must not contain any brackets apart from normal round brackets () — don't use <>[]{}.

Description of fields

Syntax (for the technical-minded)

Nested fields either rely on their parent fields, or replace them:

  • parent
    • child — may be used with parent (and is ignored if parent is not used)
    • OR: child2 — may be used instead of parent (and is ignored if parent is used)

Description

  • title: Title of article. Required.
    • article: Alternate. Cannot be used with title.
  • encyclopedia: Name of encyclopedia. Required.
  • last: Surname of author. Don't wikilink (use authorlink instead).
    • first: First name(s) of author, including title(s) (eg. Firstname Middlename or Firstname M. or Dr. Firstname M., Snr.). Don't wikilink (use authorlink instead).
      • The `last' and `first' fields are poorly named for the case of an author whose surname is usually written first (e.g. as in Chinese). They also have the problem of only communicating which is the surname, not communicating where the surname is usually written. Consider deprecating first,last fields, and reinstating author field, using the notation "Smith, John" or "Hu Ke Jie" as appropriate (i.e. always writing surname first, and using comma or not depending on whether the name is usually written surname last or first).
    • authorlink: Title of Wikipedia article about author. Article should already exist. Must not be wikilinked itself. Do not use this on its own, but along with "author" or "first" and "last".
    • coauthors: Full name of additional author or authors, surname last, separated by ", " (e.g. Joe Bloggs, John F. Kennedy, H. R. Dent).
      • Someone please confirm that surname is to go last even for people whose name is usually written surname first. Consider rethinking this field, e.g. using Bloggs, Joe and Kennedy, John F. and Dent, H. R. and Hu Ke Jie.
    • OR: author: Full name of author, preferably surname first.
  • editor: Editor for the entire work.
  • url: URL of an online encyclopedia article. Cannot be used if you wikilinked title.
  • accessdate: Full date when item was accessed. Required when url field is used. Should be in the same format as the rest of the article. Must not be wikilinked.
  • language: The language in which the source is written. If English (the default) do not use this parameter.
  • edition: When the encyclopedia has more than one edition. e.g. "2nd edition".
  • volume: When the encyclopedia has more than one volume. e.g. "Volume 3".
  • date: Full date of publication. Must not be wikilinked.
  • publisher: Publisher should not include corporate designation such as "Ltd" or "Inc".
    • location: Place of publication.
  • isbn: International Standard Book Number such as 1-111-22222-9. Note that "isbn", like all field names, must be in lowercase.
  • oclc: Online Computer Library Center ID number, such as 3185581
  • doi: digital object identifier. See also {{doi}}
  • id: A unique identifier, used if none of the above are applicable. In this case, you need to specify the kind of identifier you are using, preferably with a template like {{ISSN}} or {{LCC|Z253.U69}}. Remember, you must specify the kind of identifier, not just give a number. (Use one of the more specialized parameters if possible; they are linked automatically. In other words, don't use id = ISBN 1-111-22222-9 anymore. Use isbn = 1-111-22222-9.)
  • pages: first page and optional last page. This is for listing the pages relevant to the citation, not the total number of pages in the book, e.g. 5–7:
  • quote: Relevant quote from the article.
  • ref: ID for anchor. By default, no anchor is generated. The ordinary nonempty value |ref=ID generates an anchor with the given ID; such a linkable reference can be made the target of wikilinks to full references, especially useful in short citations like shortened notes and parenthetical referencing. The special value |ref=harv generates an anchor suitable for the {{harv}} template; see anchors for Harvard referencing templates.

Examples

  • {{cite encyclopedia | last = LAST | first = FIRST | authorlink = AUTHORLINK | coauthors = COAUTHORS | editor = EDITOR | encyclopedia = ENCYCLOPEDIA | title = TITLE | url = http://www.ecample.com | accessdate = 2006-07-02 | language = | edition = EDITION | date = | year = YEAR | month = | publisher = PUBLISHER | volume = VOLUME | location = LOCATION | id = ID | doi = | pages = PAGES }}
    LAST, FIRST; COAUTHORS (YEAR). "TITLE". in EDITOR. ENCYCLOPEDIA. VOLUME (EDITION ed.). LOCATION: PUBLISHER. pp. PAGES. ID. http://www.ecample.com. Retrieved 2006-07-02. 
  • {{cite encyclopedia | last = LAST | first = FIRST | authorlink = AUTHORLINK | coauthors = | editor = EDITOR | encyclopedia = ENCYCLOPEDIA | title = TITLE | url = http://www.ecample.com | accessdate = 2006-07-02 | language = | edition = EDITION | date = | year = YEAR | month = | publisher = PUBLISHER | volume = VOLUME | location = LOCATION | id = ID | doi = | pages = }}
    LAST, FIRST (YEAR). "TITLE". in EDITOR. ENCYCLOPEDIA. VOLUME (EDITION ed.). LOCATION: PUBLISHER. ID. http://www.ecample.com. Retrieved 2006-07-02. 

COinS

This template produces COinS metadata; see COinS in Wikipedia for background information.