Manual:DeleteEqualMessages.php/pl

Wersja MediaWiki:
1.21
Category:MediaWiki code/pl#DeleteEqualMessages.php

Szczegóły

deleteEqualMessages.php file is a maintenance script to delete all pages in the MediaWiki namespace of which the content is equal to the system default. This is useful to make sure all messages will be pulled from TranslateWiki.net once wiki is upgraded.

Options/Arguments

Opcja/ParametrOpisRequired?
--deleteDoes the deletion of the pages.Optional
--delete-talkDelete talk pages as well; do not leave orphaned talk pages behind. Should be used together with "--delete".Optional
--lang-codeCheck for subpages of this lang-code (default: root page against content language)Optional

Użycie

php maintenance/run.php deleteEqualMessages [ --delete| --delete-talk| --lang-code ]
In MediaWiki version 1.39.12 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

Checking potential deletion

Terminal

Making actual deletion

Terminal

Zobacz też

Category:Maintenance scripts/pl#DeleteEqualMessages.php Category:Content maintenance scripts/pl
Category:Content maintenance scripts/pl Category:Maintenance scripts/pl Category:MediaWiki code/pl