Руководство:Orphans.php

From mediawiki.org
This page is a translated version of the page Manual:Orphans.php and the translation is 30% complete.

orphans.php is a MediaWiki maintenance script that looks for 'orphan' revisions (= revisions, which point to a non-existing page) and for 'childless' pages with no revisions (= pages, which point to a non-existing revision).

Options

Option/Parameter Описание
--fix Actually fix broken entries.

Usage

php maintenance/orphans.php [ --fix ]
Terminal
By default, the script finds but does not fix broken entries. To actually fix broken entries, run the script with --fix parameter.

См. также