Template:Notelist
{{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 sections than the "References" section for this reason.
Usage
edit{{notelist}}
Parameters
edit- Single unnamed parameter:
- column-count: a natural number specifying fixed columns into which the reference list is to be rendered. Example:
|2
. - column-width: a typographic unit of measurement such as em, specifying the width for the reference list columns. Example:
|30em
.
- colwidth: explicitly sets the column-width.
- refs: used with named references (e.g.,
<ref name=name />
); it specifies a list of some or all named references used in the article. notes is a synonym to this. - group:
|group=
Sets the group name, and needs to be the same as those inline. This defaults to lower-alpha.
The available options are:
group | Styled as |
---|---|
note | [note 1] |
upper-alpha | [A] |
upper-roman | [IV] |
lower-alpha | [a] |
lower-greek | [α][β] |
lower-roman | [iv] |
Example
editMarkup | 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]
|
See also
editGroup name | Reference list template | In-text citation template |
---|---|---|
{{reflist}} | ||
{{reflist}} | {{refn}} for nested references | |
lower-alpha | {{notelist}} | {{efn}} |
upper-alpha | {{notelist-ua}} | {{efn-ua}} |
lower-roman | {{notelist-lr}} | {{efn-lr}} |