Manual:namespaceDupes.php

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

namespaceDupes.php is a maintenance script located in the maintenance directory that can be used to clean up inaccessible titles after adding a namespace (or interwiki prefix).

使用法

Go to the maintenance directory and run:

php namespaceDupes.php --fix

MediaWiki 1.25 以降のオプション

オプション/パラメーター 説明
--fix Attempt to automatically fix errors. You must pass this option for the script to actually perform any change to the database. Otherwise, it will just print what would be done. The change instruction is a second option (e.g. --add-prefix).
--merge Instead of renaming conflicts, do a history merge with the correct title (in case a page with the valid title already exists). This option will refuse to work if the last revision of the inaccessible page is newer than the existing page where it would be merged, because it would require to refresh the search index, recent changes review, etc. In that case,
--add-suffix=‎<テキスト> Dupes will be renamed with correct namespace with ‎<text> appended after the article name
--add-prefix=‎<テキスト> Dupes will be renamed with correct namespace with ‎<text> prepended before the article name
--source-pseudo-namespace=‎<名前空間名> Move all pages with the given source prefix (with an implied colon following it). If --dest-namespace is not specified, the colon will be replaced with a hyphen.
--dest-namespace=‎<名前空間番号> In combination with --source-pseudo-namespace, specify the namespace ID of the destination.
--move-talk If this is specified, pages in the Talk namespace that begin with a conflicting prefix will be renamed, for example Talk:File:Foo -> File_Talk:Foo


MediaWiki 1.25 未満のオプション

オプション/パラメーター 説明
--fix Attempt to automatically fix errors. You must pass this option for the script to actually perform any change to the database. Otherwise, it will just print what would be done.
--prefix=‎<テキスト> Do an explicit check for the given title prefix appended after the article name.
--suffix=‎<テキスト> Dupes will be renamed with correct namespace with ‎<text> appended after the article name

関連項目