Template:Unbulleted list citebundle/doc

From Guzmer Wiki

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

The wiki text for the initial example above:

Markup Renders as
Body text.<ref> {{Unbulleted list citebundle | For the sun's size, see {{cite book | last=Miller | first=Edward | title=The Sun | publisher=Academic Press | year=2005 | page=1 | ref=none}}  | For the moon's size, see {{cite journal | last=Brown | first=Rebecca | title=Size of the Moon | journal=Scientific American | volume=51 | issue=78 | year=2007 | page=46 | ref=none}}  | For the sun's heat, see {{cite book | author1-mask={{translit | ja | italic=no | Hepburn | Yamada, Hanako}} [{{lang | ja | 山田花子}}] | last=山田 | first=花子 | script-title=ja:太陽の熱 | title={{translit | ja | Hepburn | Taiyō no netsu}} | trans-title=The Sun's Heat | publisher={{translit | ja | Hepburn | Gakujutsu shuppansha}} ({{lang | ja | 学術出版社}}) [Academic Press] | year=2005 | page=2 | ref=none}} }}</ref> {{reflist}}

Body text.[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.


Basic multiref example

The template can also be called as {{multiref}} for easier typing:

Markup Renders as
Text.<ref>{{multiref|Smith, p. 2|Jones, p. 105|Singh, p. 93|Lee ''et al.'', p. 22|Smith & Jones, p. 591}}</ref>{{reflist}}
Text.[1]
    • Smith, p. 2
    • Jones, p. 105
    • Singh, p. 93
    • Lee et al., p. 22
    • Smith & Jones, p. 591


Use 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.<ref> {{Unbulleted list citebundle| {{harvnb|山田|2005|p=2}} | {{harvnb|Brown|2007|p=105}} | {{harvnb|Miller|2005|p=93}} }}</ref>{{reflist}}
Text.[1]

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.<ref>{{multiref|Smith, p. 2 citing|Jones, p. 105}}</ref>{{reflist}}
Text.[1]
    • Smith, p. 2 citing
    • Jones, p. 105

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


Explanatory note with a single citation:

Markup Renders as
There are many breeds of cat found in Venezuela,<ref>{{multiref|One example,|Moggie, p. 2}}</ref> particular in the cities.<ref>Smith, p. 32</ref>{{reflist}}
There are many breeds of cat found in Venezuela,[1] particular in the cities.[2]
    • One example,
    • Moggie, p. 2
  1. Smith, p. 32

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

  • {{multiref2}} – generates more spacing between bundled references
  • {{r}} – supports a different method to bundle or group multiple sub-references under one reference entry
  • {{sfnm}} – creates bundled short citations similar to {{sfn}}