Jump to content

Manual:DeleteEqualMessages.php/ko

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

옵션/인수

Option Description Required?
--delete Does the deletion of the pages. Optional
--delete-talk Delete talk pages as well; do not leave orphaned talk pages behind. Should be used together with "--delete". Optional
--lang-code Check for subpages of this lang-code (default: root page against content language) Optional


사용법

php maintenance/run.php deleteEqualMessages [ --delete| --delete-talk| --lang-code ]
In MediaWiki version 미디어위키 1.39 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

같이 보기