Manual:$wgSemiprotectedRestrictionLevels
From Linux Web Expert
<translate> Access</translate>: $wgSemiprotectedRestrictionLevels | |
---|---|
Restriction levels that are considered "semi-protected" |
|
<translate> Introduced in version:</translate> | 1.22.0 (Gerrit change 90552; git #6e4a46c3) |
<translate> Removed in version:</translate> | <translate> still in use</translate> |
<translate> Allowed values:</translate> | (array of strings) |
<translate> Default value:</translate> | [ 'autoconfirmed', ] |
<translate> Other settings:</translate> <translate> Alphabetical</translate> | <translate> By function</translate> |
Details
This variable contains a list of permission levels that should be considered as "semi-protection" rather than "full protection".
Should be a subset of $wgRestrictionLevels
.
Prior to 1.22 this was hard-coded to only count autoconfirmed protection.