Podręcznik:NukeNS.php
Jump to navigation
Jump to search
Plik MediaWiki: nukeNS.php | |
---|---|
Lokalizacja: | maintenance/ |
Kod źródłowy: | master • 1.35.1 • 1.31.12 |
Klasy: | NukeNS |
Szczegóły
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.
Invocation
php maintenance/nukeNS.php
Użycie zaawansowane
php nukeNS.php [--delete] [--ns=namespace_number] [--all]
Script dependant parameters
Opcja/Parametr | Opis |
---|---|
--delete | Actually delete the pages and their revisions. Without this option, the script works in dry-run mode. |
--ns | Namespace to delete from. Defaults to the MediaWiki: namespace. You must provide the namespace number, not the name. See Podręcznik:Przestrzeń nazw for a list. |
--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. |