Manual:$wgRestrictionTypes
From MediaWiki.org
| Miscellaneous settings: $wgRestrictionTypes | |
|---|---|
| Actions that can be restricted |
|
| Introduced in version: | 1.6.0 |
| 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.

