Template:CS1 config/doc

From Wikipedia, the free encyclopedia

This template produces no output.

Module:Citation/CS1, the engine that renders the CS1 templates ({{cite book}}, {{cite journal}}, {{cite web}}, etc) and the CS2 citation template {{citation}} reads the article wikitext looking for this template. When found, Module:Citation/CS1 extracts the settings parameters and their assigned values and applies those settings to all cs1|2 templates in the article. The purpose of this is to provide stylistic consistency in the rendered output without the need to edit every one of the cs1|2 templates in the article.

Usage[edit]

Determine which of the available settings are desired and place this template in the article. For editor convenience, this template should probably be placed adjacent to {{use dmy dates}} or {{use mdy dates}} (if present).

As an example, if you want all cs1|2 templates in the article to render as if they were {{citation}} templates (cs2) and to have all namelists in these templates include an ampersand between the last two names in each list, you might write:

{{cs1 config |name-list-style=amp |mode=cs2}}

Settings parameters[edit]

{{CS1 config}} supports these settings parameters:

Supported settings parameters
Parameters Acceptable values
|display-authors= numeric values only
|display-contributors=
|display-editors=
|display-interviewers=
|display-translators=
|mode= cs1, cs2
|name-list-style= amp, ampersand, and, &, serial, vanc

Mode[edit]

The commonly-used citation templates on Wikipedia have two style modes.[1] These modes change how the citation is punctuated when it's rendered. Use |mode=cs1 to choose Citation Style 1. CS1 primarily uses a full stop to separate elements. Use |mode=cs2 to choose Citation Style 2. CS2 primarily uses the comma as a separator.

CS1[edit]

|mode=cs1

  • Bloggs, Joe (1974). Book of Bloggs.
  • Full stops, also known as periods, separate the individual elements of the rendered citation.
  • A full stop comes at the end of the rendered citation.

CS2[edit]

|mode=cs2

  • Bloggs, Joe (1974), Book of Bloggs
  • Commas separate the individual elements of the rendered citation.
  • No terminal punctuation comes at the end of the rendered citation.

Name list style[edit]

Use |name-list-style= to change how the list of authors is formatted.

Ampersand[edit]

|name-list-style=amp, |name-list-style=ampersand, or |name-list-style=&

  • Bloggs, Joe; Smith, John & Smythe, Jim (1990). 1000 Acres.
  • Inserts an ampersand (&) between the last two names in a name list when there are multiple authors.

Conjunction "and"[edit]

|name-list-style=and or |name-list-style=serial

  • Bloggs, Joe; Smith, John; and Smythe, Jim (1990). 1000 Acres.
  • Inserts the conjunction "and" between the last two names of a name list when there are multiple authors.

Vancouver style[edit]

|name-list-style=vanc

Caveats[edit]

None of the |display-authors=, |display-contributors=, |display-editors=, |display-interviewers=, and |display-translators= will accept the etal keyword. Were they to do so, 'et al.' would be attached to every name list that correctly has only one name. For example, we do not want 'Darwin, Charles; et al.' for On the Origin of Species because there are no other authors whose names have been omitted.

When {{CS1 config}} has a setting parameter that matches a setting parameter in a cs1|2 template (regardless of the assigned values), Module:Citation/CS1 will add a CS1 maint: overridden setting message and category.

This template is ignored when used in the Template namespace.

Error handling[edit]

For technical reasons, errors occurring in this template (|display-authors=etal for example) cannot be annotated. When such errors occur, Module:Citation/CS1 ignores the malformed setting.

Notes[edit]

  1. ^ This covers all templates that directly invoke Module:Citation/CS1, including the CS1 templates {{cite web}}, {{cite news}}, {{cite book}}, {{cite journal}}, {{cite magazine}}, and so on. It includes the general purpose CS2 template {{Citation}}. It also includes templates are wrappers for these templates like {{cite CE1913}}, {{cite Google Maps}}, {{cite tweet}}, or {{cite ADB}}. There are some templates with "cite xxx" names, like {{cite patent}}, that are technically unrelated, do not invoke Module:Citation/CS1, and will be unaffected by any parameters of {{cs1 config}}.