|
MediaWiki master
|
Parse some wikitext. More...
Go to the source code of this file.
Classes | |
| class | CLIParser |
| Maintenance script to parse some wikitext. More... | |
Variables | |
| $maintClass = CLIParser::class | |
Parse some wikitext.
Wikitext can be given by stdin or using a file. The wikitext will be parsed using 'CLIParser' as a title. This can be overridden with –title option.
Example1:
Example2:
Example3:
Definition in file parse.php.