Manual:$wgAvailableRights/de
Jump to navigation
Jump to search
Erweiterungen: $wgAvailableRights | |
---|---|
A list of available rights, in addition to the ones defined by the core. |
|
Eingeführt in Version: | 1.13.0 (r34357) |
Entfernt in Version: | weiterhin vorhanden |
Erlaubte Werte: | (array of strings) |
Standardwert: | [] |
Andere Einstellungen: Alphabetisch | Nach Funktion |
Details
The list of core user rights is defined in User.php
, $mCoreRights
.
See Manual:User rights#Adding new rights.
Extensions use this variable instead, like:
$wgAvailableRights[] = 'ninja-powers';