Difference between revisions of "User:Admin"

From WikiCU
Jump to: navigation, search
Line 1: Line 1:
*To make a single use footnote:
+
== Maps ==
**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.
 
  
 +
== Footnotes ==
  
Test one. <ref>text of note</ref>
+
To make a single use footnote:
 +
*#''<nowiki><ref>text of note</ref></nowiki>'' at the in-text place.
 +
*#(Only needed once per article)''<nowiki><references/></nowiki>'' under the Notes heading.
  
== References ==
+
To make a multiple use footnote:
 
+
*#''<nowiki><ref name=foo>text of note</ref></nowiki>'' at each in-text place.
<references/>
+
*##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:44, 14 March 2007

Maps

Footnotes

To make a single use footnote:

    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:

    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.