Manual:PopulateBacklinkNamespace.php/de
Appearance
Diese Funktion wurde in der Version MediaWiki 1.43 vollständig entfernt. |
| MediaWiki Versions: | 1.24 – 1.43 |
| MediaWiki-Datei: populateBacklinkNamespace.php | |
|---|---|
| Speicherort: | maintenance/ |
| Quellcode: | master • 1.45.1 • 1.44.3 • 1.43.6 |
| Klassen: | PopulateBacklinkNamespace |
Details
populateBacklinkNamespace.php file is a maintenance script to populate *_from_namespace fields.
Optionen
| Option | Beschreibung | Notwendig |
|---|---|---|
| --lastUpdatedId | Highest page_id with updated links | Optional |
Verwendung
php maintenance/run.php populateBacklinkNamespace [ --lastUpdatedId ]
Terminal
$ php maintenance/run.php populateBacklinkNamespace Updating *_from_namespace fields in links tables. ...doing page_id from 1 to 200 ...doing page_id from 201 to 400 ...doing page_id from 401 to 600 ...doing page_id from 601 to 800 ...doing page_id from 801 to 1000
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.