Template:Cite book/doc: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Update doc to match latest template code.
Document some additional parameters from new termplate.
Line 14: Line 14:
|- width="50%" valign="top" style="vertical-align:top;"
|- width="50%" valign="top" style="vertical-align:top;"
| colspan="3" |
| colspan="3" |
:<tt><nowiki>{{cite book |last= |first= |authorlink= |coauthors= |editor= |title= |url= |format= |accessdate= |edition= |series= |volume= |date= |year= |month= |publisher= |location= |language= |isbn= |oclc= |doi= |id= |pages= |chapter= |chapterurl= |quote= |ref= }}</nowiki></tt>
:<tt><nowiki>{{cite book |last= |first= |authorlink= |coauthors= |editor= |title= |url= |format= |accessdate= |edition= |series= |volume= |date= |year= |month= |publisher= |location= |language= |isbn= |oclc= |doi= |id= |pages= |chapter= |chapterurl= |quote= |ref= |bibcode= |laysummary= |laydate= |separator= |postscript= |lastauthoramp=}}</nowiki></tt>
|- width="50%" valign="top" style="vertical-align:top;"
|- width="50%" valign="top" style="vertical-align:top;"
! colspan="3" | Most commonly used fields (use this and you won't have to delete as much)
! colspan="3" | Most commonly used fields (use this and you won't have to delete as much)
Line 87: Line 87:
|quote=
|quote=
|ref=
|ref=
|bibcode=
|laysummary=
|laydate=
|separator=
|postscript=
|lastauthoramp=
}}</pre>
}}</pre>
| style="vertical-align:top;padding:1ex;" |<pre>
| style="vertical-align:top;padding:1ex;" |<pre>
Line 119: Line 125:
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
laysummary
&nbsp;
&nbsp;
coauthors
&nbsp;</pre>
&nbsp;</pre>
| style="vertical-align:top;padding:1ex;" |<pre>
| style="vertical-align:top;padding:1ex;" |<pre>
Line 148: Line 160:
hides automatic 'pp'. before pages
hides automatic 'pp'. before pages
&Dagger;(no wikilink)
&Dagger;(no wikilink)
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
Line 205: Line 223:
*'''quote''': Relevant quote from the book.
*'''quote''': Relevant quote from the book.
*'''ref''': use this parameter to make the reference linkable. The variable is placed after the # in a hyperlink (the [[fragment identifier]]). Such a linkable reference can be made the target of [[Wikipedia:Citing sources#Wikilinks to full references|wikilinks to full references]], especially useful in short citations like [[Wikipedia:Citing sources#Shortened notes|shortened notes]] and [[Wikipedia:Author-date referencing|author-date referencing]]. See an [[#ref_example|example for using ref field in citation templates]] below.
*'''ref''': use this parameter to make the reference linkable. The variable is placed after the # in a hyperlink (the [[fragment identifier]]). Such a linkable reference can be made the target of [[Wikipedia:Citing sources#Wikilinks to full references|wikilinks to full references]], especially useful in short citations like [[Wikipedia:Citing sources#Shortened notes|shortened notes]] and [[Wikipedia:Author-date referencing|author-date referencing]]. See an [[#ref_example|example for using ref field in citation templates]] below.
*'''bibcode''': ?
*'''laysummary''': ?
**'''laydate''': ?
*'''separator''': The separator to use in lists of authors, editors, ''etc''. Defaults to ".", but "," may be useful also.
*'''postscript''': The closing punctuation for the citation. Defaults to ".", but "" may be useful also.
*'''lastauthoramp''': The separator to use between the last two names in lists of authors. Defaults to "", but "&amp;" may be useful also.



==Examples==
==Examples==

Revision as of 02:44, 1 December 2008

This template is used to cite sources in Wikipedia. It is specifically for books. This template replaces the deprecated {{book reference}}.

Usage

All field names must be lowercase.

Copy a blank version to use. Remember to use the "|" (pipe) character between each field. Please delete any unused fields to avoid clutter in the edit window.

No templates or magic words are necessary when using an ISBN, OCLC number, or DOI as an identifier. Instead of using the id field in these instances, simply use the appropriate field. For instance, type isbn= followed by the number instead of id=ISBN. Templates are available for other identification number types to be used in the ID field ({{ISSN}}, {{LCCN}}, {{LCC}}, etc.) if these aren't available. See also the complete description of fields.

