Manual:reassignEdits.php

From mediawiki.org
This page is a translated version of the page Manual:ReassignEdits.php and the translation is 50% complete.
MediaWiki バージョン:
1.6

詳細

reassignEdits.php file is a maintenance script to reassign edits from a user or IP address to another user.

オプション/引数

オプション/引数 説明 必須かどうか
<from> username or IP address to assign edits from 必須
<to> username to assign edits to 必須
--force reassign even if the target user doesn't exist 省略可能
--norc don't update the recent changes table 省略可能
--report print out details of what would be changed, but don't update it 省略可能
--quiet don't print status information (except for errors) 省略可能

使用法

php maintenance/reassignEdits.php <from> <to> [ --force| --norc| --report| --quiet ]
Terminal
Spaces inside a username must be replaced with underscores ( _ ).

関連項目