Contributing: Difference between revisions

From Untold Dawn
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> include the following tag:<code><nowiki>[[Category:Helpfile]]</nowiki></code>
If the wiki page is an in-game helpfile, name the page <code>Help:<Topic></code>.


In general, helpfiles should have a description then three sections: a summary description, syntax, examples, and notes. Use the headings == Syntax == and == Examples == and == Notes ==. A template for a helpfile can be imported by saving the blank page with <code><nowiki>{{subst:Helpfile}}</nowiki></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]]