Contributing: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 4: | Line 4: | ||
== Helpfiles == | == Helpfiles == | ||
If the wiki page is an in-game helpfile, name the page <code>Help:<Topic></code> | If the wiki page is an in-game helpfile, name the page <code>Help:<Topic></code>. | ||
You should use the [[Template:Helpfile|helpfile template]] in your page. See the page for information on how to include it. | |||
For example: | |||
<code><pre><nowiki>{{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 | |||
}}</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> |
Revision as of 00:52, 7 December 2024
Follow this guide to contribute effectively to the wiki.
Helpfiles
If the wiki page is an in-game helpfile, name the page Help:<Topic>
.
You should 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]]