Editing the wiki

From Hercules Wiki
Jump to: navigation, search

Contents

Welcome to the Hercules wiki!

The Hercules wiki could always use some help. It is an ever changing repository of information related to Hercules, such as installation, configuration, scripting and even some client support. The wiki thanks you for stopping by and showing some interest in helping get the wiki full of the most useful information for Hercules.

Where to Begin?

All users must login to the wiki using their forum account. Any member with more than 1 post on the forums can edit the wiki, but please keep in mind that the Hercules wiki is released under the GNU Free Documentation License Version 1.2. This means that the wiki and any works put on it can be edited at will. They may also be distributed, provided all history and copylefts remain intact. Please see read this page for more information.

Don't know where to start? Check the Special:WantedPages page and create a page that is listed there!

Please do not create pages for custom content, such as custom projects not relating to Hercules in any way. A full list of content that should not be on the wiki is listed at Editing the wiki.

Please see Wiki Projects for any ongoing projects that you might be able to help with!

License Requirements

The Hercules wiki is to be released under the GNU Free Documentation License. For those that do not know, this license allows anyone to edit your work on the wiki at will, provided that all pertinent history is remained intact and all copylefts are abided by. This work can also be redistributed, again, provided that all copylefts remain intact.

Editing Requirements

You might be eager to start editing. The first question is....how do I start?

With the Hercules wiki, you can use IPB BBCodes to format your work, but there is a helpful toolbar at the top of the edit box to help you as well.

You can create a new page, but make sure that the page you are creating doesn't exist yet and preferably is already being linked to. If it already exists, maybe you can head over and help edit in something that might be missing that someone forgot.

General Rules for the Hercules wiki

This section may need to be updated. Please update this section to reflect recent events or newly available information, and remove this template when finished. Please see the talk page for more information.

These guidelines/rules should be followed on the Hercules wiki. If not followed, your account is at risk for being banned from the wiki as well as from the forums. You have been warned.

  • Deleting a page must come from a Community Administrator or a Documentation Manager. If you have a page that you request for deletion, please add the {{deletion suggested}} template. See Template:Delete for details.
  • Editing wars are not to be tolerated. It creates unwanted and unneeded long history.
  • Pornography is a not to appear on the Hercules wiki.
  • Text must be appropriate in nature and not contain foul language.

General tips for editing a wiki

These tips should be referenced when you need to edit/write an article.

  • As mentioned before, make sure that if a new page is being created, it doesn't exist yet.
  • Use proper English with proper spelling and grammar. The Hercules wiki is in English and English only at this point.
  • Links should not appear in topic titles, such as the title of a section.
  • There should be no reason to link to a page more than once if it appears in the article multiple times. The first mention of a topic that has a page should be linked to.
  • Name your page appropriately and avoid special symbols. Don't make your page too long, but think of a name that will relate to the article (i.e: Don't name your article related to XRay 'client').
  • Use images when Windows is involved. It is too hard and sometimes troublesome to read an article with the text: Go here, click OK, go here, hover your mouse here, click here, type this, click here, drag it to here, etc.
  • Any section or article that relates to changing code should be in DIFF or PATCH format. This includes all of the proper syntax. If you do not know what a diff or patch file is, please refer to it's Wikipedia article here. 'find and replace' text is not acceptable.
  • Make use of Wikipedia's help articles, if you are unsure about editing articles or the use of some wiki-code. Note, that most of the templates used on Wikipedia cannot be applied to the Hercules wiki, except few ones.
  • Use the Show preview button before saving the page, especially when you are unsure, how your edit turns out. This helps avoiding follow-up "ooops"-edits.
  • Before you save an article, add reason for your edit or summary of your edit in the Summary line. You help others to recognize, what was changed and why in the list of recent changes and it distinguishes you from spam-bots, which do not add a reason. You do not need to add a summary for your user-page or on article's talk pages. If you cannot remember what you changed, use the Show changes button to review all changes done to the page as a diff.
  • Avoid excessive amount of formatting. Use either bold or italics but not both. Refrain from using underlining as this usually gives the impression of a link. Strike-through should be used on talk pages only, if there is something in an article to invalidate, simply delete it.

Script Command Pages

As a general rule of thumb, the following format should be used in order to keep the articles in a uniform fashion.

==Syntax==
*'''scriptcommand'''(<argument1>, <"argument2">);

==Description==
This command does this and that, and arguments mean that and this.

==Examples==
 [[mes]] "...";
 [[if]](scriptcommand(1, "abc"))
 {
     mes "...";
 }
 [[close]];

==See Also==
* [[related script command 1]]
* [[related script command 2]]

[[Category:Script Command]]