Jump to content

Manual:getText.php

From mediawiki.org
Revision as of 07:42, 24 August 2019 by Shirayuki (talk | contribs)

Details

MediaWiki version:
1.16

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

Usage

php getText.php "page title" | sed -e '...' | php edit.php "page title"

The only parameter, in addition to standard ones, is page title. If it contains whitespace, it should be enclosed in double quotes ("), as shown in example.

See also