Citations: Difference between revisions
From Wayne's Dusty Box of Words
No edit summary |
|||
Line 12: | Line 12: | ||
==Notes== | ==Notes== | ||
<code><nowiki><references /></nowiki></code> | <code><nowiki><references /></nowiki></code> | ||
|| | || The Sun is pretty big.<ref>E. Miller, ''The Sun'', (New York: Academic Press, 2005), 23–5.</ref> The Moon, however, is not so big.<ref> R. Smith, "Size of the Moon", ''Scientific American'', 46 (April 1978): 44–6.</ref> | ||
==Notes== | |||
<references /> | |||
|} | |} | ||
== Grouped References == | == Grouped References == | ||
Generates separate reference lists for citations and miscellaneous footnotes | Generates separate reference lists for citations and miscellaneous footnotes |
Revision as of 16:48, 20 October 2020
Basic <ref> tag
The basic concept of the <ref>
tag is that it inserts the text enclosed by the ref tags as a footnote in a designated section, which you indicate with the placeholder tag <references />
. The <references />
tag inserts the text of all the citations which have defined in <ref>
tags up to that point in the page.
Wiki code | Render |
---|---|
The Sun is pretty big.<ref> E. Miller, The Sun, (New York: Academic Press, 2005), 23–5.</ref> The Moon, however, is not so big.<ref> R. Smith, "Size of the Moon", Scientific American, 46 (April 1978): 44–6.</ref>
Notes
|
The Sun is pretty big.[1] The Moon, however, is not so big.[2]
Notes |
Grouped References
Generates separate reference lists for citations and miscellaneous footnotes