Jump to content

Extension:ProtectSite/pl

From mediawiki.org
This page is a translated version of the page Extension:ProtectSite and the translation is 18% complete.
Podręcznik rozszerzeń MediaWiki
ProtectSite
Status wydania: stabilne
Realizacja Strona specjalna
Opis Allows a site administrator to temporarily block various site modifications
Autor(zy) Eric Johnston
Chris Stafford
Jack Phoenix
Ostatnia wersja 0.5.0 (2016-12-05)
MediaWiki 1.39+
Zmiany w bazie danych Nie
Licencja Licencja GNU General Public License 2.0 lub późniejsza
Pobieranie

  • $wgProtectSiteLimit
  • $wgProtectSiteDefaultTimeout
  • $wgProtectSiteExempt
protectsite
Quarterly downloads 9 (Ranked 122nd)
Przetłumacz rozszerzenie ProtectSite jeżeli jest dostępne na translatewiki.net
Problemy Otwarte zadania · Zgłoś błąd

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.

Instalacja

  • Pobierz i umieść plik(i) w katalogu o nazwie ProtectSite w folderze extensions/.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ProtectSite
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'ProtectSite' );
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

User rights

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

Parametry

  • $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