Manual:MigrateLinksTable.php/ja

This page is a translated version of the page Manual:MigrateLinksTable.php and the translation is 18% complete.
MediaWiki バージョン:
1.39

詳細

migrateLinksTable.php file is a maintenance script to populate normalization column in links tables.

Options/Arguments

Option Description Default Required?
--sleep Sleep time (in seconds) between every batch. 0 省略可能
--table Table name, like templatelinks 必須

使用法

php maintenance/run.php migrateLinksTable [ --sleep seconds ] --table table
Terminal
MediaWiki バージョン 1.39.12 以前では、メンテナンス スクリプトを php maintenance/run.php scriptName ではなく php maintenance/scriptName.php を使用して実行する必要があります。