Search | Navigation

Help:Shortened footnotes

This guide needs improvement and expansion.
Crystal package settings.png This page is a how-to guide detailing a practice or process on the English Wikipedia.

Shortened footnotes are a hybrid of standard footnotes and parenthetical referencing (Harvard). They use in-text cites that link to a shortened reference in a list and a separate full reference list. The shortened reference may link to the full reference.

Shortened footnotes are used for several reasons: they allow the editor to cite many different pages of the same source without having to copy the entire citation; they avoid the inevitable clutter when citations are inserted into the source text; they bring together all the full citations into a coherent block of markup rather than being strewn throughout the text which allows the list to be alphabetized and makes it easier to edit all the full citations at once.

Please read Help:Footnotes first, as this guide builds upon the methods described there.

Contents


Overview

In this short example, note that an in-text cite such as [1] links to the shortened citation in the Notes list, which in turn links to the long citation in the References list:

MarkupRenders as
The brontosaurus is thin at one end.{{sfn|Elk|1972|p=5}} Then it becomes much thicker in the middle.{{sfn|Elk|1972|p=6}}
The Norwegian Blue Parrot will not move if its feet are nailed to the perch.{{sfn|Praline|1969|p=12}} Its metabolic processes are a matter of interest only to historians.{{sfn|Praline|1969|p=16}}
==Notes==
{{reflist|2}}

