Difference between revisions of "User:Admin"
Stephen.wang (talk | contribs) (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 02:20, 14 March 2007
- 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