Manual:formatInstallDoc.php
Appearance
MediaWiki version: | ≥ 1.18 |
MediaWiki file: formatInstallDoc.php | |
---|---|
Location: | maintenance/ |
Source code: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Classes: | MaintenanceFormatInstallDoc |
Details
[edit]formatInstallDoc.php file is a maintenance script to format RELEASE-NOTE file to wiki text or HTML markup.
Arguments/Options
[edit]Argument/Option | Description | Required |
---|---|---|
path | Filename to format | Required |
--outfile | Output filename | Optional |
--html | Use HTML output format. By default, wikitext is used. | Optional |
Usage
[edit]php maintenance/formatInstallDoc.php path [ --outfile| --html ]
Terminal
$ php maintenance/formatInstallDoc.php RELEASE-NOTES-1.36 --outfile Doc.html --html