Wiki formatting
From GOSIA
(Added notes on footnoting and math rendering.) |
|||
Line 10: | Line 10: | ||
==Level headings== | ==Level headings== | ||
</pre> | </pre> | ||
+ | |||
+ | ==Emphasis (italics, bold, etc.)== | ||
+ | |||
+ | Refer to the MediaWiki [http://www.mediawiki.org/wiki/Help:Formatting formatting page] for help with text formatting. | ||
==Code snippets== | ==Code snippets== | ||
Line 41: | Line 45: | ||
<math>\xi=1.4</math> | <math>\xi=1.4</math> | ||
+ | |||
+ | ==Footnoting== | ||
+ | |||
+ | Enter text to be included in footnotes as in the following example: | ||
+ | |||
+ | <pre> | ||
+ | The semiclassical Coulomb excitation theory is appropriate | ||
+ | for multi-step heavy-ion excitations.<ref>The applicability | ||
+ | of first and second order perturbation theories is limited | ||
+ | to light-ion induced Coulomb excitation.</ref> | ||
+ | </pre> | ||
+ | |||
+ | which produces the text: | ||
+ | |||
+ | The semiclassical Coulomb excitation theory is appropriate for multi-step heavy-ion excitations.<ref>The applicability of first and second order perturbation theories is limited to light-ion induced Coulomb excitation.</ref> | ||
+ | |||
+ | and the footnote at the end of this page. | ||
+ | |||
+ | Every page which has one or more footnotes must have the tag | ||
+ | <pre> | ||
+ | <references/> | ||
+ | </pre> | ||
+ | to tell MediaWiki where to put the footnotes. This should be in the last section of the page, titled <nowiki>"Notes"</nowiki>. | ||
+ | |||
+ | ==Notes== | ||
+ | |||
+ | <references/> |