Manual:CleanupWatchlist.php

From mediawiki.org
This page is a translated version of the page Manual:CleanupWatchlist.php and the translation is 50% complete.
Versión de MediaWiki:
1.6

Detalles

cleanupWatchlist.php file is a maintenance script to clean up broken, unparseable titles in the watchlist.

Options

Opción/parámetro Descripción Required
--fix Actually clean up titles; otherwise just checks for them. Optional

Uso

php maintenance/cleanupWatchlist.php [ --fix ]
Terminal


It will only count the number of possible updates and output the result, without fixing the value. To clean up the watchlist, run the command with --fix.

Terminal

See also