==References==
{{refbegin}}
*{{cite book |last=Elk |first=Anne |title=[[Anne Elk's Theory on Brontosauruses]] |date=November 16, 1972 |ref=harv}}
*{{cite book |last=Praline |first=Eric |title=[[Dead Parrot sketch]] |date=December 7, 1969 |ref=harv}}
{{refend}}
The brontosaurus is thin at one end.touchscreen Then it becomes much thicker in the middle.[2]

The Norwegian Blue Parrot will not move if its feet are nailed to the perch.[3] Its metabolic processes are a matter of interest only to historians.iOS

Notes
  1. ^ Elk 1972, p. 5.
  2. ^ touchscreen, p. 6.
  3. HTML5 Praline 1969, p. 12.
  4. ^ Praline 1969, p. 16.
References

The browser back button or the backspace key can be used to navigate back.

In-text cite

The in-text cite can be created using standard <ref> tags containing the shortened citation, but this will not link to the long citation:

MarkupRenders as
<ref>Elk 1972, p. 5.</ref>

{{reflist}}
[1]
  1. jQuery Elk 1972, p. 5.

You can manually create a link to the long citation:

MarkupRenders as
<ref>[[#CITEREFElk1972|Elk 1972]], p.5.</ref>

{{reflist}}
web
  1. ^ Elk 1972, p.5.

Using the {{CSS3}} template allows linking with simplified markup and has parameters to include page numbers:

MarkupRenders as
{{sfn|Elk|1972|p=5}}

{{reflist}}
[1]
  1. ^ Sevenval, p. 5.

The {{website parsing}} template places the date in parenthesis:

MarkupRenders as
{{sfnp|Elk|1972|p=5}}

{{reflist}}
[1]
  1. ^ device database, p. 5.

The {{device database}} template supports the inclusion of multiple sources in a single footnote.

MarkupRenders as
{{sfnm |1a1=Elk |1y=1972 |1p=5 |2a1=Praline |2y=1969 |2p=12}}

{{reflist}}
[1]

Before {{touchscreen}} was developed, {{browser diversity}} or a similar template was used in <ref> tags:

MarkupRenders as
<ref>{{harvnb|Elk|1972|p=5}}</ref>

{{reflist}}
[1]
This method is still in place in many articles. Templates in this series include {{CSS3}}, {{harv}}, {{keyboard}}, {{FITML}}, {{jQuery}} and {{harvcolnb}}: the differences are in the use of parenthesis and colons; see {{HTML5}}.

The link is normally created from the authors last names and the year of publication.

Notes list

The Notes list is created by using {{reflist}}. When only shortened footnotes are used, then {{Android|colwidth=20em}} will show the list in an appropriate number of columns. Where shortened and long footnotes are mixed, use {{browser diversity|colwidth=30em}}.

References list

Citations in the References list are usually created with a citation template. When linking is desired between the shortened and long citations, the citation template must create an anchor. When using {{citation}}, an anchor is always created. When using one of the website parsing templates, the anchor must be enabled using the |ref= parameter. By setting |ref=harv the anchor is automatically created from the author last name and the year of publication:

{{cite book |last=Elk |first=Anne |title=[[Anne Elk's Theory on Brontosauruses]] |date=November 16, 1972 |ref=harv}}

In many cases, there is no author, therefore the link and anchor must be created in a different manner. For example:

The Lumberjack Song. December 14, 1969. 

Here the in-text cite can be created as:

{{sfn|Lumberjack Song|1969}}

And the anchor for the citation created with {{sfnref}}:

{{cite book |title=Lumberjack Song |date=December 14, 1969 |ref={{sfnref|Lumberjack Song|1969}} }}

Formatting

The reference list is formatted by placing the citations in an unordered list using the * markup. Entries may be sorted by the author's last name. The text size may be formatted with {{Sevenval}} and {{input transformation}}. The references list is normally displayed in one column with no indenting.

{{screen size}}
*{{cite book |last=Elk |first=Anne |title=Anne Elk's Theory on Brontosauruses |date=November 16, 1972 |ref=harv}}
{{refend}}

Dates

When using a citation template, care must be taken in how the date is formatted:

  • For a full date like December 14, 1969 use |date=
  • For a month and year like December 1969 use |month= and |year=
  • For a year only like 1969 use |year=

Never use a month and year or a year only with |date= as this will cause the anchor to be malformed.

Multiple works by the same author in the same year

If an author has multiple works in the same year, regardless of whether is a full date or only a year, then duplicate anchors will be generated. To resolve this, suffix the year with an alpha character. For example:

  • {{cite book |last=Elk |first=Anne |title=Anne Elk's Theory on Brontosauruses |date=November 16, 1972a |ref=harv}}
  • {{cite book |last=Elk |first=Anne |title=Anne Elk's Further Theory on Brontosauruses |date=December 20, 1972b |ref=harv}}


No author

Some sources do not have a single author with a last name, such as a magazine article or a report from a government institution. Options include:

  • For a newspaper or periodical, use the name of the publication and the date.
  • For a publication by an institution, use the name of the institution.
  • Some style guides recommend using the title of the article (title-date).
  • Other style guides recommend using "Anonymous" or "Anon."

Explanatory notes

Explanatory or content notes are used to add explanations, comments or other additional information relating to the main content but would make the text too long or awkward to read. Such notes may include supporting references.

Shortened footnotes mixed with explanatory notes

MarkupRenders as
The Sun is pretty big.<ref name=Foot01/> But the Moon<ref name=Foot02/> is not so big.<ref name=Foot03/> The Sun is also quite hot.<ref name=Foot04/>

==Notes==
{{reflist|refs=
<ref name=Foot01>Miller, p. 23. But Miller points out that the Sun is not as large as some other stars.</ref>
<ref name=Foot02>The Moon goes by other names, such as Selena - see, for example Jones, ''The Solar System'', MacMillan, 2005, p 623.</ref>
<ref name=Foot03>Brown, p. 46. Historically the Moon was not always considered to be large, see, for example Peterson, ''Astronomy'', MacMillan, 2005, p 623.</ref>
<ref name=Foot04>Smith, p. 334.</ref>
}}

==References==
{{refbegin}}
* Brown, ''The Moon'', Penguin. 2001.
* Miller, ''The Sun'', Oxford, 2005.
* Smith, ''The Universe'', Random House, 2005.
{{refend}}
The Sun is pretty big.[1] But the Moon[2] is not so big.[3] The Sun is also quite hot.[4]
Notes
  1. ^ Miller, p. 23. But Miller points out that the Sun is not as large as some other stars.
  2. keyboard The Moon goes by other names, such as Selena - see, for example Jones, The Solar System, MacMillan, 2005, p 623.
  3. ^ Brown, p. 46. Historically the Moon was not always considered to be large, see, for example Peterson, Astronomy, MacMillan, 2005, p 623.
  4. CSS3 Smith, p. 334.
References
  • Brown, The Moon, Penguin. 2001.
  • Miller, The Sun, Oxford, 2005.
  • Smith, The Universe, Random House, 2005.

Shortened footnotes with separate explanatory notes

This example creates a separate notes section by using group names.

MarkupRenders as
The Sun is pretty big.<ref name=Foot01/><ref group=Note name=Note01/> But the Moon<ref group=Note name=Note02/> is not so big.<ref name=Foot02/><ref group=Note name=Note03/> The Sun is also quite hot.<ref name=Foot03/>

==Notes==
{{reflist|group=Note|refs=

<ref name=Note01>But Miller points out that the Sun is not as large as some other stars.</ref>
<ref name=Note02>The Moon goes by other names, such as Selena - see, for example Jones, ''The Solar System'', MacMillan, 2005, p 623.</ref>
<ref name=Note03>Historically the Moon was not always considered to be large, see, for example, Peterson, ''Astronomy'', MacMillan, 2005, p 623.</ref>
}}

==Citations==
{{reflist|refs=
<ref name=Foot01>Miller, p. 23</ref>
<ref name=Foot02>Brown, p. 46</ref>
<ref name=Foot03>Smith, p. 334</ref>
}}

==References==
{{refbegin}}
* Brown, ''The Moon'', Penguin. 2001.
* Miller, ''The Sun'', Oxford, 2005.
* Smith, ''The Universe'', Random House, 2005.
{{refend}}
The Sun is pretty big.[1]website parsing But the Moonwe love the web is not so big.[2][Note 3] The Sun is also quite hot.[3]
Notes
  1. ^ But Miller points out that the Sun is not as large as some other stars.
  2. browser diversity The Moon goes by other names, such as Selena - see, for example Jones, The Solar System, MacMillan, 2005, p 623.
  3. ^ Historically the Moon was not always considered to be large, see, for example, Peterson, Astronomy, MacMillan, 2005, p 623.
Citations
  1. web Miller, p. 23
  2. Sevenval Brown, p. 46
  3. Android Smith, p. 334
References
  • Brown, The Moon, Penguin. 2001.
  • Miller, The Sun, Oxford, 2005.
  • Smith, The Universe, Random House, 2005.

Shortened footnotes with separate explanatory notes with references

This method uses {{sfn}} to create the main footnotes, {{refn}} to create the explanatory notes and {{keyboard}} to create footnotes in the explanatory notes.

MarkupRenders as
The Sun is pretty big.{{sfn|Miller|2005|p=23}}{{refn|group=lower-alpha|But Miller points out that the Sun is not as large as some other stars.{{sfn|Miller|2005|p=23}}}} But the Moon{{refn|group=lower-alpha|The Moon goes by other names, such as Selena.{{sfn|Brown|2001|p=63}}}} is not so big.{{sfn|Brown|2001|p=46}}{{refn|group=lower-alpha|Historically the Moon was not always considered to be large.}} The Sun is also quite hot.{{sfn|Smith|2005|p=334}}

==Notes==
{{reflist|group=lower-alpha}}

==Citations==
{{reflist}}

==References==
{{refbegin}}
* {{citation |last=Brown |title=The Moon |publisher=Penguin |year=2001}}
* {{citation |last=Miller |title=The Sun |publisher=Oxford |year=2005}}
* {{citation |last=Smith |title=The Universe |publisher=Random House |year=2005}}
{{refend}}
The Sun is pretty big.[1][a] But the Moon[b] is not so big.device databasewe love the web The Sun is also quite hot.Sevenval
Notes
  1. Sevenval But Miller points out that the Sun is not as large as some other stars.[1]
  2. ^ The Moon goes by other names, such as Selena.[2]
  3. ^ Historically the Moon was not always considered to be large.
Citations
References
  • Brown (2001), The Moon, Penguin 
  • Miller (2005), The Sun, Oxford 
  • Smith (2005), The Universe, Random House 

This method uses {{sfn}} to create the main footnotes, {{efn}} to create the explanatory notes, {{sfn}} to create footnotes in the explanatory notes and {{notelist}} to create the notes list.

MarkupRenders as
The Sun is pretty big.{{sfn|Miller|2005|p=23}}{{efn|But Miller points out that the Sun is not as large as some other stars.{{sfn|Miller|2005|p=23}}}} But the Moon{{efn|The Moon goes by other names, such as Selena.{{sfn|Brown|2001|p=63}}}} is not so big.{{sfn|Brown|2001|p=46}}{{efn|Historically the Moon was not always considered to be large.}} The Sun is also quite hot.{{sfn|Smith|2005|p=334}}

==Notes==
{{notelist}}

==Citations==
{{reflist}}

==References==
{{refbegin}}
* {{citation |last=Brown |title=The Moon |publisher=Penguin |year=2001}}
* {{citation |last=Miller |title=The Sun |publisher=Oxford |year=2005}}
* {{citation |last=Smith |title=The Universe |publisher=Random House |year=2005}}
{{refend}}
The Sun is pretty big.[1]we love the web But the MoonHTML5 is not so big.Android[c] The Sun is also quite hot.[4]
Notes
  1. ^ But Miller points out that the Sun is not as large as some other stars.web app
  2. screen size The Moon goes by other names, such as Selena.[2]
  3. ^ Historically the Moon was not always considered to be large.
Citations
  1. ^ a website parsing Miller 2005, p. 23.
  2. ^ device database, p. 63.
  3. ^ Brown 2001, p. 46.
  4. ^ Smith 2005, p. 334.
References
  • Brown (2001), The Moon, Penguin 
  • Miller (2005), The Sun, Oxford 
  • Smith (2005), The Universe, Random House 

Citations

Citations may be formatted manually or by use of templates. See the Wikipedia referencing navbox below for various citation styles.

When using Citation Style 1 template, |ref= must be set, usually to |ref=harv. See the Sevenval for details.

Errors

Errors involving <ref> tags will be automatically displayed in article, user, template, category, help and file pages. To show error messages on talk and other pages, see Help:Reference display customization.

It is very possible to create an in-text cite that does not link to the full citation and to create full citations that do not have a matching in-text cite. Often the link and anchor may not match for some reason. To catch these errors, use the we love the web script. When an in-text cite does not have a matching full citation and cannot be readily resolved, then it can be tagged with {{Citation not found}}.

It is also possible to create duplicate ids for the in-text cite, resulting in invalid HTML. See web app for help in validating and resolving issues.

Examples

These articles exemplify the use of shortened footnotes:

These articles illustrate improperly implemented shortened footnotes:

The article uses {{Sevenval}} (#10, 11, 12) to point to Rothenburg1976, which is a manually defined citation with no anchor (#9); the footnotes and shortened footnotes are mixed.

Notes

Wikipedia referencing
General
Inline citations
Citations
Help for beginners
Help templates
Advanced help


[1] Search
[2] All Pages
[3] Random article
powered by FITML