Difference between revisions of "User:Admin"

From WikiCU
Jump to: navigation, search
(Removing all content from page)
Line 1: Line 1:
 
+
*To make a single use footnote:
 +
**Ref/note
 +
**#''<nowiki>{{ref|foo}}</nowiki>'' at the in-text place.
 +
**#''<nowiki># {{note|foo}}</nowiki> text of note'' at the proper place in the Notes list.
 +
**Cite.php
 +
**#''<nowiki><ref>text of note</ref></nowiki>'' at the in-text place.
 +
**#(Only needed once per article)''<nowiki><references/></nowiki>'' under the Notes heading.
 +
*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
 +
**#''<nowiki><ref name=foo>text of note</ref></nowiki>'' at each in-text place.
 +
**##Alternatively  ''<nowiki><ref name=foo /></nowiki>'' A self-closing tag on every use after ''name=foo'' has been defined.
 +
**#(Only needed once per article)''<nowiki><references/></nowiki>'' under the Notes heading; exactly the same as to make a single-use note.

Revision as of 03:20, 14 March 2007

  • To make a single use footnote:
    • Ref/note
      1. {{ref|foo}} at the in-text place.
      2. # {{note|foo}} text of note at the proper place in the Notes list.
    • Cite.php
      1. <ref>text of note</ref> at the in-text place.
      2. (Only needed once per article)<references/> under the Notes heading.
  • 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
      1. <ref name=foo>text of note</ref> at each in-text place.
        1. Alternatively <ref name=foo /> A self-closing tag on every use after name=foo has been defined.
      2. (Only needed once per article)<references/> under the Notes heading; exactly the same as to make a single-use note.