Template:Notelist

From Eratosthenia
Jump to navigation Jump to search
[view] [edit] [history] [purge] Documentation icon Template documentation

{{notelist}} creates a section of explanatory notes that were individually specified by {{efn}} tags in the article. This is analogous to the <references /> and <ref>...</ref> tags for normal citations.

The {{notelist}} section should generally occur before the references. This is required when the explanatory notes are referenced, otherwise there will be citations errors. Even if the explanatory notes are not referenced, they are probably more likely to be read than the references, and should be nearer to the top of the Wikipedia:Manual of Style/Layout sections than the "References" section for this reason.

Usage

{{notelist}}

Options:

  • To specify a number of columns for the notes to be displayed in, pass a numeric first argument. E.g.: {{notelist|2}}
  • colwidth sets a column width for the reference list based on a typographic unit of measurement such as em.
  • refs is used with named references (e.g. <ref name=name />); it specifies a list of some or all named references used in the article.
  • close forces the reference list to close and render all references defined to that point. See Template:Reflist#Multiple uses for details.

Example

Markup Renders as
Some information.{{sfn|Smith|2009|p=1}} More information.{{efn|A clarification.{{sfn|Smith|2009|p=2}}}}

==Notes==
{{notelist}}

==Citations==
{{reflist}}

==References==
*{{citation|last=Smith|year=2009|title=Smith's book}}
Some information.[1] More information.[lower-alpha 1]
Notes
  1. A clarification.[2]
Citations
  1. Smith 2009, p. 1.
  2. Smith 2009, p. 2.
References
  • Lua error in package.lua at line 80: module 'Module:Citation/CS1/Whitelist' not found.

See also