Manual:MoveBatch.php: Difference between revisions
Appearance
Content deleted Content added
Marked this version for translation |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<languages/> |
<languages/> |
||
{{MW file|moveBatch.php|maintenance/}} |
{{TNT|MW file|moveBatch.php|maintenance/}} |
||
<translate> |
<translate> |
||
==Details== <!--T:1--> |
==Details== <!--T:1--> |
||
Revision as of 00:08, 7 December 2014
| MediaWiki file: moveBatch.php | |
|---|---|
| Location: | maintenance/ |
| Source code: | master • 1.46.0 • 1.45.4 • 1.43.9 |
| Classes: | Find code • Find documentation |
Details
moveBatch.php file is a maintenance script to move (rename) a batch of pages. If the target page already exist it will fail with an error message.
Usage
| Option/Parameter | Description |
|---|---|
| -u <user> | Username that will be shown in the log entries. If left empty, moves will be attributed to the user called Move page script. |
| -r <reason> | Reason for moves. If empty, no reason will be shown in the logs. |
| -i <interval> | Number of seconds to sleep after each move. If empty, defaults to 0. |
| <listfile> | File should contain lines of text in the following format:
existing name|new name |
[[Category:Maintenance scriptsTemplate:Translation|MoveBatch.php]]