Extension:DeleteBatch
From MediaWiki.org
|
Release status: beta |
|||
|---|---|---|---|
| Implementation | Special page | ||
| Description | Deletes a batch of pages | ||
| Author(s) | Bartek Łapiński | ||
| Last Version | 1.0 (2008-07-01) | ||
| MediaWiki | 1.11+ | ||
| License | No license specified | ||
| Download | Download snapshot |
||
|
|||
|
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 simple:
- 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 now be verified through your wiki's Special:Version.