MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onBeforeParserFetchTemplateAndtitle ( $parser, $title, &$skip, &$id) | |
This hook is called before a template is fetched by Parser. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "BeforeParserFetchTemplateAndtitle" to register handlers implementing this interface.
Definition at line 15 of file BeforeParserFetchTemplateAndtitleHook.php.
MediaWiki\Hook\BeforeParserFetchTemplateAndtitleHook::onBeforeParserFetchTemplateAndtitle | ( | $parser, | |
$title, | |||
& | $skip, | ||
& | $id ) |
This hook is called before a template is fetched by Parser.
Parser | $parser | |
Title | $title | Title of the template |
bool | &$skip | Skip this template and link it? |
int | &$id | ID of the revision being parsed |
Implemented in MediaWiki\HookContainer\HookRunner.