Citations: Difference between revisions
From Wayne's Dusty Box of Words
No edit summary |
|||
Line 11: | Line 11: | ||
| style="width: 50%" | The Sun is pretty big.<code><nowiki><ref></nowiki></code>E. Miller, ''The Sun'', (New York: Academic Press, 2005), 23–5.<code><nowiki></ref></nowiki></code> The Moon, however, is not so big.<code><nowiki><ref></nowiki></code>R. Smith, "Size of the Moon", ''Scientific American'', 46 (April 1978): 44–6.<code><nowiki></ref></nowiki></code> | | style="width: 50%" | The Sun is pretty big.<code><nowiki><ref></nowiki></code>E. Miller, ''The Sun'', (New York: Academic Press, 2005), 23–5.<code><nowiki></ref></nowiki></code> The Moon, however, is not so big.<code><nowiki><ref></nowiki></code>R. Smith, "Size of the Moon", ''Scientific American'', 46 (April 1978): 44–6.<code><nowiki></ref></nowiki></code> | ||
==Notes== | <code><nowiki>==Notes==</nowiki></code> | ||
<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> | || 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> |
Revision as of 17:22, 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>
|
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