Manual:MigrateLinksTable.php/pl

This page is a translated version of the page Manual:MigrateLinksTable.php and the translation is 64% complete.
Wersja MediaWiki:
1.39

Szczegóły

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

Opcje/argumenty

Opcja Opis Domyślnie Wymagane?
--sleep Sleep time (in seconds) between every batch. 0 Optional
--table Table name, like templatelinks Wymagane

Użycie

php maintenance/run.php migrateLinksTable [ --sleep seconds ] --table table
Terminal
In MediaWiki version 1.39.12 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.