MediaWiki master
Parser.php File Reference

PHP parser that converts wiki markup to HTML. More...

Go to the source code of this file.

Classes

class  MediaWiki\Parser\Parser
 PHP Parser - Processes wiki markup (which uses a more user-friendly syntax, such as "[[link]]" for making links), and provides a one-way transformation of that wiki markup it into (X)HTML output / markup (which in turn the browser understands, and can display). More...
 

Namespaces

namespace  MediaWiki\Parser
 

Detailed Description

PHP parser that converts wiki markup to HTML.

Note
GPL-2.0-or-later

Definition in file Parser.php.