Manual:NukeNS.php/fr
Version de MediaWiki : | ≥ 1.10 |
Fichier MediaWiki : nukeNS.php | |
---|---|
Emplacement : | maintenance/ |
Code source : | master • 1.39.1 • 1.38.5 • 1.35.9 |
Classes : | NukeNS |
Détails
nukeNS.php file is a maintenance script to remove all pages with only one revision (by default) from the MediaWiki namespace , without flooding recent changes, deletion logs, etc. It has originally been added to remove the content of unchanged interface texts from the MediaWiki namespace, but it can be used to basically delete all pages from any namespace.
Options et arguments
Option | Description | Required? |
---|---|---|
--delete | Actually delete the pages and their revisions. Without this option, the script works in dry-run mode. | optionnel |
--ns | Namespace to delete from. Defaults to the MediaWiki: namespace. You must provide the namespace number, not the name. See Manuel:Espace de noms for a list. | optionnel |
--all | Delete pages regardless of revision count. With this option, not only pages with only one single revision, but also pages with more than one revision will be deleted. | optionnel |
Utilisation
php maintenance/nukeNS.php [ --delete| --ns| --all ]
Vérifier la suppression potentielle
Terminal
$ php maintenance/nukeNS.php --ns 6 delete: File:Screenshot 2022-03-11 at 1.47.10 PM.png delete: File:Screenshot 2022-03-11 at 3.58.05 PM.png delete: File:Screenshot 2022-03-11 at 3.58.12 PM.png To update the database, run the script with the --delete option.
Faire la suppression
Terminal
$ php maintenance/nukeNS.php --ns 6 --delete delete: File:Screenshot 2022-03-11 at 1.47.10 PM.png delete: File:Screenshot 2022-03-11 at 3.58.05 PM.png delete: File:Screenshot 2022-03-11 at 3.58.12 PM.png Searching for active text records via contents table...done. Searching for inactive text records...done. 0 inactive items found.