Difference between revisions of "Help:References"

From Healthcarepedia
Jump to: navigation, search
m ()
m ()
 
Line 5: Line 5:
 
**Example: <nowiki><ref>Rules of Usage. Strunk, William, Jr. 1918. Elements of Style</ref></nowiki> equals: <ref>Rules of Usage. Strunk, William, Jr. 1918. Elements of Style</ref>
 
**Example: <nowiki><ref>Rules of Usage. Strunk, William, Jr. 1918. Elements of Style</ref></nowiki> equals: <ref>Rules of Usage. Strunk, William, Jr. 1918. Elements of Style</ref>
 
* A footnote used multiple times may be defined with a name
 
* A footnote used multiple times may be defined with a name
**Example: <nowiki><ref name="CMOS">Chicago Manual of Style, 16th Edition</ref></nowiki>
+
**Example: <nowiki><ref name="CMOS">Chicago Manual of Style, 16th Edition</ref></nowiki> equals: <ref name="CMOS">Chicago Manual of Style, 16th Edition</ref>
 
* The named footnote may be invoked later
 
* The named footnote may be invoked later
**Exmple: <nowiki><ref name="CMOS" /></nowiki>
+
**Exmple: <nowiki><ref name="CMOS" /></nowiki> equals <ref name="CMOS" />
 
 
  
 
==<nowiki><references /></nowiki>==
 
==<nowiki><references /></nowiki>==

Latest revision as of 02:06, 2 November 2016

Two HTML-style tags are used to define and show footnotes: <ref> and <reference />

<ref>

  • Single use footnotes are defined by enclosing content within <ref>...</ref>
    • Example: <ref>Rules of Usage. Strunk, William, Jr. 1918. Elements of Style</ref> equals: [1]
  • A footnote used multiple times may be defined with a name
    • Example: <ref name="CMOS">Chicago Manual of Style, 16th Edition</ref> equals: [2]
  • The named footnote may be invoked later
    • Exmple: <ref name="CMOS" /> equals [2]

<references />

  • To display the reference list, after all of the <ref>...</ref> tags, use <references />


For a more detailed guide, see https://www.mediawiki.org/wiki/Help:Cite


Footnotes used on this page

  1. Rules of Usage. Strunk, William, Jr. 1918. Elements of Style
  2. 2.0 2.1 Chicago Manual of Style, 16th Edition