Manual:GetText.php/de

MediaWiki Version:
1.16
Category:MediaWiki code/de#GetText.php

Details

getText.php file is a maintenance script that outputs content of a given page (wikitext) to stdout. It could be used for scripting.

Optionen/Argumente

Option/Argument Beschreibung Notwendig?
<title>Page titleNotwendig
--revisionRevision IDOptional
--show-privateShow the text even if it's not available to the publicOptional

Verwendung

php maintenance/run.php getText <title> [ --revision| --show-private ]
Terminal
In MediaWiki version 1.39.12 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

Advanced usage

Terminal

If page title contains whitespace, it should be enclosed in double quotes ("), as shown in example.

Siehe auch

Category:Maintenance scripts/de Category:Content maintenance scripts/de
Category:Content maintenance scripts/de Category:Maintenance scripts/de Category:MediaWiki code/de