MediaWiki REL1_32
ParserFunctions.php
Go to the documentation of this file.
1<?php
2
3if ( function_exists( 'wfLoadExtension' ) ) {
4 wfLoadExtension( 'ParserFunctions' );
5 // Keep i18n globals so mergeMessageFileList.php doesn't break
6 $wgMessagesDirs['ParserFunctions'] = __DIR__ . '/i18n';
7 $wgExtensionMessagesFiles['ParserFunctionsMagic'] = __DIR__ . '/ParserFunctions.i18n.magic.php';
8 /* wfWarn(
9 'Deprecated PHP entry point used for ParserFunctions extension. ' .
10 'Please use wfLoadExtension instead, ' .
11 'see https://www.mediawiki.org/wiki/Extension_registration for more details.'
12 ); */
13 return true;
14} else {
15 die( 'This version of the ParserFunctions extension requires MediaWiki 1.25+' );
16}
wfLoadExtension( $ext, $path=null)
Load an extension.
$wgMessagesDirs['ReplaceText']
$wgExtensionMessagesFiles['ExtensionNameMagic']
Definition magicword.txt:43