Manual:MigrateLinksTable.php/ja
Appearance
| MediaWiki バージョン: | ≧ 1.39 |
| MediaWiki ファイル: migrateLinksTable.php | |
|---|---|
| 場所: | maintenance/ |
| ソース コード: | master • 1.45.1 • 1.44.3 • 1.43.6 |
| クラス: | MigrateLinksTable |
詳細
migrateLinksTable.php file is a maintenance script to populate normalization column in links tables.
オプション/引数
| オプション | 説明 | 既定 | 必須かどうか |
|---|---|---|---|
| --sleep | Sleep time (in seconds) between every batch. | 0 | 省略可能 |
| --table | Table name, like templatelinks |
必須 |
使用法
php maintenance/run.php migrateLinksTable [ --sleep seconds ] --table table
Terminal
$ php maintenance/run.php migrateLinksTable --table templatelinks
MediaWiki バージョン MediaWiki 1.39 以前では、メンテナンス スクリプトを
php maintenance/run.php スクリプト名 ではなく php maintenance/スクリプト名.php を使用して実行する必要があります。