Extension:DeleteBatch/pl

Category:GPL licensed extensions/pl
Podręcznik rozszerzeń MediaWiki
DeleteBatch
Status wydania: stabilneCategory:Stable extensions/pl
Realizacja Strona specjalna Category:Special page extensions/pl
Opis Allows to delete a batch of pages
Autor(zy) Bartek Łapiński
Ostatnia wersja 1.8.1 (2019-04-05)
MediaWiki 1.25+Category:Extensions with manual MediaWiki version/pl
PHP 5.3+
Zmiany w bazie danych Nie
Licencja Licencja GNU General Public License 2.0 lub nowsza
Pobieranie Category:Extensions in Wikimedia version control/pl
  • deletebatch
  • deletebatch-spoof
Przetłumacz rozszerzenie DeleteBatch jeżeli jest dostępne na translatewiki.net
Problemy Otwarte zadania · Zgłoś błąd
Category:All extensions/pl

The DeleteBatch extension adds a special page, Special:DeleteBatch, where users with the 'deletebatch' right can delete multiple pages easily.

Użycie

The user can delete pages either through the form or by uploading a text file containing the names (and optional delete reasons) of the deletable pages.

The syntax is:

  • page name|Reason for deletion

So if you wanted to delete the page called "Test" with the reason "no longer needed", you'd type:

Test|no longer needed
in the form on Special:DeleteBatch.

This extension was based off on the maintenance script with the same name.

Instalacja

  • Pobierz i umieść plik(i) w katalogu o nazwie DeleteBatch 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/DeleteBatch
    
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'DeleteBatch' );
    
  • Configure as required
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

Konfiguracja

By default, this extension lets only bureaucrats delete batches. You can change it to, e.g., let sysops delete batches:

$wgGroupPermissions['bureaucrat']['deletebatch'] = false;
$wgGroupPermissions['sysop']['deletebatch'] = true;

Zobacz też

Category:Extensions by Fandom/pl Category:Page deletion extensions/pl
Category:AdminLinks extensions/pl Category:All extensions/pl Category:Extensions by Fandom/pl Category:Extensions in Wikimedia version control/pl Category:Extensions included in Canasta/pl Category:Extensions included in Fandom/pl Category:Extensions with manual MediaWiki version/pl Category:GPL licensed extensions/pl Category:Page deletion extensions/pl Category:Special page extensions/pl Category:Stable extensions/pl