Extension:DeleteBatch

From MediaWiki.org
(Redirected from Extension:BatchDelete)
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
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
Added rights

deletebatch

Hooks used
AdminLinks

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

  1. Download the files from SVN and place them in $IP/extensions/DeleteBatch/
  2. Add
    require_once("$IP/extensions/DeleteBatch/DeleteBatch.php");
    into your wiki's LocalSettings.php
  3. Installation can be verified through your wiki's Special:Version page.

[edit] See also

Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox