Manual:MigrateLinksTable.php/pl
Wersja MediaWiki: | ≥ 1.39 |
Plik MediaWiki: migrateLinksTable.php | |
---|---|
Lokalizacja: | maintenance/ |
Kod źródłowy: | master • 1.43.1 • 1.42.6 • 1.39.12 |
Klasy: | MigrateLinksTable |
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
$ php maintenance/run.php migrateLinksTable --table templatelinks
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
.