Manual:CleanupWatchlist.php/pl

Wersja MediaWiki:
1.6
Category:MediaWiki code/pl#CleanupWatchlist.php

Szczegóły

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

Options

Opcja/Parametr Opis Required
--fixActually clean up titles; otherwise just checks for them.Optional

Użycie

php maintenance/run.php cleanupWatchlist [ --fix ]
In MediaWiki version 1.39.13 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.
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

Zobacz też

Category:Maintenance scripts/pl#CleanupWatchlist.php Category:User maintenance scripts/pl
Category:Maintenance scripts/pl Category:MediaWiki code/pl Category:User maintenance scripts/pl