50 public static function pre(
51 ?
string $content, array $attribs,
Parser $parser,
PPFrame $frame
55 $content, $attribs, $parser, $frame
75 public static function html( ?
string $content, array $attributes,
Parser $parser ) {
78 $content, $attributes, $parser
99 public static function nowiki( ?
string $content, array $attributes,
Parser $parser ): array {
102 $content, $attributes, $parser
123 public static function gallery( ?
string $content, array $attributes,
Parser $parser ): string {
125 return MediaWikiServices::getInstance()->getParserCoreTagHooks()->gallery(
126 $content, $attributes, $parser
145 return MediaWikiServices::getInstance()->getParserCoreTagHooks()->indicator(
146 $content, $attributes, $parser, $frame
164 return MediaWikiServices::getInstance()->getParserCoreTagHooks()->langconvert(
165 $content, $attributes, $parser, $frame
172class_alias( CoreTagHooks::class,
'CoreTagHooks' );
wfDeprecated( $function, $version=false, $component=false, $callerOffset=2)
Logs a warning that a deprecated feature was used.