Manual:FormatInstallDoc.php/fr
Version de MediaWiki : | ≥ 1.18 |
Fichier MediaWiki : formatInstallDoc.php | |
---|---|
Emplacement : | maintenance/ |
Code source : | master • 1.43.1 • 1.42.6 • 1.39.12 |
Classes : | MaintenanceFormatInstallDoc |
Détails
Le fichier formatInstallDoc.php est un script de maintenance pour formater le fichier RELEASE-NOTE des notes de version avec du wikicode ou des balises HTML.
Arguments et options
Argument/Option | Description | Obligatoire |
---|---|---|
path | Filename to format | obligatoire |
--outfile | Output filename | optionnel |
--html | Use HTML output format. By default, wikitext is used. | optionnel |
Utilisation
php maintenance/run.php formatInstallDoc path [ --outfile| --html ]
Terminal
$ php maintenance/run.php formatInstallDoc RELEASE-NOTES-1.36 --outfile Doc.html --html
Dans la version MediaWiki 1.39.12 et antérieure, vous devez invoquer des scripts de maintenance à l'aide de
php maintenance/scriptName.php
au lieu de php maintenance/run.php scriptName
.