| 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: | [ 'create', 'edit', 'move', 'upload' ](1.17+)array( 'edit', 'move' )(1.6-1.16) | 
| Other settings: Alphabetical | By function | |
Details
This array contains the actions that can be restricted, that is, made unavailable to classes of users via protection (using action=protect).
These labels are translated through restriction-* messages.
It is possible to add additional actions which can't be restricted by default, for instance delete and protect itself.
See also
- $wgRestrictionLevels
    This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.