Template:Unbulleted list citebundle/doc

From English Wikipedia @ Freddythechick

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 <syntaxhighlight lang="wikitext" inline></syntaxhighlight>: [1]

  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 <syntaxhighlight lang="wikitext" inline></syntaxhighlight>:[1]

  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. <syntaxhighlight lang="wikitext" inline></syntaxhighlight> 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:


With "cite" templates

The wiki text for the initial example above uses {{cite xxx}} templates for the footnotes:

Markup Renders as
Body text.[1]
<div class="reflist   " >
  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.
</div>


Multiref and shortened footnotes

The template can also be called as {{multiref}} for easier typing. The example below uses shortened footnotes.

Markup Renders as
Text.[1]<div class="reflist   " >
  1. ^
    • Smith, p. 2
    • Jones, p. 105
    • Singh, p. 93
    • Lee et al., p. 22
    • Smith & Jones, p. 591
</div>


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]<div class="reflist   " >
  1. ^
</div>

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
Text.[1]<div class="reflist   " >
  1. ^
    • Smith, p. 2 citing
    • Jones, p. 105
</div>


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
There are many breeds of cat found in Venezuela,[1] particular in the cities.[2]<div class="reflist   " >
  1. ^
    • For example,
    • Moggie, p. 2
    • Tom, p. 95
  2. ^ Smith, p. 32
</div>


Explanatory note with a single citation:

Markup Renders as
There are many breeds of cat found in Venezuela,[1] particular in the cities.[2]<div class="reflist   " >
  1. ^
    • One example,
    • Moggie, p. 2
  2. ^ Smith, p. 32
</div>


TemplateData

Unbulleted list for use in bundled citations (WP:CITEBUNDLE).

Template parameters

ParameterDescriptionTypeStatus
classclass

A custom class for the <div>...</div> tags surrounding the list

Example
plainlinks
Unknownoptional
stylestyle

A custom CSS style for the <div>...</div> tags surrounding the list

Example
font-size: 90%;
Unknownoptional
List stylelist_style

A custom CSS style for the <ul>...</ul> tags around the list

Unknownoptional
Item styleitem_style

A custom CSS style for all of the list items (the <li>...</li> tags)

Unknownoptional
List item 11

no description

Linerequired
List item 22

no description

Linesuggested
List item 33

no description

Lineoptional
List item 44

no description

Lineoptional
List item 55

no description

Lineoptional
List item 66

no description

Lineoptional
List item 77

no description

Lineoptional
List item 88

no description

Lineoptional
List item 99

no description

Lineoptional
Item 1 styleitem1_style

Custom CSS style for list item 1

Unknownoptional
Item 2 styleitem2_style

Custom CSS style for list item 2

Unknownoptional
Item 3 styleitem3_style

Custom CSS style for list item 3

Unknownoptional
Item 4 styleitem4_style

Custom CSS style for list item 4

Unknownoptional
Item 5 styleitem5_style

Custom CSS style for list item 5

Unknownoptional
Item 6 styleitem6_style

Custom CSS style for list item 6

Unknownoptional
Item 7 styleitem7_style

Custom CSS style for list item 7

Unknownoptional
Item 8 styleitem8_style

Custom CSS style for list item 8

Unknownoptional
Item 9 styleitem9_style

Custom CSS style for list item 9

Unknownoptional

See also

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.