Jump to content

Handbuch:formatInstallDoc.php

From mediawiki.org
This page is a translated version of the page Manual:FormatInstallDoc.php and the translation is 100% complete.
MediaWiki Version:
1.18

Details

Die formatInstallDoc.php-Datei ist ein Wartungsskript, um die RELEASE-NOTE-Datei in Wikitext oder HTML-Markup zu formatieren.

Argumente/Optionen

Argument/Option Beschreibung Notwendig
path Filename to format Notwendig
--outfile Output filename Optional
--html Use HTML output format. By default, wikitext is used. Optional


Verwendung

php maintenance/run.php formatInstallDoc path [ --outfile| --html ]
Terminal
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.

Siehe auch