This template uses Lua: |
This template creates an unbulleted list for bundled citations. It works with shortened footnotes, full citations, and general notes. The standard {{unbulleted list}} template will disrupt white space within references. It causes an unnecessary line break before the first list item. See below for comparisons:
Bundled citation with {{unbulleted list citebundle}}
: [1]
- ^
- For the sun's size, see Miller, Edward (2005). The Sun. Academic Press. p. 1.
- For the moon's size, see Brown, Rebecca (2007). "Size of the Moon". Scientific American. 51 (78): 46.
- For the sun's heat, see Yamada, Hanako [山田花子] (2005). Taiyō no netsu 太陽の熱 [The Sun's Heat]. Gakujutsu shuppansha (学術出版社) [Academic Press]. p. 2.
Versus incorrect rendering with {{unbulleted list}}
:[1]
- ^
- For the sun's size, see Miller, Edward (2005). The Sun. Academic Press. p. 1.
- For the moon's size, see Brown, Rebecca (2007). "Size of the Moon". Scientific American. 51 (78): 46.
- For the sun's heat, see Yamada, Hanako [山田花子] (2005). Taiyō no netsu 太陽の熱 [The Sun's Heat]. Gakujutsu shuppansha (学術出版社) [Academic Press]. p. 2.
Usage
If any of the unnamed parameters contain an equal sign (=) in their text (not in their use of parameters in other templates), the parameter must be named in the usual way, {{Unbulleted list citebundle|1=}}. E.g.
{{Unbulleted list citebundle|[https://www.naxos.com/CatalogueDetail/?id=SWR19026CD "''Festliche Arien – Fritz Wunderlich''"], [[Naxos Records]] SWR19026CD}}
will produce no output. But {{Unbulleted list citebundle|1=[https://www.naxos.com/CatalogueDetail/?id=SWR19026CD "''Festliche Arien – Fritz Wunderlich''"], [[Naxos Records]] SWR19026CD}}
works as expected:
- "Festliche Arien – Fritz Wunderlich", Naxos Records SWR19026CD
With "cite" templates
The wiki text for the initial example above uses {{cite xxx}} templates for the footnotes:
Markup | Renders as |
---|---|
|
Body text.[1]
|
Multiref and shortened footnotes
The template can also be called as {{multiref}} for easier typing. The example below uses shortened footnotes.
Markup | Renders as |
---|---|
|
|
With "harv" templates
Harvard-style templates create short citations that link to full citations. This template can be used to bundle short citations created by {{harvnb}}, {{harvtxt}}, and others.
Markup | Renders as |
---|---|
|
Text.[1]
|
Example references for the linked footnotes above:
- Yamada, Hanako [山田花子] (2005). Taiyō no netsu 太陽の熱 [The Sun's Heat]. Gakujutsu shuppansha (学術出版社) [Academic Press].
- Brown, Rebecca (2007). "Size of the Moon". Scientific American. 51 (78).
- Miller, Edward (2005). The Sun. Academic Press.
One source citing another
This is where the editor cannot, or has not, accessed the source verifying the claim, but instead has cited a second source providing a quote from the first source. Using this template makes it clear that there are two relevant items in the bibliography.
Markup | Renders as |
---|---|
|
|
Explanatory notes
One possible reason for adding an explanatory note is to make it clear that the citation leads to an example of the claimed fact, not to verification of the claim itself which may be in a later cite.
Markup | Renders as |
---|---|
|
|
Explanatory note with a single citation:
Markup | Renders as |
---|---|
|
|
TemplateData
Unbulleted list for use in bundled citations (WP:CITEBUNDLE).
Parameter | Description | Type | Status | |
---|---|---|---|---|
class | class | A custom class for the <div>...</div> tags surrounding the list
| Unknown | optional |
style | style | A custom CSS style for the <div>...</div> tags surrounding the list
| Unknown | optional |
List style | list_style | A custom CSS style for the <ul>...</ul> tags around the list | Unknown | optional |
Item style | item_style | A custom CSS style for all of the list items (the <li>...</li> tags) | Unknown | optional |
List item 1 | 1 | no description | Line | required |
List item 2 | 2 | no description | Line | suggested |
List item 3 | 3 | no description | Line | optional |
List item 4 | 4 | no description | Line | optional |
List item 5 | 5 | no description | Line | optional |
List item 6 | 6 | no description | Line | optional |
List item 7 | 7 | no description | Line | optional |
List item 8 | 8 | no description | Line | optional |
List item 9 | 9 | no description | Line | optional |
Item 1 style | item1_style | Custom CSS style for list item 1 | Unknown | optional |
Item 2 style | item2_style | Custom CSS style for list item 2 | Unknown | optional |
Item 3 style | item3_style | Custom CSS style for list item 3 | Unknown | optional |
Item 4 style | item4_style | Custom CSS style for list item 4 | Unknown | optional |
Item 5 style | item5_style | Custom CSS style for list item 5 | Unknown | optional |
Item 6 style | item6_style | Custom CSS style for list item 6 | Unknown | optional |
Item 7 style | item7_style | Custom CSS style for list item 7 | Unknown | optional |
Item 8 style | item8_style | Custom CSS style for list item 8 | Unknown | optional |
Item 9 style | item9_style | Custom CSS style for list item 9 | Unknown | optional |
See also
- Template:Sfnm – creates a series of shortened footnotes separated by semicolons
- Template:Sfnmp – creates a series of shortened footnotes separated by semicolons, with dates in parentheses
- Template:Unbulleted list citebundle (Shortcut: {{multiref}}) – citations are indented in an unbulleted list
- Template:Multiref2 – citations are separated with additional white space
The {{harvnb}} and {{r}} or other similar templates can be manually bundled in a single footnote
General templates that create lists not necessarily designed for references or footnotes can be found at Category:List formatting and function templates.