Manual:MigrateLinksTable.php/pl
Appearance
| Wersja MediaWiki: | ≥ 1.39 |
| Plik MediaWiki: migrateLinksTable.php | |
|---|---|
| Lokalizacja: | maintenance/ |
| Kod źródłowy: | master • 1.45.1 • 1.44.3 • 1.43.6 |
| 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.43.6 and earlier, you must invoke maintenance scripts using
php maintenance/scriptName.php instead of php maintenance/run.php scriptName.