Manual:importTextFile.php
Appearance
This feature was removed from MediaWiki core in version 1.24.0.
Please see edit.php for an alternative way to use this feature. |
This feature was removed from MediaWiki core in version 1.24.0.
Please see importTextFiles.php for an alternative way to use this feature. |
| MediaWiki file: importTextFile.php | |
|---|---|
| Location: | maintenance/ |
| Source code: | master • 1.45.1 • 1.44.3 • 1.43.6 |
| Classes: | Find code • Find documentation |
Details
[edit]| MediaWiki version: | ≤ 1.23 |
importTextFile.php file is a maintenance script to create or edit pages using the contents of a text file.
Usage
[edit]php importTextFile.php <options> <filename>
Options
[edit]| Option/Parameter | Description |
|---|---|
<filename>
|
Path to the file containing page content to import |
| --title <title> | Title for the new page; default is to use the filename as a base |
| --user <user> | User to be associated with the edit |
| --comment <comment> | Edit summary |
| --nooverwrite | Don't overwrite existing content |
| --norc | Don't update recent changes |
| --help | Show this information |