Extension:SpamRegex/pl

This page is a translated version of the page Extension:SpamRegex and the translation is 7% complete.
Podręcznik rozszerzeń MediaWiki
SpamRegex
Status wydania: stabilne
Realizacja Strona specjalna
Opis Adds a special page to filter out unwanted expressions.
Autor(zy)
Ostatnia wersja 1.7.0 (2020-03-10)
MediaWiki 1.39+
Zmiany w bazie danych Tak
Licencja GNU General Public License 2.0 or later
Pobieranie
  • spamregex
Quarterly downloads 2 (Ranked 147th)
Public wikis using 1,117 (Ranked 252nd)
Przetłumacz rozszerzenie SpamRegex jeżeli jest dostępne na translatewiki.net
Problemy Otwarte zadania · Zgłoś błąd

The SpamRegex extension creates a new page, "Special:SpamRegex", to filter out unwanted links or text. A full list of currently blocked links or text can be viewed on this same special page. The spamregexed expressions cannot be used in page content, edit summaries or page move summaries, depending on what was chosen by the user who blocked links or text.

Installation

  • Pobierz i umieść plik(i) w katalogu o nazwie SpamRegex 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/SpamRegex
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'SpamRegex' );
    
  • Uruchom skrypt aktualizujący, który automatycznie stworzy potrzebne tabele dla tego rozszerzenia.
  • This extension uses Memcached - please check if Memcached is configured properly in Global/LocalSettings.php .
  • Ensure the spamregex user right is given to a group that exists; by default this user right is given to the staff user group (which does not exist in a default MediaWiki installation).
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.


Usage

  1. Go to "Special:SpamRegex"
  1. Enter the phrase to be blocked into the "Phrase to block" box
  1. Supply a reason for blocking the phrase
  1. Select one or both of the available options: block phrase in page text & block phrase in summary (edit summaries, page move summaries)
  1. Press the "Block this phrase" button

Zobacz też