Contributing: Difference between revisions

From Untold Dawn
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
To create a page that should be an in-game helpfile:  
To create a page that should be an in-game helpfile:  
* Create a new page: name the page <code>Help:<Topic></code>.
* 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.
* Use the [[Template:Helpfile|helpfile template]] in your page, because this will automatically apply styling. Insert the code below into the new page:
For example:
<code><pre><nowiki>{{Helpfile
<code><pre><nowiki>{{Helpfile
|This command is used for emoting.
|This command is used for emoting.
Line 12: Line 11:
emote grins at ~person.
emote grins at ~person.
|notes=You have many options for targetting.
|notes=You have many options for targetting.
|seealso=* Targetting
|seealso=* Targetting}}</nowiki></pre></code>
}}</nowiki></pre></code>
*Note you can delete sections (eg notes, see also) if they are not necessary.
== 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:32, 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:
{{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.

Guides

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

To Do