Difference between revisions of "Help:References"

From Healthcarepedia
Jump to: navigation, search
m ()
m ()
 
(6 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
*Single use footnotes are defined by enclosing content within <nowiki><ref>...</ref></nowiki>
 
*Single use footnotes are defined by enclosing content within <nowiki><ref>...</ref></nowiki>
 
**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: <nowiki><ref name="foo">content</ref> </nowiki>
+
* A footnote used multiple times may be defined with a name
*To invoke a named footnote: <nowiki><ref name="foo" /></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
 +
**Exmple: <nowiki><ref name="CMOS" /></nowiki> equals <ref name="CMOS" />
  
==<nowiki><reference /></nowiki>==
+
==<nowiki><references /></nowiki>==
 +
*To display the reference list, after all of the <nowiki><ref>...</ref></nowiki> tags, use <nowiki><references /></nowiki>
  
*To display the reference list, after all of the {{tag|ref}} tags, include:
 
**<nowiki><reference /></nowiki>
 
  
*To display footnotes defined in a group. include:
+
For a more detailed guide, see https://www.mediawiki.org/wiki/Help:Cite
**<nowiki><references group="foo" /></nowiki>
 
  
  
For a more detailed guide, see https://www.mediawiki.org/wiki/Help:Cite
+
<strong>Footnotes used on this page</strong>
 +
<references />

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