|
| class | MediaWiki\Parser\CacheTime |
| | Parser cache specific expiry check. More...
|
| |
| class | MediaWiki\Parser\CoreMagicVariables |
| | Expansions of core magic variables, used by the parser. More...
|
| |
| class | MediaWiki\Parser\CoreParserFunctions |
| | Various core parser functions, registered in every Parser. More...
|
| |
| class | MediaWiki\Parser\CoreTagHooks |
| | Various tag hooks, registered in every Parser. More...
|
| |
| class | MediaWiki\Parser\DateFormatter |
| | Date formatter. More...
|
| |
| class | MediaWiki\Parser\LinkHolderArray |
| |
| class | MediaWiki\Parser\MagicWord |
| | This class encapsulates "magic words" such as "#redirect", NOTOC, etc. More...
|
| |
| class | MediaWiki\Parser\MagicWordArray |
| | Class for handling an array of magic words. More...
|
| |
| class | MediaWiki\Parser\MagicWordFactory |
| | Store information about magic words, and create/cache MagicWord objects. More...
|
| |
| class | MediaWiki\Parser\MWTidy |
| | Class to interact with and configure Remex tidy. More...
|
| |
| 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...
|
| |
| class | MediaWiki\Parser\ParserCache |
| | Cache for ParserOutput objects corresponding to the latest page revisions. More...
|
| |
| class | MediaWiki\Parser\ParserOptions |
| | Set options of the Parser. More...
|
| |
| class | MediaWiki\Parser\ParserOutput |
| | ParserOutput is a rendering of a Content object or a message. More...
|
| |
| class | MediaWiki\Parser\Parsoid\ParsoidParserFactory |
| | ParserFactory which uses a ParsoidParser. More...
|
| |
| class | MediaWiki\Parser\PPCustomFrame_Hash |
| | Expansion frame with custom arguments. More...
|
| |
| class | MediaWiki\Parser\PPDPart_Hash |
| |
| class | MediaWiki\Parser\PPDStack_Hash |
| | Stack class to help Preprocessor::preprocessToObj() More...
|
| |
| class | MediaWiki\Parser\PPFrame_Hash |
| | An expansion frame, used as a context to expand the result of preprocessToObj() More...
|
| |
| interface | MediaWiki\Parser\PPNode |
| | There are three types of nodes: More...
|
| |
| class | MediaWiki\Parser\PPNode_Hash_Array |
| |
| class | MediaWiki\Parser\PPNode_Hash_Attr |
| |
| class | MediaWiki\Parser\PPNode_Hash_Text |
| |
| class | MediaWiki\Parser\PPNode_Hash_Tree |
| |
| class | MediaWiki\Parser\PPTemplateFrame_Hash |
| | Expansion frame with template arguments. More...
|
| |
| class | MediaWiki\Parser\Preprocessor |
| |
| class | MediaWiki\Parser\Preprocessor_Hash |
| | Differences from DOM schema: More...
|
| |
| class | MediaWiki\Parser\RevisionOutputCache |
| | Cache for ParserOutput objects. More...
|
| |
| class | MediaWiki\Parser\Sanitizer |
| | HTML sanitizer for MediaWiki. More...
|
| |
| class | MediaWiki\Specials\SpecialExpandTemplates |
| | A special page to enter wikitext and expands its templates, parser functions, and variables, allowing easier debugging of these. More...
|
| |
| class | MediaWiki\Parser\StripState |
| |