Manual:$wgRestrictionTypes/de-formal

From mediawiki.org
This page is a translated version of the page Manual:$wgRestrictionTypes and the translation is 12% complete.
Access: $wgRestrictionTypes
Actions that can be restricted
Eingeführt in Version:1.6.0 (r12207)
Entfernt in Version:weiterhin vorhanden
Erlaubte Werte:(array of strings)
Standardwert:[ 'create', 'edit', 'move', 'upload' ] (1.17+)
array( 'edit', 'move' ) (1.6-1.16)

Details

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 and protect itself.

See also