Help:Overview of referencing styles

From Historical Hastings

This wiki uses various systems to include and present citations of reliable sources that support assertions in the article content and to add explanatory and supplementary material.

In-text cites

The in-text cite is the element placed in the text that indicates or links to the full citation that supports the preceding content. To use these, place an opening <ref>tag prior to the reference note with a closing </ref> after the note in the relevant location. Multiple references to the same source can be used by creating the full reference note once, but naming it by means of the name="???" parameter. e.g. <ref name="first reference">This is the first reference</ref>. Subsequent usages can be placed as follows; <ref name="first reference"/>

Footnotes

Footnotes are a specific method of creating in-text cites and reference lists using the Cite template. 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. 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, the {{footer}} template (which also creates a section heading, or the {{reflist}} template. Example:

Markup Renders as
This is an in-text cite.<ref>citation</ref>

<references />

This is an in-text cite.[1]

  1. citation

Shortened footnotes

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

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|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.[1] 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.[4]

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


Markup Renders as
According to scientists, the Sun is pretty big.{{ref|1}}
The Moon, however, is not so big.{{ref|2}}

==Notes==
# {{note|1}} Miller, E: "The Sun.", page 23. Academic Press, 2005
# {{note|2}} Smith, R: "Size of the Moon", ''Scientific American'', 46(78):46

According to scientists, the Sun is pretty big.[1] The Moon, however, is not so big.[2]

Notes
  1. 1
    Miller, E: "The Sun.", page 23. Academic Press, 2005
  2. 2
    Smith, R: "Size of the Moon", Scientific American, 46(78):46