Jump to content

Manual:deleteDefaultMessages.php

From mediawiki.org
This page is a translated version of the page Manual:DeleteDefaultMessages.php and the translation is 78% complete.
MediaWiki バージョン:
1.6

詳細

deleteDefaultMessages.php file is a maintenance script to delete all pages in the MediaWiki: namespace which were last edited by "MediaWiki default". Deletion will be done with the reason "No longer required".

オプション

オプション 説明 必須かどうか
--dry-run Perform a dry run, delete nothing 省略可能


使用法

php maintenance/run.php deleteDefaultMessages
Terminal
Terminal
MediaWiki バージョン 1.39.16 以前では、メンテナンス スクリプトを php maintenance/run.php スクリプト名 ではなく php maintenance/スクリプト名.php を使用して実行する必要があります。

See also