MediaWiki  1.30.1
docs/magicword.txt File Reference

Variables

magicword txt Magic Words are some phrases used in the wikitext They are used for two that looks like templates but that don t accept any parameter *Parser functions(like {{fullurl:...}}, {{#special:...}}) $magicWords ['en']
 
function wfGetCustomMagicWordValue $parser
 
 $wgExtensionMessagesFiles ['ExtensionNameMagic'] = __DIR__ . '/ExtensionName.i18n.magic.php'
 
 $wgHooks ['MagicWordwgVariableIDs'][] = 'wfAddCustomMagicWordID'
 
Note __pad1__
 
And to add a new parser function
 
magicword txt Magic Words are some phrases used in the wikitext They are used for two things
 
return true
 

Variable Documentation

◆ $magicWords

◆ $parser

function wfGetCustomMagicWordValue $parser
Initial value:
{
if( $index == 'mag_custom' ){
$ret = $varCache['mag_custom'] = "Custom value";
}
return true

Definition at line 52 of file magicword.txt.

◆ $wgExtensionMessagesFiles

$wgExtensionMessagesFiles[ 'ExtensionNameMagic'] = __DIR__ . '/ExtensionName.i18n.magic.php'

◆ $wgHooks

$wgHooks[ 'ParserFirstCallInit'][] = 'wfAddCustomMagicWordID'

Definition at line 44 of file magicword.txt.

◆ __pad1__

Note __pad1__

Definition at line 90 of file magicword.txt.

◆ function

And to add a new parser function

Definition at line 65 of file magicword.txt.

◆ things

magicword txt Magic Words are some phrases used in the wikitext They are used for two things

◆ true

return true

Definition at line 49 of file magicword.txt.

$ret
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 & $ret
Definition: hooks.txt:1965
array
the array() calling protocol came about after MediaWiki 1.4rc1.