Changes

Jump to navigation Jump to search
976 bytes removed ,  13:43, 20 May 2015
no edit summary
==Valid Names==
Database, and user and event names follow the same naming constraints: Names are restricted to ASCII characters. They must at least have one character, and they may contain letters, numbers and any of the special characters <code>!#$%&'()+-=@[]^_`{}~</code>. The following characters are reserved for other features:
* <code>,?*</code>: [[#Glob Syntax|glob syntax]]
| '''Errors'''
|The command fails if a user tried to kill his/her own session.
|}
 
==CREATE EVENT==
{| width='100%'
|-
|width='130'|'''Syntax'''
|{{Code|CREATE EVENT [NAME]}}
|-
| '''XML&nbsp;Syntax'''&nbsp;&nbsp;&nbsp;
|<code><create-event name='...'/></code><br/>
|-
| '''Permission'''
|''ADMIN''
|-
| '''Summary'''
|Creates the specified [[Events|event]].
|-
| '''Errors'''
|The command fails if event already exists.
|}
 
==SHOW EVENTS==
{| width='100%'
|-
|width='130'|'''Syntax'''
|{{Code|SHOW EVENTS}}
|-
| '''XML&nbsp;Syntax'''&nbsp;&nbsp;&nbsp;
|<code><show-events/></code><br/>
|-
| '''Permission'''
|''ADMIN''
|-
| '''Summary'''
|Shows all [[Events|events]] that have been registered in the database.
|}
 
==DROP EVENT==
{| width='100%'
|-
|width='130'|'''Syntax'''
|{{Code|DROP EVENT [NAME]}}
|-
| '''XML&nbsp;Syntax'''&nbsp;&nbsp;&nbsp;
|<code><drop-event name='...'/></code><br/>
|-
| '''Permission'''
|''ADMIN''
|-
| '''Summary'''
|Drops the specified [[Events|event]].
|-
| '''Errors'''
|The command fails if the event doesn't exist.
|}
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu