MediaWiki master
deleteBatch.php File Reference

Deletes a batch of pages. More...

Go to the source code of this file.

Classes

class  DeleteBatch
 Maintenance script to delete a batch of pages. More...
 

Variables

 $maintClass = DeleteBatch::class
 

Detailed Description

Deletes a batch of pages.

Usage: php deleteBatch.php [-u <user>] [-r <reason>] [-i <interval>] [–by-id] [listfile] where [listfile] is a file where each line contains the title of a page to be deleted, standard input is used if listfile is not given. <user> is the username <reason> is the delete reason <interval> is the number of seconds to sleep for after each delete

Note
GPL-2.0-or-later

Definition in file deleteBatch.php.

Variable Documentation

◆ $maintClass

$maintClass = DeleteBatch::class

Definition at line 138 of file deleteBatch.php.