MediaWiki REL1_35
|
Various core parser functions, registered in Parser::firstCallInit() More...
Static Public Member Functions | |
static | anchorencode ( $parser, $text) |
static | basepagename ( $parser, $title=null) |
static | basepagenamee ( $parser, $title=null) |
static | bidi ( $parser, $text='') |
static | canonicalurl ( $parser, $s='', $arg=null) |
static | canonicalurle ( $parser, $s='', $arg=null) |
static | cascadingsources ( $parser, $title='') |
Returns the sources of any cascading protection acting on a specified page. | |
static | defaultsort ( $parser, $text, $uarg='') |
static | displaytitle ( $parser, $text='', $uarg='') |
Override the title of the page when viewed, provided we've been given a title which will normalise to the canonical title. | |
static | filepath ( $parser, $name='', $argA='', $argB='') |
Usage {{filepath|300}}, {{filepath|nowiki}}, {{filepath|nowiki|300}} or {{filepath|300|nowiki}} or {{filepath|300px}}, {{filepath|200x300px}}, {{filepath|nowiki|200x300px}}, {{filepath|200x300px|nowiki}}. | |
static | formatDate ( $parser, $date, $defaultPref=null) |
static | formatnum ( $parser, $num='', $arg=null) |
static | formatRaw ( $num, $raw, $language, MagicWordFactory $magicWordFactory=null) |
Formats a number according to a language. | |
static | fullpagename ( $parser, $title=null) |
static | fullpagenamee ( $parser, $title=null) |
static | fullurl ( $parser, $s='', $arg=null) |
static | fullurle ( $parser, $s='', $arg=null) |
static | gender ( $parser, $username,... $forms) |
static | grammar ( $parser, $case='', $word='') |
static | intFunction ( $parser, $part1='',... $params) |
static | language ( $parser, $code='', $inLanguage='') |
Gives language names. | |
static | lc ( $parser, $s='') |
static | lcfirst ( $parser, $s='') |
static | localurl ( $parser, $s='', $arg=null) |
static | localurle ( $parser, $s='', $arg=null) |
static | mwnamespace ( $parser, $title=null) |
Given a title, return the namespace name that would be given by the corresponding magic word Note: function name changed to "mwnamespace" rather than "namespace" to not break PHP 5.3. | |
static | namespacee ( $parser, $title=null) |
static | namespacenumber ( $parser, $title=null) |
static | ns ( $parser, $part1='') |
static | nse ( $parser, $part1='') |
static | numberingroup ( $parser, $name='', $raw=null) |
static | numberofactiveusers ( $parser, $raw=null) |
static | numberofadmins ( $parser, $raw=null) |
static | numberofarticles ( $parser, $raw=null) |
static | numberofedits ( $parser, $raw=null) |
static | numberoffiles ( $parser, $raw=null) |
static | numberofpages ( $parser, $raw=null) |
static | numberofusers ( $parser, $raw=null) |
static | pad ( $parser, $string, $length, $padding='0', $direction=STR_PAD_RIGHT) |
Unicode-safe str_pad with the restriction that $length is forced to be <= 500. | |
static | padleft ( $parser, $string='', $length=0, $padding='0') |
static | padright ( $parser, $string='', $length=0, $padding='0') |
static | pageid ( $parser, $title=null) |
Get the pageid of a specified page. | |
static | pagename ( $parser, $title=null) |
Functions to get and normalize pagenames, corresponding to the magic words of the same names. | |
static | pagenamee ( $parser, $title=null) |
static | pagesincategory ( $parser, $name='', $arg1='', $arg2='') |
Return the number of pages, files or subcats in the given category, or 0 if it's nonexistent. | |
static | pagesinnamespace ( $parser, $namespace=0, $raw=null) |
static | pagesize ( $parser, $page='', $raw=null) |
Return the size of the given page, or 0 if it's nonexistent. | |
static | plural ( $parser, $text='',... $forms) |
static | protectionexpiry ( $parser, $type='', $title='') |
Returns the requested protection expiry for the current page. | |
static | protectionlevel ( $parser, $type='', $title='') |
Returns the requested protection level for the current page. | |
static | register ( $parser) |
static | revisionday ( $parser, $title=null) |
Get the day from the last revision of a specified page. | |
static | revisionday2 ( $parser, $title=null) |
Get the day with leading zeros from the last revision of a specified page. | |
static | revisionid ( $parser, $title=null) |
Get the id from the last revision of a specified page. | |
static | revisionmonth ( $parser, $title=null) |
Get the month with leading zeros from the last revision of a specified page. | |
static | revisionmonth1 ( $parser, $title=null) |
Get the month from the last revision of a specified page. | |
static | revisiontimestamp ( $parser, $title=null) |
Get the timestamp from the last revision of a specified page. | |
static | revisionuser ( $parser, $title=null) |
Get the user from the last revision of a specified page. | |
static | revisionyear ( $parser, $title=null) |
Get the year from the last revision of a specified page. | |
static | rootpagename ( $parser, $title=null) |
static | rootpagenamee ( $parser, $title=null) |
static | special ( $parser, $text) |
static | speciale ( $parser, $text) |
static | subjectpagename ( $parser, $title=null) |
static | subjectpagenamee ( $parser, $title=null) |
static | subjectspace ( $parser, $title=null) |
static | subjectspacee ( $parser, $title=null) |
static | subpagename ( $parser, $title=null) |
static | subpagenamee ( $parser, $title=null) |
static | tagObj ( $parser, $frame, $args) |
Parser function to extension tag adaptor. | |
static | talkpagename ( $parser, $title=null) |
static | talkpagenamee ( $parser, $title=null) |
static | talkspace ( $parser, $title=null) |
static | talkspacee ( $parser, $title=null) |
static | uc ( $parser, $s='') |
static | ucfirst ( $parser, $s='') |
static | urlencode ( $parser, $s='', $arg=null) |
urlencodes a string according to one of three patterns: (T24474) | |
static | urlFunction ( $func, $s='', $arg=null) |
Static Private Member Functions | |
static | getCachedRevisionObject ( $parser, $title, $vary) |
Fetched the current revision of the given title and return this. | |
static | getTargetLanguageConverter (Parser $parser) |
Shorthand for getting a Language Converter for Target language. | |
static | matchAgainstMagicword (MagicWordFactory $magicWordFactory, $magicword, $value) |
Matches the given value against the value of given magic word. | |
Various core parser functions, registered in Parser::firstCallInit()
Definition at line 32 of file CoreParserFunctions.php.
|
static |
Parser | $parser | |
string | $text |
Definition at line 969 of file CoreParserFunctions.php.
|
static |
Definition at line 708 of file CoreParserFunctions.php.
References $t, $title, and wfEscapeWikiText().
|
static |
Definition at line 716 of file CoreParserFunctions.php.
References $t, $title, wfEscapeWikiText(), and wfUrlencode().
|
static |
Parser | $parser | |
string | $text |
Definition at line 370 of file CoreParserFunctions.php.
|
static |
Definition at line 248 of file CoreParserFunctions.php.
References $s, and urlFunction().
|
static |
Definition at line 252 of file CoreParserFunctions.php.
References $s, and urlFunction().
|
static |
Returns the sources of any cascading protection acting on a specified page.
Pages will not return their own title unless they transclude themselves. This is an expensive parser function and can't be called too many times per page, unless cascading protection sources for the page have already been loaded.
Parser | $parser | |
string | $title |
Definition at line 1420 of file CoreParserFunctions.php.
References $title.
Referenced by CoreMagicVariables\expand().
|
static |
Parser | $parser | |
string | $text | The sortkey to use |
string | $uarg | Either "noreplace" or "noerror" (in en) both suppress errors, and noreplace does nothing if a default sortkey already exists. |
Definition at line 1000 of file CoreParserFunctions.php.
References $magicWords, wfEscapeWikiText(), and wfMessage().
|
static |
Override the title of the page when viewed, provided we've been given a title which will normalise to the canonical title.
Parser | $parser | Parent parser |
string | $text | Desired title text |
string | $uarg |
Definition at line 393 of file CoreParserFunctions.php.
References $magicWords, $title, $wgRestrictDisplayTitle, Title\hasFragment(), wfEscapeWikiText(), and wfMessage().
|
static |
Usage {{filepath|300}}, {{filepath|nowiki}}, {{filepath|nowiki|300}} or {{filepath|300|nowiki}} or {{filepath|300px}}, {{filepath|200x300px}}, {{filepath|nowiki|200x300px}}, {{filepath|200x300px|nowiki}}.
Parser | $parser | |
string | $name | |
string | $argA | |
string | $argB |
Definition at line 1042 of file CoreParserFunctions.php.
References $file, PROTO_RELATIVE, true, and wfExpandUrl().
|
static |
Parser | $parser | |
string | $date | |
string | null | $defaultPref |
Definition at line 117 of file CoreParserFunctions.php.
References $lang.
|
static |
Parser | $parser | |
string | $num | |
string | null | $arg |
Definition at line 292 of file CoreParserFunctions.php.
|
static |
Formats a number according to a language.
int | float | $num | |
string | $raw | |
Language | StubUserLang | $language | |
MagicWordFactory | null | $magicWordFactory | To evaluate $raw |
Definition at line 509 of file CoreParserFunctions.php.
|
static |
Definition at line 660 of file CoreParserFunctions.php.
References $t, $title, and wfEscapeWikiText().
|
static |
Definition at line 668 of file CoreParserFunctions.php.
References $t, $title, and wfEscapeWikiText().
|
static |
Definition at line 235 of file CoreParserFunctions.php.
References $s, and urlFunction().
|
static |
Definition at line 239 of file CoreParserFunctions.php.
References $s, and urlFunction().
|
static |
Parser | $parser | |
string | $username | |
string | ...$forms What to output for each gender |
Definition at line 322 of file CoreParserFunctions.php.
References $title, User\getDefaultOption(), User\newFromName(), and NS_USER.
|
staticprivate |
Fetched the current revision of the given title and return this.
Will increment the expensive function count and add a template link to get the value refreshed on changes. For a given title, which is equal to the current parser title, the revision object from the parser is used, when that is the current one
Definition at line 1143 of file CoreParserFunctions.php.
|
staticprivate |
Shorthand for getting a Language Converter for Target language.
Parser | $parser | Parent parser |
Definition at line 379 of file CoreParserFunctions.php.
|
static |
Parser | $parser | |
string | $case | |
string | $word |
Definition at line 311 of file CoreParserFunctions.php.
|
static |
Parser | $parser | |
string | $part1 | Message key |
mixed | ...$params To pass to wfMessage() |
Definition at line 100 of file CoreParserFunctions.php.
References wfMessage().
|
static |
|
static |
Parser | $parser | |
string | $s |
Definition at line 209 of file CoreParserFunctions.php.
References $s.
|
static |
Definition at line 196 of file CoreParserFunctions.php.
References $s.
|
static |
Definition at line 222 of file CoreParserFunctions.php.
References $s, and urlFunction().
|
static |
Definition at line 226 of file CoreParserFunctions.php.
References $s, and urlFunction().
|
staticprivate |
Matches the given value against the value of given magic word.
MagicWordFactory | $magicWordFactory | A factory to get the word from, e.g., from $parser->getMagicWordFactory() |
string | $magicword | Magic word key |
string | $value | Value to match |
Definition at line 489 of file CoreParserFunctions.php.
References MagicWordFactory\get().
|
static |
Given a title, return the namespace name that would be given by the corresponding magic word Note: function name changed to "mwnamespace" rather than "namespace" to not break PHP 5.3.
Parser | $parser | |
string | null | $title |
Definition at line 581 of file CoreParserFunctions.php.
|
static |
Definition at line 589 of file CoreParserFunctions.php.
References $t, $title, and wfUrlencode().
|
static |
Definition at line 597 of file CoreParserFunctions.php.
|
static |
Definition at line 135 of file CoreParserFunctions.php.
Referenced by nse().
|
static |
Definition at line 148 of file CoreParserFunctions.php.
References ns(), and wfUrlencode().
|
static |
Definition at line 564 of file CoreParserFunctions.php.
References SiteStats\numberingroup().
|
static |
Definition at line 532 of file CoreParserFunctions.php.
References SiteStats\activeUsers().
|
static |
Definition at line 544 of file CoreParserFunctions.php.
References SiteStats\numberingroup().
|
static |
Definition at line 536 of file CoreParserFunctions.php.
References SiteStats\articles().
|
static |
Definition at line 552 of file CoreParserFunctions.php.
References SiteStats\edits().
|
static |
Definition at line 540 of file CoreParserFunctions.php.
References SiteStats\images().
|
static |
Definition at line 524 of file CoreParserFunctions.php.
References SiteStats\pages().
|
static |
Definition at line 528 of file CoreParserFunctions.php.
References SiteStats\users().
|
static |
Unicode-safe str_pad with the restriction that $length is forced to be <= 500.
Parser | $parser | |
string | $string | |
string | $length | |
string | $padding | |
int | $direction |
Definition at line 923 of file CoreParserFunctions.php.
|
static |
Definition at line 956 of file CoreParserFunctions.php.
|
static |
Definition at line 960 of file CoreParserFunctions.php.
|
static |
|
static |
Functions to get and normalize pagenames, corresponding to the magic words of the same names.
Parser | $parser | |
string | null | $title |
Definition at line 644 of file CoreParserFunctions.php.
References $t, $title, and wfEscapeWikiText().
|
static |
Definition at line 652 of file CoreParserFunctions.php.
References $t, $title, and wfEscapeWikiText().
|
static |
Return the number of pages, files or subcats in the given category, or 0 if it's nonexistent.
This is an expensive parser function and can't be called too many times per page.
Parser | $parser | |
string | $name | |
string | $arg1 | |
string | $arg2 |
Definition at line 766 of file CoreParserFunctions.php.
References $cache, $magicWords, $title, $type, and NS_CATEGORY.
|
static |
Definition at line 556 of file CoreParserFunctions.php.
References SiteStats\pagesInNs().
|
static |
Return the size of the given page, or 0 if it's nonexistent.
This is an expensive parser function and can't be called too many times per page.
Parser | $parser | |
string | $page | Name of page to check (Default: empty string) |
string | null | $raw | Should number be human readable with commas or just number |
Definition at line 832 of file CoreParserFunctions.php.
References $title.
|
static |
Parser | $parser | |
string | $text | |
string | ...$forms What to output for each number (singular, dual, plural, etc.) |
Definition at line 359 of file CoreParserFunctions.php.
|
static |
Returns the requested protection expiry for the current page.
This is an expensive parser function and can't be called too many times per page, unless the protection levels/expiries for the given title have already been retrieved
Parser | $parser | |
string | $type | |
string | $title |
Definition at line 884 of file CoreParserFunctions.php.
|
static |
Returns the requested protection level for the current page.
This is an expensive parser function and can't be called too many times per page, unless the protection levels/expiries for the given title have already been retrieved
Parser | $parser | |
string | $type | |
string | $title |
Definition at line 861 of file CoreParserFunctions.php.
|
static |
Parser | $parser |
Definition at line 37 of file CoreParserFunctions.php.
References $wgAllowDisplayTitle, and $wgAllowSlowParserFunctions.
Referenced by Parser\firstCallInit().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 692 of file CoreParserFunctions.php.
References $t, $title, and wfEscapeWikiText().
|
static |
Definition at line 700 of file CoreParserFunctions.php.
References $t, $title, wfEscapeWikiText(), and wfUrlencode().
|
static |
Definition at line 975 of file CoreParserFunctions.php.
References $title, SpecialPage\getTitleFor(), and NS_SPECIAL.
|
static |
Definition at line 988 of file CoreParserFunctions.php.
References wfUrlencode().
|
static |
Definition at line 740 of file CoreParserFunctions.php.
References $t, $title, and wfEscapeWikiText().
|
static |
Definition at line 748 of file CoreParserFunctions.php.
References $t, $title, and wfEscapeWikiText().
|
static |
Definition at line 621 of file CoreParserFunctions.php.
|
static |
Definition at line 629 of file CoreParserFunctions.php.
References $t, $title, and wfUrlencode().
|
static |
Definition at line 676 of file CoreParserFunctions.php.
References $t, $title, and wfEscapeWikiText().
|
static |
Definition at line 684 of file CoreParserFunctions.php.
References $t, $title, and wfEscapeWikiText().
|
static |
|
static |
Definition at line 724 of file CoreParserFunctions.php.
References $t, $title, and wfEscapeWikiText().
|
static |
Definition at line 732 of file CoreParserFunctions.php.
References $t, $title, and wfEscapeWikiText().
|
static |
Definition at line 605 of file CoreParserFunctions.php.
|
static |
Definition at line 613 of file CoreParserFunctions.php.
References $t, $title, and wfUrlencode().
|
static |
Parser | $parser | |
string | $s |
Definition at line 218 of file CoreParserFunctions.php.
References $s.
|
static |
Definition at line 200 of file CoreParserFunctions.php.
References $s.
|
static |
urlencodes a string according to one of three patterns: (T24474)
By default (for HTTP "query" strings), spaces are encoded as '+'. Or to encode a value for the HTTP "path", spaces are encoded as '%20'. For links to "wiki"s, or similar software, spaces are encoded as '_',
Parser | $parser | |
string | $s | The text to encode. |
string | null | $arg | (optional): The type of encoding. |
Definition at line 168 of file CoreParserFunctions.php.
References $magicWords, and $s.
|
static |
Definition at line 261 of file CoreParserFunctions.php.
References $s, $title, NS_FILE, and NS_MEDIA.
Referenced by canonicalurl(), canonicalurle(), fullurl(), fullurle(), localurl(), and localurle().