|
MediaWiki master
|
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 | |
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
Definition in file deleteBatch.php.
| $maintClass = DeleteBatch::class |
Definition at line 138 of file deleteBatch.php.