elanthipedia:Manual of Style/Scripts
Template
Article Names
Pages should be named Script Name (script).
Explanation of Template
Category (cat)
Choose the one category that describes the primary purpose of the script.
Combat: hunting Information: displaying information (without doing anything) Quest: completing a quest, such as favors Training: gaining experience (other than hunting) Travel: traveling Utility: performing a useful function, such as healing, crafting, etc. (even if some experience gain results)
Front-end (fe)
The front-end(s) that the script is designed to work with.
- Valid options: StormFront, Genie, Wizard, Zmud, Warlock, YASSE
Author (auth)
The author(s) of the script. (Link to the user page if possible.)
Article Layout
{{Script
|cat=combat, information, quest, training, travel, utility
|fe=StormFront, Genie, Wizard, Zmud, Warlock, YASSE (delete the incompatable ones)
|auth=
}}
==Description==
A brief description of what the script does.
==Syntax==
If variables are required, explain those here.
==Changelog==
List important revisions by date, with the most recent changes at the top of the list.
*'''mm/dd/yyyy''': Brief description
==Script==
The actual script should be contained within the pre tag, which will ensure that it is posted exactly as written. (Without this tag, Wiki formatting may be applied to the script, which may cause errors.)
<pre>text of script</pre>