Manual:Orphans.php/pt

Category:MediaWiki deprecated or obsolete features/pt#Orphans.php Category:MediaWiki code/pt#Orphans.php

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 Description
--fixActually 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.

Ver também

Category:Maintenance scripts/pt#Orphans.php Category:Content maintenance scripts/pt
Category:Content maintenance scripts/pt Category:Maintenance scripts/pt Category:MediaWiki code/pt Category:MediaWiki deprecated or obsolete features/pt