Manual:FormatInstallDoc.php
Versão MediaWiki: | ≥ 1.18 |
ficheiro do MediaWiki: formatInstallDoc.php | |
---|---|
Localização: | maintenance/ |
Código fonte: | master • 1.40.1 • 1.39.5 • 1.35.13 |
Classes: | MaintenanceFormatInstallDoc |
Detalhes
O ficheiro formatInstallDoc.phpé um script de manutenção para formatar o ficheiro RELEASE-NOTE para wikitexto ou com marcação HTML.
Arguments/Options
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
php maintenance/formatInstallDoc.php path [ --outfile| --html ]
Terminal
$ php maintenance/formatInstallDoc.php RELEASE-NOTES-1.36 --outfile Doc.html --html