Contributing: Difference between revisions

From Untold Dawn
Jump to navigation Jump to search
No edit summary
No edit summary
Line 14: Line 14:
*Note you can delete sections (eg notes, see also) if they are not necessary.
*Note you can delete sections (eg notes, see also) if they are not necessary.
* If there are aliases for the command, create a page for that alias and make the page a redirect by adding:
* If there are aliases for the command, create a page for that alias and make the page a redirect by adding:
<code><nowiki> [[Category:Helpfile]]
<code> <nowiki>[[Category:Helpfile]]</nowiki></code>
#REDIRECT [[pagename]]</nowiki></code>
 
<code><nowiki> #REDIRECT [[pagename]]</nowiki></code>
== Guides ==
== Guides ==
If the page is a use guide, include the following tag:<code><nowiki>[[Category:Guide]]</nowiki></code>
If the page is a use guide, include the following tag:<code><nowiki>[[Category:Guide]]</nowiki></code>
== To Do ==
== To Do ==

Revision as of 22:40, 7 December 2024

Follow this guide to contribute effectively to the wiki.

Helpfiles

To create a page that should be an in-game helpfile:

  • Create a new page: name the page Help:<Topic>.
  • Use the helpfile template in your page, because this will automatically apply styling. Insert the code below into the new page and modify the sections.
{{Helpfile
|This command is used for emoting.
|syntax=emote <emote>
|examples=emote smiles at ~person.
emote grins at ~person.
|notes=You have many options for targetting.
|seealso=* Targetting}}
  • Note you can delete sections (eg notes, see also) if they are not necessary.
  • If there are aliases for the command, create a page for that alias and make the page a redirect by adding:

[[Category:Helpfile]]

#REDIRECT [[pagename]]

Guides

If the page is a use guide, include the following tag:[[Category:Guide]]

To Do