Extension:DeleteBatch
From MediaWiki.org
(Redirected from Extension:BatchDelete)
|
DeleteBatch Release status: beta |
|||
|---|---|---|---|
| Implementation | Special page | ||
| Description | Deletes a batch of pages | ||
| Author(s) | Bartek Łapiński | ||
| Last version | r88867 (2011-05-25) | ||
| MediaWiki | 1.11+ | ||
| License | GPLv2+ | ||
| Download | |||
|
|||
|
|||
|
Check usage (experimental) |
|||
DeleteBatch extension adds a special page, Special:DeleteBatch, where users with the 'deletebatch' right can delete multiple pages easily. 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.
[edit] Installation
- Download the files from SVN and place them in $IP/extensions/DeleteBatch/
- Add
into your wiki's LocalSettings.phprequire_once("$IP/extensions/DeleteBatch/DeleteBatch.php");
- Installation can be verified through your wiki's Special:Version page.