Scripts For Admins: Difference between revisions
Jump to navigation
Jump to search
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: | Line 11: | ||
'''As with every admin action, the invocation of scripts is logged. Do not abuse it.''' |
'''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 = |
= Scripts and Parameters = |
||