2,242
edits
Join the HITS Discord and leave your suggestions for this wiki, talk about your edits, or just chat with fellow Tally Hall fans!
Line 6: | Line 6: | ||
<pre>#REDIRECT [[pagename]]</pre> | <pre>#REDIRECT [[pagename]]</pre> | ||
where pagename is the name of the destination page. The word "redirect" is not case-sensitive, but there must be no space before the "#" symbol. Any text before the code will disable the code and prevent a redirect. Any text or regular content code after the redirect code will be ignored (and should be deleted from an existing page). | where pagename is the name of the destination page. The word "redirect" is not case-sensitive, but there must be no space before the "#" symbol. Any text before the code will disable the code and prevent a redirect. Any text or regular content code after the redirect code will be ignored (and should be deleted from an existing page). | ||
== Creating a footnote == | |||
First, go to the spot you wish the reference to appear in the article. Put this in: | |||
<pre><nowiki><ref name="UNIQUE-IDENTIFYING-NAME">[http://www.URL-OF-SOURCE] BRIEF-DESCRIPTION-OF-CONTENT-FOUND-AT-SOURCE</ref></nowiki></pre> | |||
Then check to see if the following appears at the bottom of the page. If it does not, then add it. This allows the references in the article to have a place to display. | |||
<pre><nowiki>===Footnotes=== | |||
<references/></nowiki></pre> |