Full version (copy and paste text below and delete parameters you don't need)
{{cite book |last= |first= |authorlink= |coauthors= |editor= |title= |url= |format= |accessdate= |edition= |series= |volume= |date= |year= |month= |publisher= |location= |language= |isbn= |oclc= |doi= |id= |pages= |chapter= |chapterurl= |quote= |ref= |bibcode= |laysummary= |laydate= |separator= |postscript= |lastauthoramp=}}
Most commonly used fields (use this and you won't have to delete as much)
{{cite book |title= |last= |first= |authorlink= |coauthors= |year= |publisher= |location= |isbn= |pages= |url= }}
Example 1

{{cite book |last= Cordell |first= Bruce R. |coauthors= Jeff Grubb, David Yu |title= [[Manual of the Planes]] |publisher= [[Wizards of the Coast]] |year= 2001 |month= September |isbn= 0-7869-1850-8 }}

Cordell, Bruce R. (2001). Manual of the Planes. Wizards of the Coast. ISBN 0-7869-1850-8. {{cite book}}: Check |isbn= value: checksum (help); Unknown parameter |coauthors= ignored (|author= suggested) (help); Unknown parameter |month= ignored (help)

Example 2
{{cite book
  | last = Mumford
  | first = David
  | authorlink = David Mumford
  | title = The Red Book of Varieties and Schemes
  | publisher = [[Springer-Verlag]]
  | series = Lecture notes in mathematics 1358
  | year = 1999
  | doi = 10.1007/b62130
  | isbn = 354063293X }}

Mumford, David (1999). The Red Book of Varieties and Schemes. Lecture notes in mathematics 1358. Springer-Verlag. doi:10.1007/b62130. ISBN 354063293X.

Vertical list Prerequisites * Brief instructions
{{cite book
|last=
|first=
|authorlink=
|coauthors=
|editor=
|title=
|url=
|format=
|accessdate=
|edition=
|series=
|volume=
|date=
|year=
|month=
|publisher=
|location=
|language=
|isbn=
|oclc=
|doi=
|id=
|page=
|pages=
|nopp=
|chapter=
|chapterurl=
|quote=
|ref=
|bibcode=
|laysummary=
|laydate=
|separator= 
|postscript= 
|lastauthoramp=
}}
   
  
 last
 last 
 last 
  
  
  
 url
 url
  
  
  
  
  
  
  
 publisher
  
  
  
  
  
  
  
 page or pages
  
 chapter
  
  
  
  
 laysummary
  
  
 coauthors
  
   
 (no wikilink)
 (no wikilink)
  
  
  
  
  
  
  
  
  
  
 †preferred (no wikilink)
  alternative to date
  alternative to date
  
  
  
  
  
  
  
  
  
 hides automatic 'pp'. before pages
 ‡(no wikilink)
  
  
  
  
  
  
  
  
  
  

† This is the preferred field with its alternates listed below.

‡ If chapterurl is provided then chapter can not have wikilinks.

Fields

Wikilinks

Most fields can be wikilinked (i.e. 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

  • last: Surname of author. Don't wikilink (use authorlink instead).
    • first: First name(s) of author, including title(s) (e.g. 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, separated by ", " (e.g. Joe Bloggs, John F. Kennedy, H. R. Dent).
      • Whether the surname of the co-authors goes first or last is dependent on the citation style (see the citation style section below) preferred.
    • OR: author: Full name of author, preferably surname first. (deprecated)
  • editor: Name of editor/editors. No text is added beyond "in," so labels such as "(ed.)" have to be supplied by the user.
    • This field should only be used when the cited author and the book editor are different. If the whole book is cited, instead of a specific part, use the "author" fields (possibly with extra "(ed.)" instead)
  • title: Title of book. This is the only required parameter. Can be wikilinked only to an existing Wikipedia article. Do not use italics.
  • url: URL of an online location where the book can be found. Cannot be used if you wikilinked title.
    • format: Format, e.g. PDF. HTML implied if not specified.
    • accessdate: Full date when url was accessed, in ISO 8601 YYYY-MM-DD format, e.g. 2006-02-17. Required when url field is used. Must not be wikilinked; it will be linked automatically. If the American/International date format is required for consistency within the article, use accessyear and accessmonth as this field does not support American/International dates (they will display incorrectly as redlinks if used).
  • edition: When the book has more than one edition. e.g.: "2nd edition".
  • series: When the book is part of a series of publications
  • volume: For 1 book with several volumes (there is a separate Template:Cite encyclopedia)
  • date: Full date of publication edition being referenced, in the same format as the main text of the article. If ISO 8601 YYYY-MM-DD format (e.g. 2006-02-17) is used, must not be wikilinked.
    • OR: year: Year of publication edition being referenced, and month: Name of the month of publication. If you also have the day, use date instead. Must not be wikilinked.
  • publisher: Publisher should not include corporate designation such as "Ltd" or "Inc".
    • location: Geographical place of publication.
  • language: The language the book is written in, if it is not English.
  • 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: A digital object identifier such as 10.1016/j.coi.2004.08.001.
    • doilabel: If the doi contains some characters that must be escaped, use "doilabel" for the unescaped version. See {{doi}}: "id" is equivalent to "doi" and "label" is "doilabel"
  • 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}}. (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 or page: pp. 5–7: 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.
  • nopp: if using "page" or "pages", a pp. is automatically added. If this is inappropriate - for instance, if page=Front cover, placing any value after nopp will hide the pp.
  • chapter: The chapter of the book, written in full. Punctuation other than quotes should be included in the value passed to the parameter, e.g. chapter = Meet Dick and Jane. produces "Meet Dick and Jane." ahead of title.
    • chapterurl: URL of an individual chapter of online book. Should be at the same site as url, if any.
  • quote: Relevant quote from the book.
  • ref: use this parameter to make the reference linkable. The variable is placed after the # in a hyperlink (the fragment identifier). Such a linkable reference can be made the target of wikilinks to full references, especially useful in short citations like shortened notes and author-date referencing. See an example for using ref field in citation templates below.
  • bibcode: ?
  • laysummary: ?
    • laydate: ?
  • separator: The separator to use in lists of authors, editors, etc. Defaults to ".", but "," may be useful also.
  • postscript: The closing punctuation for the citation. Defaults to ".", but "" may be useful also.
  • lastauthoramp: The separator to use between the last two names in lists of authors. Defaults to "", but "&" may be useful also.


Examples

Just a title
* {{cite book | title=Mysterious book }}
  • Mysterious book.
Year and title
* {{cite book | title=Mysterious book | year=1901 }}
  • Mysterious book. 1901.
Basic usage
* {{cite book | first=Joe | last=Bloggs | authorlink=Joe Bloggs | year=1974 | title=Book of Bloggs }}
Basic usage with url
* {{cite book | last=Bloggs | first=Joe | authorlink=Joe Bloggs | year=1974 | title=Book of Bloggs | edition=1st Edition | url=http://en.wikipedia.org/ | accessdate=2006-02-17 }}
Three authors, title with a piped wikilink, edition
* {{cite book | last=Bloggs | first=Joe | authorlink=Joe Bloggs | coauthors=John Smith, Jim Smythe | title=[[A Thousand Acres|1000 Acres]] | edition=2nd Edition }}
Date without day, wikilinked title and publisher, id, pages, location
* {{cite book | last=Cordell | first=Bruce R. | coauthors=Jeff Grubb, David Noonan | year=2001 | month=September | title=[[Manual of the Planes]] | publisher=[[Wizards of the Coast]] | location=Timbuktu | isbn=0-7869-1850-8 | pages=pp. 134-137 }}
Other language
* {{cite book | last=Bloggs | first=Joe | year=1974 | title=Book of Bloggs | edition=1st Edition | language=German | url=http://en.wikipedia.org/ | accessdate=2006-02-17 }}
  • Bloggs, Joe (1974) [1463]. Book of Bloggs (in German). illustrated by Smith (1st Edition ed.). Retrieved 2006-02-17. {{cite book}}: |edition= has extra text (help)
Using a DOI
*{{cite book |last=Mumford |first=David |authorlink=David Mumford |year=1999 |title=The Red Book of Varieties and Schemes: Includes the Michigan Lectures (1974) on Curves and Their Jacobians |edition=2nd ed. |publisher=[[Springer-Verlag]] |doi=10.1007/b62130 |isbn=354063293X }}
Wikilinks to full references
As mentioned, the bibliographical data of the cited source can be “tagged” by an identifier: this enables the system to “find” the target of the wikilinks. This “tagging” with an identifier can be done by enclosing between <cite id=…>…</cite> tags, but this tool can be superfluous if the bibliographical data are provided with a citation template: the ref field of the chosen citation template must be set to the same name.
Wikilink example edit:

Shamans may fulfill multiple functions, including healing, curing infertile women, and securing the success of hunts.<ref>[[#Mer85|Merkur 1985]]: 4</ref>

== Notes ==

{{reflist|2}}

== References ==

* {{cite book |last=Merkur |first=Daniel |year=1985 |title=Becoming Half Hidden: Shamanism and Initiation among the Inuit |publisher=Almqvist & Wiksell |location=Stockholm |isbn=91-22-00752-0 |ref=Mer85}}

Example rendered result:

Shamans may fulfill multiple functions, including healing, curing infertile women, and securing the success of hunts.[1]

Notes



References


  • Merkur, Daniel (1985). Becoming Half Hidden: Shamanism and Initiation among the Inuit. Stockholm: Almqvist & Wiksell. ISBN 91-22-00752-0.
Attention must be paid: not all other citation templates support this. In such cases, the service can be achieved also by enclosing the concerned bibliographical item inside <cite id=…>…</cite> tags: also this way, it can feature as a target of wikilinks to full references. The id attribute of the tag must be set to the same name what we would give to the (lacking) ref field of the citation template.

Testing

See Template:cite book/regression tests.

Note

Note the extra full-stop when the last author ends with an initial, and there is no date:

  • Invisible, M. Mysterious book.

We don't know of a practical solution to this — unless there is a way to test the characters of a field?

Citation styles

Established citation styles for coauthors:

  • MLA style: Last, First and First Last. "If there are more than three authors, you may list only the first author followed by the phrase et al."
  • APA style: Last, F. & Last, F.
  • Chicago Manual of Style: Last, First, and First Last.
  • Turabian: same as Chicago Reference List, above.
  • Harvard: Last, F., Last, F. & Last, F.

COinS

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

Tools

See Wikipedia:Citing sources#Tools for a list of tools which can help create a reference in the 'cite book' format.

See also