elanthipedia:Manual of Style/Scripts: Difference between revisions
(Created page with '==Template== Template:Script ==Article Names== Pages should be named '''Script Name (script)'''. ==Article Layout== <nowiki>==Description== A brief description of what …') |
m (→Article Layout) |
||
(10 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{mos}}{{moslink}} |
|||
This page contains information on the standards for all pages that contain scripts to be run in DR. |
|||
==Template== |
==Template== |
||
The following template should be used for script pages: |
|||
[[Template:Script]] |
[[Template:Script]] |
||
Line 7: | Line 13: | ||
Pages should be named '''Script Name (script)'''. |
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 |
|||
==Syntax== |
|||
*'''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. |
|||
==Updates== |
|||
*Valid options: StormFront, Genie, Wizard, Zmud, Warlock, YASSE |
|||
⚫ | |||
===Author (auth)=== |
|||
⚫ | |||
The author(s) of the script. (Link to the user page if possible.) |
|||
==Script== |
|||
⚫ | |||
⚫ | |||
<nowiki>{{Script</nowiki><br> |
|||
⚫ | |||
<nowiki>|cat=combat, information, quest, training, travel, utility</nowiki><br> |
|||
<nowiki>|fe=Wrayth, Wizard, Lich, Genie, Outlander, VIPMud, Warlock, YASSE, Zmud (delete the incompatible ones) |
|||
<nowiki>|auth=</nowiki><br> |
|||
<nowiki>}}</nowiki><br> |
|||
<br> |
|||
⚫ | |||
<br> |
|||
⚫ | |||
<br> |
|||
<nowiki>==Syntax==</nowiki><br> |
|||
<br> |
|||
⚫ | |||
<br> |
|||
<nowiki>==Changelog==</nowiki><br> |
|||
<br> |
|||
⚫ | |||
<br> |
|||
⚫ | |||
<br> |
|||
<nowiki>==Script==</nowiki><br> |
|||
<br> |
|||
⚫ | |||
<br> |
|||
⚫ |
Latest revision as of 15:32, 3 February 2022
This page is part of the Elanthipedia's Manual of Style section. This page lists information for the standardization of articles and templates, as set down by community consensus.
- If you disagree with or have suggestions for improvement of the standards, please post on the accompanying talk page and give ample time for debate before making any edits. Failure to follow this proceedure will result in removal of your edits.
Manual of Style Index |
Abilities |
Categories/Concepts |
Commands |
Creatures |
Events |
Items |
NPCs |
PCs |
Posts |
Shops |
Spells |
Templates |
This page contains information on the standards for all pages that contain scripts to be run in DR.
Template
The following template should be used for script pages:
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=Wrayth, Wizard, Lich, Genie, Outlander, VIPMud, Warlock, YASSE, Zmud (delete the incompatible ones)
<nowiki>|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>