Manual:deleteEqualMessages.php

This page is a translated version of the page Manual:DeleteEqualMessages.php and the translation is 53% complete.
MediaWiki バージョン:
1.21

詳細

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.

オプション/引数

オプション 説明 必須かどうか
--delete Does the deletion of the pages. 省略可能
--delete-talk Delete talk pages as well; do not leave orphaned talk pages behind. Should be used together with "--delete". 省略可能
--lang-code Check for subpages of this lang-code (default: root page against content language) 省略可能

使用法

php maintenance/deleteEqualMessages.php [ --delete| --delete-talk| --lang-code ]


Checking potential deletion

Terminal

Making actual deletion

Terminal

関連項目