Manual:$wgRestrictionTypes/ja
From Linux Web Expert
<translate> Access</translate>: $wgRestrictionTypes | |
---|---|
制限できる操作 |
|
<translate> Introduced in version:</translate> | 1.6.0 (r12207) |
<translate> Removed in version:</translate> | <translate> still in use</translate> |
<translate> Allowed values:</translate> | (文字列の配列) |
<translate> Default value:</translate> | [ 'create', 'edit', 'move', 'upload' ] (1.17+)array( 'edit', 'move' ) (1.6-1.16) |
<translate> Other settings:</translate> <translate> Alphabetical</translate> | <translate> By function</translate> |
詳細
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
and protect
itself.