Manual:FormatInstallDoc.php/pt-br
Versão do MediaWiki: | ≥ 1.18 |
Arquivo do MediaWiki: formatInstallDoc.php | |
---|---|
Localização: | maintenance/ |
Código-fonte: | master • 1.44.0 • 1.43.3 • 1.39.13 |
Classes: | MaintenanceFormatInstallDoc |
Detalhes
O arquivo formatInstallDoc.php é um script de manutenção que formata o arquivo RELEASE-NOTE como 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/run.php formatInstallDoc path [ --outfile| --html ]
Terminal
$ php maintenance/run.php formatInstallDoc RELEASE-NOTES-1.36 --outfile Doc.html --html
No MediaWiki versão 1.39.13 e anteriores, você deve invocar os scripts de manutenção usando $2 em vez de $3.