Manual:$wgRestrictionTypes
Appearance
| アクセス権: $wgRestrictionTypes | |
|---|---|
| 制限できる操作 |
|
| 導入されたバージョン: | 1.6.0 (r12207) |
| 除去されたバージョン: | 使用中 |
| 許容される値: | (文字列の配列) |
| 既定値: | [ 'create', 'edit', 'move', 'upload' ] (1.17+)array( 'edit', 'move' ) (1.6-1.16) |
| その他の設定: アルファベット順 | 機能順 | |
詳細
This array contains the actions that can be restricted, that is, made unavailable to classes of users via protection (using action=protect).
これらのラベルは、restriction-* メッセージ群を変更することで翻訳できます。
It is possible to add additional actions which can't be restricted by default — for instance, delete、rollback、undelete、bigdelete, and even protect itself.
Even if create is set in this variable, the creation of pages transcluded from a cascade-protected page is not restricted.
There is no way to restrict undeletion but allow creation on an empty page with no live revisions.