Extension:DeleteBatch/pl
![]() Status wydania: stabilne |
|
---|---|
Realizacja | Strona specjalna |
Opis | Allows to delete a batch of pages |
Autor(zy) | Bartek Łapiński |
Ostatnia wersja | 1.8.1 (2019-04-05) |
MediaWiki | 1.25+ |
PHP | 5.3+ |
Zmiany w bazie danych | Nie |
Licencja | GNU General Public License 2.0 or later |
Pobieranie | |
|
|
Przetłumacz rozszerzenie DeleteBatch jeżeli jest dostępne na translatewiki.net | |
Problemy | Otwarte zadania · Zgłoś błąd |
The DeleteBatch extension adds a special page, Special:DeleteBatch, where users with the 'deletebatch' right can delete multiple pages easily.
Usage
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 neededin the form on Special:DeleteBatch.
This extension was based off on the maintenance script with the same name .
Installation
- Pobierz i umieść plik(i) w katalogu o nazwie
DeleteBatch
w folderzeextensions/
. - Dodaj poniższy kod na dole swojego pliku
LocalSettings.php
:wfLoadExtension( 'DeleteBatch' );
- Configure as required
Zrobione – Przejdź do Special:Version na swojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
Configuration
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ż
![]() | This extension is included in the following packages and/or wiki farms: |