MediaWiki REL1_39
CoreParserFunctions\null Namespace Reference

Given a title, return the namespace name that would be given by the corresponding magic word. More...

Variables

 $t = Title::newFromText( $title )
 

Detailed Description

Given a title, return the namespace name that would be given by the corresponding magic word.

Parameters
Parser$parser
string | null$title
Returns
mixed|string
Since
1.39

Variable Documentation

◆ $t

CoreParserFunctions::null\$t = Title::newFromText( $title )

Definition at line 623 of file CoreParserFunctions.php.