elanthipedia:Manual of Style/Scripts: Difference between revisions
Jump to navigation
Jump to search
m (→Template) |
mNo edit summary |
||
Line 1: | Line 1: | ||
==Template== |
==Template== |
||
[[Template:Script]] |
|||
==Article Names== |
==Article Names== |
||
Line 8: | Line 8: | ||
==Article Layout== |
==Article Layout== |
||
<nowiki>{{Script |
|||
|cat=combat, information, quest, training, travel, utility |
|||
|fe=StormFront, Genie, Wizard, Zmud, Warlock, YASSE (delete the incompatable ones) |
|||
|auth= |
|||
}}</nowiki> |
|||
<nowiki>==Description==</nowiki><br> |
<nowiki>==Description==</nowiki><br> |
Revision as of 13:48, 14 March 2011
Template
Article Names
Pages should be named Script Name (script).
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.
==Updates==
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>