Wikipedia footnotes are a specific method of creating in-text cites and reference lists using the Cite software extension. This should not be confused with the concept of footnotes in general.
The in-text cite is placed in the content, usually after punctuation, and is created by enclosing the citation or note within <ref>...</ref> tags. Each in-text cite is formatted as a superscripted alphanumeric character called the cite label and is enclosed by brackets; example:[1]. The cite label has an HTML link to the full citation in the reference list. In-text cites are automatically ordered by the cite label starting from the first use on a page. The cite labels default to decimal but can be styled as alphabetic, Roman or Greek. The in-text cite may be defined with a name so they can be reused within the content and may be separated into groups for use as explanatory notes, table legends and the like.
The reference list shows the full citations with a cite label that matches the in-text cite. The cite label is a caret ^ with a backlink to the in-text cite. When a named in-text cite is invoked multiple times, multiple alphabetic back links are created after the cite label in the reference list.
The reference list is created by use of the <references /> tag or the {{reflist}} template. Example:
More information Markup, Renders as ...
| Markup | Renders as |
This is an in-text cite.<ref>citation</ref>
==References==
<references />
|
This is an in-text cite.[1]
References
|
Close
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:
More information Markup, Renders as ...
| Markup | Renders 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}}
==References==
{{refbegin}}
*{{cite book |last=Elk |first=Anne |title=[[Anne Elk's Theory on Brontosauruses]] |date=November 16, 1972 }}
*{{cite book |last=Praline |first=Eric |title=[[Dead Parrot sketch]] |date=December 7, 1969 }}
{{refend}} |
The brontosaurus is thin at one end. Then it becomes much thicker in the middle.
The Norwegian blue parrot will not move if its feet are nailed to the perch. Its metabolic processes are a matter of interest only to historians.
Notes
References
|
Close