Extension:ProtectSite/de-formal

This page is a translated version of the page Extension:ProtectSite and the translation is 9% complete.
MediaWiki extensions manual
ProtectSite
Release status: stable
Implementation Special page
Description Allows a site administrator to temporarily block various site modifications
Author(s) Eric Johnston
Chris Stafford
Jack Phoenix
Latest version 0.5.0 (2016-12-05)
MediaWiki 1.39+
Database changes No
License GNU General Public License 2.0 or later
Download

  • $wgProtectSiteLimit
  • $wgProtectSiteDefaultTimeout
  • $wgProtectSiteExempt
protectsite
Quarterly downloads 11 (Ranked 129th)
Translate the ProtectSite extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

ProtectSite extension adds a new special page, Special:ProtectSite, where users with the protectsite user right can block various site modifications.

The extension will show up in the protection log (Special:Log/protect) as a protection of Special:AllPages.

When the extension is enabled, it will override the default settings that may already be defined for the timeout period specified.

Installation

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens ProtectSite im Ordner extensions/ ablegen.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ProtectSite
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'ProtectSite' );
    
  •   Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

User rights

By default the bureaucrat group has the protectsite right, which is required to access the special page.

Parameters

  • $wgProtectSiteLimitmaximum time allowed for protection of the site
  • $wgProtectSiteDefaultTimeout — default timeout, 1 hour by default
  • $wgProtectSiteExemptarray of non-sysop user groups to be not affected by rights changes