Jump to content

Manual:DeleteDefaultMessages.php/ko

From mediawiki.org
This page is a translated version of the page Manual:DeleteDefaultMessages.php and the translation is 33% complete.
미디어위키 버전:
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".

옵션

Option Description Required?
--dry-run Perform a dry run, delete nothing Optional


사용법

php maintenance/run.php deleteDefaultMessages
Terminal
Terminal
In MediaWiki version 미디어위키 1.39 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

See also