Manual:FormatInstallDoc.php/pl
Appearance
| Wersja MediaWiki: | ≥ 1.18 |
| Plik MediaWiki: formatInstallDoc.php | |
|---|---|
| Lokalizacja: | maintenance/ |
| Kod źródłowy: | master • 1.45.1 • 1.44.3 • 1.43.6 |
| Klasy: | MaintenanceFormatInstallDoc |
Details
formatInstallDoc.php file is a maintenance script to format RELEASE-NOTE file to wiki text or HTML markup.
Arguments/Options
| Argument/Option | Description | Required |
|---|---|---|
| path | Filename to format | Wymagane |
| --outfile | Output filename | Optional |
| --html | Use HTML output format. By default, wikitext is used. | Optional |
Usage
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.