imported>An Adventurer |
imported>Arkalor |
(2 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| Footnotes are useful for providing sources for statements made in articles. On Asheron.info these are most useful on lore articles written by players.
| | #REDIRECT [[Help:Creating Footnotes]] |
| | |
| #. At the bottom of the article, create a section titled References. | |
| #. List your references using the # symbol. Most sources will be links to internal pages - items, quests, texts, and so on. Simply create the link with bracets (<nowiki>[[ ]]</nowiki>) and if possible, provide the date and patch when the source was introduced.
| |
| #. To create a footnote, use the following code and replace n with the correct number:
| |
| | |
| {|
| |
| |
| |
| <nowiki><sup></nowiki>
| |
| <nowiki>[[</nowiki>
| |
| <nowiki>{{PAGENAME}}#References</nowiki>
| |
| <nowiki>|</nowiki>
| |
| <nowiki><nowiki>[</nowiki></nowiki>
| |
| n
| |
| <nowiki><nowiki>]</nowiki></nowiki>
| |
| <nowiki>]]</nowiki>
| |
| <nowiki></sup></nowiki>
| |
| |-
| |
| |}
| |
| (For exact code, edit and copy this section:)<br>
| |
| <sup>[[{{PAGENAME}}#References|<nowiki>[</nowiki>1<nowiki>]</nowiki>]]</sup>
| |
| | |
| References Section Example:
| |
| == References ==
| |
| # yyyy/mm <nowiki>[[Patch]] - [[Item 1]]</nowiki>
| |
| # yyyy/mm <nowiki>[[Patch]] - [[Item 2]]</nowiki>
| |
| # yyyy/mm <nowiki>[[Patch]] - [[Item 3]]</nowiki>
| |
| | |
| [[Category:Help]]
| |