Manual:$wgCascadingRestrictionLevels/ko
Appearance
| Access: $wgCascadingRestrictionLevels | |
|---|---|
| Restriction levels that can be used with cascading protection |
|
| 이 변수가 소개된 버전: | 1.22.0 (Gerrit change 60695; git #I5f8bcc8) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (array of strings) |
| 기본값: | [ 'sysop', ] |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
A page can only be protected with cascading protection if the requested restriction level is included in this array.
Should be a subset of $wgRestrictionLevels.
Prior to 1.22 this was hardcoded to only allow sysop-level protection.