Help:Footnotes

From Timelines
Revision as of 13:34, 15 April 2006 by Omniplex (talk) (TRANSWIKI from Meta)
Jump to: navigation, search

Template:H:h

This page gives general documentation valid for all MediaWiki installations which use the cite extension. For use of this feature in the English Wikipedia see w:Wikipedia:Footnotes. That page also includes more examples.

Synopsis

  • <ref>Reference text</ref>
  • <ref name="id">Reference text</ref>
    the quotes are only needed if id contains spaces.
  • <ref name="id"/>
    repeated use of same reference may be done as before or in this format with no need to repeat the reference text.
  • <references/>

<ref>

<ref> defines inline citations that are collected for later insertion in the page using <references>. For instance, try typing the following in an edit box and clicking "Save page":

AIDS is a collection of symptoms and infections resulting from the specific damage to the immune system caused by infection with the human immunodeficiency virus (HIV).<ref name=Marx>Marx, J. L. New disease baffles medical community. Science. 1982;217(4560):618–621.</ref>

Most researchers believe that HIV originated in sub-Saharan Africa <ref name=NYT>''New York Times''. [[January 14]], [[2010]] issue, page 16</ref>; it is now a global epidemic. Some authorities <ref>UNAIDS</ref> estimate that AIDS has killed more than 25 million people since it was first recognized on December 1, 1981, making it one of the most destructive epidemics in recorded history. The folks at the NYT are worried sick about this.<ref name=NYT/> </blockquote> will result in the following text on the article page:

AIDS is a collection of symptoms and infections resulting from the specific damage to the immune system caused by infection with the human immunodeficiency virus (HIV).[1]

<p>Most researchers believe that HIV originated in sub-Saharan Africa;[2] it is now a global epidemic. Some authorities[3] estimate that AIDS has killed more than 25 million people since it was first recognized on December 1, 1981, making it one of the most destructive epidemics in recorded history. The folks at the NYT are worried sick about this.[2]

Note that references may be cited more than once using <ref name="id"/>. In the example above, the New York Times article is cited twice. In the second instance, instead of typing out the full reference (<ref name=NYT>''New York Times''. [[January 14]], [[2010]] issue, page 16</ref>), one may simply use <ref name=NYT/>. Be careful not to forget the /.

<references>

Placing <references> inserts the full text of all pending inline citations defined by <ref>, anywhere on the page. For example, based on the citations above, the code:

<references/>

will yield:

  1. Marx, J. L. New disease baffles medical community. Science. 1982;217(4560):618–621.
  2. 2.0 2.1 New York Times. January 14, 2010 issue, page 16
  3. UNAIDS
Template:H:f