Extension:ProtectSite/pl

Category:Pages to be expanded/pl#ProtectSite/pl Category:GPL licensed extensions/pl
Podręcznik rozszerzeń MediaWiki
ProtectSite
Status wydania: stabilneCategory:Stable extensions/pl
Realizacja Strona specjalna Category:Special page extensions/pl
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.43+Category:Extensions with manual MediaWiki version/pl
Zmiany w bazie danych Nie
Licencja Licencja GNU General Public License 2.0 lub późniejsza
Pobieranie Category:Extensions in Wikimedia version control/pl
  • $wgProtectSiteLimit
  • $wgProtectSiteDefaultTimeout
  • $wgProtectSiteExempt
Przetłumacz rozszerzenie ProtectSite jeżeli jest dostępne na translatewiki.net
Problemy Otwarte zadania · Zgłoś błąd
Category:All extensions/pl

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
Category:All extensions/pl Category:Extensions in Wikimedia version control/pl Category:Extensions included in Fandom/pl Category:Extensions included in Miraheze/pl Category:Extensions included in WikiForge/pl Category:Extensions which add rights/pl Category:Extensions with manual MediaWiki version/pl Category:GPL licensed extensions/pl Category:Pages to be expanded/pl Category:Special page extensions/pl Category:Stable extensions/pl