Citations: Difference between revisions

From Wayne's Dusty Box of Words
No edit summary
Line 5: Line 5:


{| class="wikitable"
{| class="wikitable"
|+ Basic <code>ref</code> Example
|+ Basic <code><nowiki><ref></nowiki></code> Example
|-
|-
! Wiki code !! Render
! Wiki code !! Render

Revision as of 18:26, 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.


Basic <ref> Example
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==
<references />

The Sun is pretty big.[1] The Moon, however, is not so big.[2]

Notes

  1. E. Miller, The Sun, (New York: Academic Press, 2005), 23–5.
  2. R. Smith, "Size of the Moon", Scientific American, 46 (April 1978): 44–6.

Grouped References

Generates separate reference lists for citations and miscellaneous footnotes