Difference between revisions of "Template:Chicago 16th/doc"

From blackwiki
Jump to navigation Jump to search
imported>Bob1960evens
(→‎Example: remove white space to force recheck of isbn)
imported>Trappist the monk
m (copyedit;)
Line 10: Line 10:
  
 
<code>{{bxt|<nowiki>{{</nowiki>Chicago 16th}}<br />
 
<code>{{bxt|<nowiki>{{</nowiki>Chicago 16th}}<br />
 +
{{bxt|&nbsp;{{!}}p{{=}}}}<br />
 
{{bxt|&nbsp;{{!}}pp{{=}}}}<br />
 
{{bxt|&nbsp;{{!}}pp{{=}}}}<br />
 
{{bxt|&nbsp;{{!}}at{{=}}}}<br />
 
{{bxt|&nbsp;{{!}}at{{=}}}}<br />
Line 21: Line 22:
  
 
<code>{{bxt|{<nowiki />{Chicago 16th}}<br />
 
<code>{{bxt|{<nowiki />{Chicago 16th}}<br />
&nbsp;{{bxt|{{!}}pp{{=}}<var>page number(s)</var>}}</code> &ndash; with "p." or "pp.", required<br />
+
&nbsp;{{bxt|{{!}}p{{=}}<var>page number</var>}} or {{bxt|{{!}}pp{{=}}<var>page numbers</var>}}</code><br />
 
<code>&nbsp;{{bxt|{{!}}at{{=}}<var>section number</var>}}</code> &ndash; required<br />
 
<code>&nbsp;{{bxt|{{!}}at{{=}}<var>section number</var>}}</code> &ndash; required<br />
 
<code>&nbsp;{{bxt|{{!}}title{{=}}<var>Section title</var>}}</code> &ndash; required &ndash; or do both, with colon, at once: {{bxt|{{para|at|<var>section number</var>: <var>Section title</var>}}}}<br />
 
<code>&nbsp;{{bxt|{{!}}title{{=}}<var>Section title</var>}}</code> &ndash; required &ndash; or do both, with colon, at once: {{bxt|{{para|at|<var>section number</var>: <var>Section title</var>}}}}<br />
<code>&nbsp;{{bxtg|{{!}}accessdate{{=}}<var>today's date</var>}}</code> &ndash; optional<br />
 
 
<code>&nbsp;{{bxtg|{{!}}url{{=}}<var>location in online version</var>}}</code> &ndash; optional<br />
 
<code>&nbsp;{{bxtg|{{!}}url{{=}}<var>location in online version</var>}}</code> &ndash; optional<br />
 
<code>{{bxt|}<nowiki />} }}</code>
 
<code>{{bxt|}<nowiki />} }}</code>
Line 33: Line 33:
 
See {{tl|rp}} if a page number is needed in subsequent citations with the <code><nowiki><ref name="Chicago 16th" /></nowiki></code> notation.
 
See {{tl|rp}} if a page number is needed in subsequent citations with the <code><nowiki><ref name="Chicago 16th" /></nowiki></code> notation.
  
Otherwise, simply add the page number(s) as the named {{para|pp}} (or as the first and unnamed), parameter (with "p." or "pp.", which will not be added automatically).
+
Otherwise, simply add the page number(s) as the named {{para|p}} or {{para|pp}}.
  
 
The URL to the online version can be added manually, with the {{para|url}} parameter, but it will auto-generate a {{Subscription required}} tag in the citation, since the online version is not free to access.
 
The URL to the online version can be added manually, with the {{para|url}} parameter, but it will auto-generate a {{Subscription required}} tag in the citation, since the online version is not free to access.
  
The accessdate, if desired, must be specified manually:
+
<code><nowiki>{{Chicago 16th|pp=671–673|at=14.38|title=Footnotes and endnotes &ndash; an overview}}</nowiki></code>
 
 
<code><nowiki>{{Chicago 16th|pp=pp. 671&ndash;673|at=14.38|title=Footnotes and endnotes &ndash; an overview|accessdate=2012-01-15}}</nowiki></code>
 
  
 
===Example===
 
===Example===
<code>Article text.<nowiki><ref name="Chicago 16th">{{Chicago 16th|pp=pp. 671&ndash;673|at=14.38|title=Footnotes and endnotes &ndash; an overview}}</ref></nowiki></code>
+
<code>Article text.<nowiki><ref name="Chicago 16th">{{Chicago 16th|pp=671–673|at=14.38|title=Footnotes and endnotes an overview}}</ref></nowiki></code>
  
 
Produces:
 
Produces:
  
Article text.<ref name="Chicago 16th">{{Chicago 16th|pp=pp. 671&ndash;673|at=14.38|title=Footnotes and endnotes &ndash; an overview}}</ref><br />
+
Article text.<ref name="Chicago 16th">{{Chicago 16th|pp=671–673|at=14.38|title=Footnotes and endnotes an overview}}</ref><br />
 
...<br />
 
...<br />
 
{{Reflist}}
 
{{Reflist}}

Revision as of 12:45, 13 January 2016

Usage

This template is a "shorthand" template for creating a properly formatted reference citation to The Chicago Manual of Style 16th Ed. (current as of February 2012, without having to specify all the parameters of {{Cite book}}. The CMoS most often cited in articles on grammar and style, and in Wikipedia's own WP:Manual of Style. The template is almost always used inside <ref name="Chicago 16th"></ref>.

If you need to cite the same source in the same article more than once, use <ref name="Chicago 16th" /> for the subsequent citations.

Do not substitute this template. There is no reason to do so, it will add template code gibberish to the article if you do, and it won't work properly inside a reference citation anyway.

{{Chicago 16th
 |p=
 |pp=
 |at=
 |title=
 |accessdate=
 |url=
}}

Parameters

The first three listed parameters are required.

{{Chicago 16th
 |p=page number or |pp=page numbers

 |at=section number – required
 |title=Section title – required – or do both, with colon, at once: |at=section number: Section title
 |url=location in online version – optional
}}

The numbered section of the CMoS must be added, with the |at= parameter, as it is the only way to find the material in the online version, which is not paginated like the print book.

Page numbering

See {{rp}} if a page number is needed in subsequent citations with the <ref name="Chicago 16th" /> notation.

Otherwise, simply add the page number(s) as the named |p= or |pp=.

The URL to the online version can be added manually, with the |url= parameter, but it will auto-generate a Template:Subscription required tag in the citation, since the online version is not free to access.

{{Chicago 16th|pp=671–673|at=14.38|title=Footnotes and endnotes – an overview}}

Example

Article text.<ref name="Chicago 16th">{{Chicago 16th|pp=671–673|at=14.38|title=Footnotes and endnotes – an overview}}</ref>

Produces:

Article text.[1]
...

  1. Fisher Saller, Carol; Harper, Russell David, eds. (2010). "14.38: Footnotes and endnotes – an overview". The Chicago Manual of Style (16th ed.). Chicago: Univiversity of Chicago Press. pp. 671–673. ISBN 978-0-226-10420-1.