Handbuch:formatInstallDoc.php
Appearance
| MediaWiki Version: | ≥ 1.18 |
| MediaWiki-Datei: formatInstallDoc.php | |
|---|---|
| Speicherort: | maintenance/ |
| Quellcode: | master • 1.45.1 • 1.44.3 • 1.43.6 |
| Klassen: | MaintenanceFormatInstallDoc |
Details
Die formatInstallDoc.php-Datei ist ein Wartungsskript, um die RELEASE-NOTE-Datei in Wikitext oder HTML-Markup zu formatieren.
Argumente/Optionen
| Argument/Option | Beschreibung | Notwendig |
|---|---|---|
| path | Filename to format | Notwendig |
| --outfile | Output filename | Optional |
| --html | Use HTML output format. By default, wikitext is used. | Optional |
Verwendung
php maintenance/run.php formatInstallDoc path [ --outfile| --html ]
Terminal
$ php maintenance/run.php formatInstallDoc RELEASE-NOTES-1.36 --outfile Doc.html --html
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.