Jump to content

Manual:$wgRestrictionTypes/ko

From mediawiki.org
This page is a translated version of the page Manual:$wgRestrictionTypes and the translation is 20% complete.
Access: $wgRestrictionTypes
Actions that can be restricted
이 변수가 소개된 버전:1.6.0 (r12207)
이 변수가 사라진 버전:계속해서 쓰이고 있음
허용값:(array of strings)
기본값:[ '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).

These labels are translated through restriction-* messages.

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.

같이 보기