Jump to content

Manual:getText.php

From mediawiki.org
Revision as of 12:29, 29 October 2015 by 88.130.80.135 (talk)

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

[[Category:Maintenance scriptsTemplate:Translation|Manual:GetText.php]]