elanthipedia:Manual of Style/Scripts: Difference between revisions

From Elanthipedia
< elanthipedia:Manual of Style
Jump to navigation Jump to search
No edit summary
Line 13: Line 13:
Choose the one category that describes the primary purpose of the script.
Choose the one category that describes the primary purpose of the script.


'''Combat''': hunting
*'''Combat''': hunting
'''Information''': displaying information (without doing anything)
*'''Information''': displaying information (without doing anything)
'''Quest''': completing a quest, such as favors
*'''Quest''': completing a quest, such as favors
'''Training''': gaining experience (other than hunting)
*'''Training''': gaining experience (other than hunting)
'''Travel''': traveling
*'''Travel''': traveling
'''Utility''': performing a useful function, such as healing, crafting, etc. (even if some experience gain results)
*'''Utility''': performing a useful function, such as healing, crafting, etc. (even if some experience gain results)


===Front-end (fe)===
===Front-end (fe)===

Revision as of 19:30, 26 July 2011

Template

Template:Script

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>