Contributing: Difference between revisions

From Untold Dawn
Jump to navigation Jump to search
 
(56 intermediate revisions by 6 users not shown)
Line 1: Line 1:
[[Category:Guide]]
[[Category:Guide]]
Follow this guide to contribute effectively to the wiki.  We use [[Special:Categories]] as well as templates (in some cases) to structure the content.  Please follow the following advice depending on what you are trying to create.


Follow this guide to contribute effectively to the wiki.


== Helpfiles ==
== Helpfiles ==
If the wiki page is an in-game helpfile, name the page <code>Help:<Topic></code>.
To create a page that should be an in-game helpfile:
 
* Create a new page: 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.
* Use the [[Template:Helpfile|helpfile template]] in your page, because this will automatically apply styling. Insert the code below into the new page and modify the sections.
 
For example:
<code><pre><nowiki>{{Helpfile
<code><pre><nowiki>{{Helpfile
|This command is used for emoting.
|This command is used for emoting.
Line 15: Line 14:
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.
* 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]]</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 user guide, include the following tag:<code><nowiki>[[Category:Guide]]</nowiki></code>
 
== Lore ==
 
Tag [[:Category:Lore|lore pages]] with: <code> <nowiki>[[Category:Lore]]</nowiki></code>.  If relevant, also use <code> <nowiki>[[Category:Faction]]</nowiki></code> or <code> <nowiki>[[Category:Person]]</nowiki></code> as subcategories.
 
 
=== Helpfile To Do ===
*input
*Aliases
*Notes
*Story
*Clean
*Stop
*Channels
*Press
*Program
*Datapad
*Tag
 
 
=== Lore ToDo ===

Latest revision as of 17:57, 4 January 2025

Follow this guide to contribute effectively to the wiki. We use Special:Categories as well as templates (in some cases) to structure the content. Please follow the following advice depending on what you are trying to create.


Helpfiles[edit | edit source]

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[edit | edit source]

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

Lore[edit | edit source]

Tag lore pages with: [[Category:Lore]]. If relevant, also use [[Category:Faction]] or [[Category:Person]] as subcategories.


Helpfile To Do[edit | edit source]

  • input
  • Aliases
  • Notes
  • Story
  • Clean
  • Stop
  • Channels
  • Press
  • Program
  • Datapad
  • Tag


Lore ToDo[edit | edit source]