MediaWiki
1.28.0
|
Various tag hooks, registered in Parser::firstCallInit() More...
Static Public Member Functions | |
static | gallery ($content, $attributes, $parser) |
Core parser tag hook function for 'gallery'. More... | |
static | html ($content, $attributes, $parser) |
Core parser tag hook function for 'html', used only when $wgRawHtml is enabled. More... | |
static | indicator ($content, array $attributes, Parser $parser, PPFrame $frame) |
XML-style tag for page status indicators: icons (or short text snippets) usually displayed in the top-right corner of the page, outside of the main content. More... | |
static | nowiki ($content, $attributes, $parser) |
Core parser tag hook function for 'nowiki'. More... | |
static | pre ($text, $attribs, $parser) |
Core parser tag hook function for 'pre'. More... | |
static | register ($parser) |
Various tag hooks, registered in Parser::firstCallInit()
Definition at line 28 of file CoreTagHooks.php.
|
static |
Core parser tag hook function for 'gallery'.
Renders a thumbnail list of the given images, with optional captions. Full syntax documented on the wiki:
https://www.mediawiki.org/wiki/Help:Images#Gallery_syntax
string | $content | |
array | $attributes | |
Parser | $parser |
Definition at line 134 of file CoreTagHooks.php.
|
static |
Core parser tag hook function for 'html', used only when $wgRawHtml is enabled.
This is potentially unsafe and should be used only in very careful circumstances, as the contents are emitted as raw HTML.
Uses undocumented extended tag hook return values, introduced in r61913.
string | $content | |
array | $attributes | |
Parser | $parser |
MWException |
Definition at line 84 of file CoreTagHooks.php.
|
static |
XML-style tag for page status indicators: icons (or short text snippets) usually displayed in the top-right corner of the page, outside of the main content.
Definition at line 149 of file CoreTagHooks.php.
References $content, Parser\getOutput(), Parser\recursiveTagParseFully(), Parser\stripOuterParagraph(), and wfMessage().
|
static |
Core parser tag hook function for 'nowiki'.
Text within this section gets interpreted as a string of text with HTML-compatible character references, and wiki markup within it will not be expanded.
Uses undocumented extended tag hook return values, introduced in r61913.
string | $content | |
array | $attributes | |
Parser | $parser |
Definition at line 105 of file CoreTagHooks.php.
References $content.
|
static |
Core parser tag hook function for 'pre'.
Text is treated roughly as 'nowiki' wrapped in an HTML 'pre' tag; valid HTML attributes are passed on.
string | $text | |
array | $attribs | |
Parser | $parser |
Definition at line 54 of file CoreTagHooks.php.
References $attribs, $content, StringUtils\delimiterReplace(), Html\rawElement(), and Sanitizer\validateTagAttributes().
|
static |
Parser | $parser |
Definition at line 33 of file CoreTagHooks.php.
References $parser, and global.
Referenced by Parser\firstCallInit().