User:Admin
Revision as of 02:20, 14 March 2007 by 69.106.57.226 (talk)
- To make a single use footnote:
- Ref/note
- {{ref|foo}} at the in-text place.
- # {{note|foo}} text of note at the proper place in the Notes list.
- Cite.php
- <ref>text of note</ref> at the in-text place.
- (Only needed once per article)<references/> under the Notes heading.
- Ref/note
- To make a multiple use footnote:
- Ref/note
- With strict ref/note style this was impossible, but a number of alternative forms had been created, for the details of which, see the appropriate pages.
- Cite.php
- <ref name=foo>text of note</ref> at each in-text place.
- Alternatively <ref name=foo /> A self-closing tag on every use after name=foo has been defined.
- (Only needed once per article)<references/> under the Notes heading; exactly the same as to make a single-use note.
- <ref name=foo>text of note</ref> at each in-text place.
- Ref/note