Extension:DeleteBatch/pl
DeleteBatch 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 | Licencja GNU General Public License 2.0 lub nowsza |
Pobieranie | |
|
|
Quarterly downloads | 90 (Ranked 57th) |
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/
.
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
- Zrobione – Przejdź do Special:Version na twojej 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ż
To rozszerzenie jest dołączone do następujących farm/hostów wiki lub pakietów: To nie jest pełna lista. Niektóre farmy/hosty wiki lub pakiety mogą zawierać to rozszerzenie nawet jeśli nie są one tutaj wymienione. Zawsze sprawdzaj swoje farmy/hosty wiki, aby to potwierdzić. |