Editing Guide: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Footnotes == | == Footnotes == | ||
Footnotes can be created by adding <code><ref>...</ref></code> in the body of the text where they are located. Whatever text is within the | Footnotes can be created by adding <code><ref>...</ref></code> in the body of the text where they are located, and <code><references /></code> at the end of the article where footnotes are intended to appear. Whatever text is within the <code><ref></code> tags will become the content of the footnote: | ||
<pre> | {| | ||
...text.<ref>Content of the reference</ref> | |! Wikitext | Renders as | ||
| <pre>...text.<ref>Content of the reference</ref></pre> | ...text.<ref>Content of the reference</ref> | |||
</pre> | |- | ||
|} |