Manual:FormatInstallDoc.php/ko
Appearance
| 미디어위키 버전: | ≥ 1.18 |
| 미디어위키 파일: formatInstallDoc.php | |
|---|---|
| 위치: | maintenance/ |
| 소스 코드: | master • 1.46.0 • 1.45.4 • 1.43.9 |
| 클래스: | MaintenanceFormatInstallDoc |
상세
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 | Required |
| --outfile | Output filename | Optional |
| --html | Use HTML output format. By default, wikitext is used. | Optional |
사용법
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.39 and earlier, you must invoke maintenance scripts using
php maintenance/scriptName.php instead of php maintenance/run.php scriptName.