Manual:$wgRestrictionTypes

From MediaWiki.org

Jump to: navigation, search
Access: $wgRestrictionTypes
Actions that can be restricted
Introduced in version: 1.6.0 (r12207)
Removed in version: still in use
Allowed values: array of strings
Default value: array( 'edit', 'move' )

Other settings: Alphabetical | By Function


[edit] Details

This array contains the actions that can be restricted, that is, made unavailable to classes of users via protection (using action=protect). By default, it contains the strings edit and move. You probably shouldn't change this.

These labels are translated through restriction-* messages.