Scripts For Admins: Difference between revisions

Content deleted Content added
imported>AntumDeluge
Scripts and Parameters: organize player management scripts
imported>AntumDeluge
General Info: add key to explain parameter syntax
Line 11:
 
'''As with every admin action, the invocation of scripts is logged. Do not abuse it.'''
 
== Parameters Key ==
 
{| class="wikitable"
! Type !! Example !! Explanation
|-
| Required || '''<param>''' || Surrounded by angled brackets. The parameter cannot be omitted.
|-
| Optional || '''[param]''' || Surrounded by square brackets. The parameter may be omitted.
|-
| Verbatim || '''<nowiki>{paramA|paramB}</nowiki>''' || Surrounded by curly brackets. One of the parameters must be used & typed exactly as displayed (e.g.: "paramA" or "paramB").
|}
 
= Scripts and Parameters =