Manual:PopulateBacklinkNamespace.php/ko
Appearance
이 기능은 버전 MediaWiki 1.43에서 완전히 제거되었습니다. |
| 미디어위키 버전: | 1.24 – 1.43 |
| 미디어위키 파일: populateBacklinkNamespace.php | |
|---|---|
| 위치: | maintenance/ |
| 소스 코드: | master • 1.46.0 • 1.45.4 • 1.43.9 |
| 클래스: | PopulateBacklinkNamespace |
상세
populateBacklinkNamespace.php file is a maintenance script to populate *_from_namespace fields.
Options
| Option | Description | Required? |
|---|---|---|
| --lastUpdatedId | Highest page_id with updated links | Optional |
사용법
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.39 and earlier, you must invoke maintenance scripts using
php maintenance/scriptName.php instead of php maintenance/run.php scriptName.