Contributing: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
[[Category:Guide]] | [[Category:Guide]] | ||
Follow this guide to contribute effectively to the wiki. | Follow this guide to contribute effectively to the wiki. | ||
== Helpfiles == | == Helpfiles == | ||
To create a page that should be an in-game helpfile: | |||
* Create a new page: name the page <code>Help:<Topic></code>. | |||
* Use the [[Template:Helpfile|helpfile template]] in your page. See the page for information on how to include it. | |||
For example: | For example: | ||
<code><pre><nowiki>{{Helpfile | <code><pre><nowiki>{{Helpfile | ||
Line 17: | Line 14: | ||
|seealso=* Targetting | |seealso=* Targetting | ||
}}</nowiki></pre></code> | }}</nowiki></pre></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 == |
Revision as of 22:28, 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. See the page for information on how to include it.
For example:
{{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
}}
Guides
If the page is a use guide, include the following tag:[[Category:Guide]]