33 public static function register(
$parser ) {
35 $parser->setHook(
'pre', [ __CLASS__,
'pre' ] );
36 $parser->setHook(
'nowiki', [ __CLASS__,
'nowiki' ] );
37 $parser->setHook(
'gallery', [ __CLASS__,
'gallery' ] );
38 $parser->setHook(
'indicator', [ __CLASS__,
'indicator' ] );
40 $parser->setHook(
'html', [ __CLASS__,
'html' ] );
61 $content = str_replace(
66 return Html::rawElement(
'pre',
$attribs, $content );
84 public static function html( $content, $attributes,
$parser ) {
87 if (
$parser->getOptions()->getAllowUnsafeRawHtml() ) {
88 return [ $content,
'markerType' =>
'nowiki' ];
93 return Html::rawElement(
95 [
'class' =>
'error' ],
98 wfMessage(
'rawhtml-notallowed' )->escaped()
102 throw new MWException(
'<html> extension tag encountered unexpectedly' );
119 $content = strtr( $content, [
129 return [ $content,
'markerType' =>
'nowiki' ];
148 return $parser->renderImageGallery( $content, $attributes );
163 if ( !isset( $attributes[
'name'] ) || trim( $attributes[
'name'] ) ===
'' ) {
164 return '<span class="error">' .
165 wfMessage(
'invalid-indicator-name' )->inContentLanguage()->parse() .
169 $parser->getOutput()->setIndicator(
170 trim( $attributes[
'name'] ),
171 Parser::stripOuterParagraph(
$parser->recursiveTagParseFully( $content, $frame ) )
$wgRawHtml
Allow raw, unchecked HTML in "<html>...</html>" sections.
Various tag hooks, registered in Parser::firstCallInit()
static pre( $text, $attribs, $parser)
Core parser tag hook function for 'pre'.
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...
static gallery( $content, $attributes, $parser)
Core parser tag hook function for 'gallery'.
static nowiki( $content, $attributes, $parser)
Core parser tag hook function for 'nowiki'.
static html( $content, $attributes, $parser)
Core parser tag hook function for 'html', used only when $wgRawHtml is enabled.
PHP Parser - Processes wiki markup (which uses a more user-friendly syntax, such as "[[link]]" for ma...
static delimiterReplace( $startDelim, $endDelim, $replace, $subject, $flags='')
Perform an operation equivalent to preg_replace() with flags.
do that in ParserLimitReportFormat instead $parser
either a unescaped string or a HtmlArmor object after in associative array form externallinks including delete and has completed for all link tables whether this was an auto creation default is conds Array Extra conditions for the No matching items in log is displayed if loglist is empty msgKey Array If you want a nice box with a set this to the key of the message First element is the message additional optional elements are parameters for the key that are processed with wfMessage() -> params() ->parseAsBlock() - offset Set to overwrite offset parameter in $wgRequest set to '' to unset offset - wrap String Wrap the message in html(usually something like "<div ...>$1</div>"). - flags Integer display flags(NO_ACTION_LINK, NO_EXTRA_USER_LINKS) 'LogException':Called before an exception(or PHP error) is logged. This is meant for integration with external error aggregation services
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses just before the function returns a value If you return an< a > element with HTML attributes $attribs and contents $html will be returned If you return $ret will be returned and may include noclasses after processing & $attribs