Help:Magic words
Magic words are strings of text that MediaWiki associates with a return value or function, such as time, site details, or page names. This page explains only the standard magic words; for a technical reference, see Manual:Magic words .
There are three general types of magic words:
- Behavior switches: these are usually written as uppercase words surrounded by double underscores, e.g.
__FOO__
. - Variables: these are uppercase words surrounded by double braces, e.g.
{{FOO}}
. As such, they look a lot like templates. - Parser functions: these take parameters and are either of the form
{{foo:...}}
{{#foo:...}}
, e.g.{{#invoke:}}
. See also Help:Extension:ParserFunctions and Extension:Scribunto .
Variables and parser functions can use subst:, just like templates. Page-dependent magic words will affect or return data about the current page (by default), even if the word is added through a transcluded template or included system message.
Behavior switches
A behavior switch controls the layout or behavior of the page (if supported by the skin) and can often be used to specify desired omissions and inclusions in the content. Notably some of these are not supported by the Minerva skin.
Word | Description | Versions | ||
---|---|---|---|---|
Table of contents | ||||
__NOTOC__
|
Hides the table of contents (TOC). | |||
__FORCETOC__
|
Forces the table of contents to appear at its normal position (before the first header, overriding __NOTOC__ ).
|
|||
__TOC__
|
Places a table of contents at the word's current position (overriding __NOTOC__ ). If this is used multiple times, the table of contents will appear at the first word's position.
|
|||
Editing | ||||
__NOEDITSECTION__
|
Hides the section edit links beside headings. This is especially useful where a heading is created from within a template: the normal wiki section-edit would in this case edit the template code, which is usually not what the user intends. Use of this in a template will extend the effect to that template, the pages it's included on, and any other templates included on the same page. For a workaround, see here. | |||
__NEWSECTIONLINK__
|
Adding a section to the end]]). |
| ||
__NONEWSECTIONLINK__
|
Removes the link beside the "Edit" tab on pages in talk namespaces. |
| ||
Categories | ||||
__NOGALLERY__
|
Used on a category page, replaces thumbnails in the category view with normal links. |
| ||
__HIDDENCAT__
|
Used on a category page, hides the category from the lists of categories in its members and parent categories (there is an option in the [[<tvar|help-preferences>Special:MyLanguage/Help:Preferences|user preferences]] to show them). |
| ||
__EXPECTUNUSEDCATEGORY__
|
Used on a category page, removes the category from Special:UnusedCategories . |
| ||
Language conversion | ||||
__NOCONTENTCONVERT__ __NOCC__
|
On wikis with language variants, don't perform any content language conversion (character and phase) in article display; for example, only show Chinese (zh) instead of variants like zh_cn, zh_tw, zh_sg, or zh_hk. | |||
__NOTITLECONVERT__ __NOTC__
|
On wikis with language variants, don't perform language conversion on the title (all other content is converted). | |||
Other | ||||
__START__
|
No effect. Was used to point where database message starts after comment that should not be transcluded. Removed in r1695 and completely removed in r24784 |
| ||
__END__
|
Explicitly marks the end of the article, to prevent MediaWiki from removing trailing whitespace. Removed in 19213. |
| ||
__INDEX__
|
manual-wg-bot-policy>$wgArticleRobotPolicies but not robots.txt). It obeys <tvar|manual-wg-exempt-from-bot>$wgExemptFromUserRobotsControl variable. |
| ||
__NOINDEX__
|
manual-wg-exempt-from-bot>$wgExemptFromUserRobotsControl variable. |
| ||
__STATICREDIRECT__
|
fixDoubleRedirects>Update any redirects that point to the original title" (which requires [[<tvar|var>Special:MyLanguage/Manual:$wgFixDoubleRedirects|$wgFixDoubleRedirects]]). |
| ||
From Extensions | ||||
Extension | Word | Description | Versions | |
GlobalUserPage | __NOGLOBAL__
|
Disables the global user page. If present on the central user page, will prevent it from being displayed on remote wikis, and it also determines whether a link to a user page on remote wiki should be red or blue. |
| |
Disambiguator | __DISAMBIG__
|
Identifies a disambiguation page. |
|
Variables
Variables return information about the current page, wiki, or date. Their syntax is similar to [[<tvar|help-templates>Special:MyLanguage/Help:Templates|templates]]. Variables marked as "[expensive]" are tracked by the software, and the number that can be included on a page is limited.
If a template name conflicts with a variable, the variable will be used (so to transclude the template Template:PAGENAME you would need to write <tvar|code>{{Template:PAGENAME<tvar|code-end>}}
). In some cases, adding parameters will force the parser to invoke a template; for example, <tvar|tpl-currentdayname-code>{{CURRENTDAYNAME|x}}
transcludes <tvar|tpl-currentdayname-result>Template:CURRENTDAYNAME, not the variable.
Date and time
The following variables return the current date and time in UTC.
Due to MediaWiki and browser caching, these variables frequently show when the page was cached rather than the current time.
The use of those variables cause pages to be cached for a more limited number of seconds. This is configured in <tvar|MagicWordFactory>MagicWordFactory.
The date and time magic words are formatted in the wiki content language. Since 1.19, they depend on the [[<tvar|manual-pagelang>Special:MyLanguage/Manual:Language#page-content-lang|page content language]].
Variable | Output | Description | Versions | |
---|---|---|---|---|
Year | ||||
{{CURRENTYEAR}}
|
2024 | Year | ||
Month | ||||
{{CURRENTMONTH}}
|
11 | Month (zero-padded number) | ||
{{CURRENTMONTH1}}
|
11 | Month (unpadded number) | ||
{{CURRENTMONTHNAME}}
|
November | Month (name) | ||
{{CURRENTMONTHNAMEGEN}}
|
November | Month (genitive form) | ||
{{CURRENTMONTHABBREV}}
|
Nov | Month (abbreviation) |
| |
Day | ||||
{{CURRENTDAY}}
|
13 | Day of the month (unpadded number) | ||
{{CURRENTDAY2}}
|
13 | Day of the month (zero-padded number) |
| |
{{CURRENTDOW}}
|
3 | Day of the week (unpadded number), 0 (for Sunday) through 6 (for Saturday) | ||
{{CURRENTDAYNAME}}
|
Wednesday | Day of the week (name) | ||
Time | ||||
{{CURRENTTIME}}
|
07:22 | Time (24-hour HH:mm format) | ||
{{CURRENTHOUR}}
|
07 | Hour (24-hour zero-padded number) | ||
Other | ||||
{{CURRENTWEEK}}
|
46 | Week (number) | ||
{{CURRENTTIMESTAMP}}
|
20241113072241 | YYYYMMDDHHmmss timestamp |
|
The following variables do the same as the preceding ones but using the site's server config or <tvar|manual-wg-localtimezone>$wgLocaltimezone.
{{LOCALYEAR}}
{{LOCALMONTH}}
{{LOCALMONTH1}}
{{LOCALMONTHNAME}}
{{LOCALMONTHNAMEGEN}}
{{LOCALMONTHABBREV}}
{{LOCALDAY}}
{{LOCALDAY2}}
{{LOCALDOW}}
{{LOCALDAYNAME}}
{{LOCALTIME}}
{{LOCALHOUR}}
{{LOCALWEEK}}
{{LOCALTIMESTAMP}}
For more thorough time formatting, or to output the current year and week with better compliance with ISO-8601, you may want to install <tvar|ext-parserfunctions>Extension:ParserFunctions to use the [[<tvar|ext-parserfunct-t>Special:MyLanguage/Help:Extension:ParserFunctions#.23time|#time parser function]].
Technical metadata
Note: Revision variables return data about the latest edit to the current page, even if viewing an older version of the page.
Variable | Output | Description | Versions | ||
---|---|---|---|---|---|
Site | |||||
{{SITENAME}}
|
RobotX | manual-wg-sitename>$wgSitename). | |||
{{SERVER}}
|
http://OCRobotx.org | Domain URL (<tvar|manual-wg-server>$wgServer). | |||
{{SERVERNAME}}
|
OCRobotx.org | manual-wg-servername>$wgServerName as of version 1.17). | |||
{{DIRMARK}}
|
|
Outputs a Unicode directional mark that matches the wiki's default language's direction (‎ on left-to-right wikis, ‏ on right-to-left wikis), useful in text with multi-directional text. Since 1.19, it depends on the [[<tvar|manual-pagelang>Special:MyLanguage/Manual:Language#page-content-lang|page content language]].
|
| ||
{{SCRIPTPATH}}
|
/mediawiki | manual-wg-scriptpath>$wgScriptPath). | |||
{{STYLEPATH}}
|
/mediawiki/skins | manual-wg-stylepath>$wgStylePath). |
| ||
{{CURRENTVERSION}}
|
1.35.0 | The wiki's MediaWiki version. |
| ||
{{CONTENTLANGUAGE}}
|
en en |
manual-wg-langcode>$wgLanguageCode). |
| ||
Page | |||||
{{PAGEID}}
|
1821 | Returns the page identifier. |
| ||
{{PAGELANGUAGE}}
|
en
English |
Returns the language of the current page. The language code that this variable returns can be converted to a language name using {{#language:...}} .
|
| ||
{{PROTECTIONLEVEL: action}}
|
Outputs the protection level (e.g. "autoconfirmed", "sysop") for a given action (e.g. "edit", "move") on the current page. Returns an empty string if not protected. |
| |||
{{PROTECTIONEXPIRY: action}}
|
Outputs the protection expiry (e.g. "20160418155030", "infinity") for a given action (e.g. "edit", "move") on the current page. Returns "infinity" if not protected. |
| |||
{{CASCADINGSOURCES}}
|
[ Expensive] Returns the sources of any cascading protection acting on the current page. Pages will not return their own title unless they transclude themselves. |
| |||
Latest revision to current page | |||||
{{REVISIONID}}
|
13371 | Unique revision ID. It is empty in preview, thus one can show an error message only in preview. May be disabled in miser mode. |
| ||
{{REVISIONDAY}}
|
15 | Day edit was made (unpadded number). |
| ||
{{REVISIONDAY2}}
|
15 | Day edit was made (zero-padded number). |
| ||
{{REVISIONMONTH}}
|
07 | Month edit was made (zero-padded number as of 1.17+, unpadded number in prior versions). |
| ||
{{REVISIONMONTH1}}
|
7 | Month edit was made (unpadded number). |
| ||
{{REVISIONYEAR}}
|
2020 | Year edit was made. |
| ||
{{REVISIONTIMESTAMP}}
|
20200715145625 | Timestamp as of time of edit. |
| ||
{{REVISIONUSER}}
|
Joelmartin | The username of the user who made the most recent edit to the page, or the current user when previewing an edit. |
| ||
{{REVISIONSIZE}}
|
74198 | The size (bytes of wikitext) of the current revision of this page |
| ||
Affects page content | |||||
{{DISPLAYTITLE: title}} {{DISPLAYTITLE: title|noerror}} {{DISPLAYTITLE: title|noreplace}}
|
manual-wg-restrict-disp-title>$wgRestrictDisplayTitle). It can be disabled or enabled by <tvar|manual-wg-allow-disp-title>$wgAllowDisplayTitle; disabled by default before 1.10+, enabled by default thereafter.
It can take a second argument of noerror or noreplace to suppress error messages when multiple displaytitles are used on one page or to make this |
( for noerror and noreplace) | |||
code1>}} {{DEFAULTSORTKEY:sortkey<tvar|code2>}} {{DEFAULTCATEGORYSORT:sortkey<tvar|code3>}} {{DEFAULTSORT:sortkey<tvar|code4>|noerror}} {{DEFAULTSORT:sortkey|noreplace}}
|
Used for categorizing pages, sets a default [[<tvar|help-categories>Special:MyLanguage/Help:Categories|category sort key]]. For example if you put <tvar|sort>{{DEFAULTSORT:Smith , John<tvar|sort-end>}} at the end of John Smith, the page would be sorted under "S" by default in categories. It can take a second argument of noerror or noreplace to suppress error messages when multiple defaultsortkeys are used on one page or to make this <tvar|sort2>defaultsort do nothing if a <tvar|sort3>defaultsort was already specified earlier in the page.
|
( for noerror and noreplace) |
Statistics
Numbers returned by these variables normally contain separators (commas, dots or spaces, depending on the local language) but can return raw numbers with the ":R" flag (for example, <tvar|nop-code>{{NUMBEROFPAGES}}
→ <tvar|nop-result>5,112 and <tvar|nop-r-code>{{NUMBEROFPAGES:R}}
→ <tvar|nop-r-result>5112).
Use "|R" for magic words that require a parameter like PAGESINCATEGORY (for example <tvar|pic>{{PAGESINCATEGORY:Help}}
and <tvar|pic-r>{{PAGESINCATEGORY:Help|R}}
, or <tvar|pic-subcats>{{PAGESINCATEGORY:Help|subcats}}
and <tvar|pic-subcats-r>{{PAGESINCATEGORY:Help|subcats|R}}
). Also applicable to <tvar|pagesize>{{PAGESIZE:page name<tvar|pagesize-end>}}
hereinbefore.
The number magic words are formatted in the wiki content language. Since 1.19, it depends on the [[<tvar|manual-pagelang>Special:MyLanguage/Manual:Language#page-content-lang|page content language]].
Variable | Output | Description | Versions | |
---|---|---|---|---|
{{NUMBEROFPAGES}}
|
5,112 | Number of wiki pages. |
| |
{{NUMBEROFARTICLES}}
|
33 | Number of pages in content namespaces that qualify as articles. See Manual:$wgArticleCountMethod for details. | ||
{{NUMBEROFFILES}}
|
96 | Number of uploaded files. |
| |
{{NUMBEROFEDITS}}
|
14,112 | Number of wiki edits. |
| |
{{NUMBEROFVIEWS}}
|
Number of page views. Usually useless on a wiki using [[<tvar|manual-cache>Special:MyLanguage/Manual:Cache|caching]]. Removed in <tvar|gerrit>Gerrit change 150699. |
| ||
{{NUMBEROFUSERS}}
|
29 | Number of registered users. |
| |
{{NUMBEROFADMINS}}
|
4 | manual-userrights>mediawiki|Special:MyLanguage/Manual:User rights|group}}. |
| |
{{NUMBEROFACTIVEUSERS}}
|
1 | Number of active users, based on the criteria used in Special:Statistics. |
| |
{{PAGESINCATEGORY:categoryname}} {{PAGESINCAT:categoryname}}
|
1 1 |
[ Expensive] Number of pages (including subcategories and files) in the given [[<tvar|help-categories>Special:MyLanguage/Help:Categories|category]]. (Category:Help used for demonstration) |
| |
code1>|all}} {{PAGESINCATEGORY:categoryname<tvar|code2>|pages}} {{PAGESINCATEGORY:categoryname<tvar|code3>|subcats}} {{PAGESINCATEGORY:categoryname|files}}
|
1 1 0 0 |
[ Expensive]
Respectively, the number of
in the given [[<tvar|help-categories>Special:MyLanguage/Help:Categories|category]]. (Category:Help used for demonstration) |
| |
code1>}} {{NUMINGROUP:groupname}}
|
18 18 ({{NUMBERINGROUP:bureaucrat}} used here) |
manual-userrights>mediawiki|Special:MyLanguage/Manual:User rights|group}}. |
| |
code1>}} {{PAGESINNAMESPACE:index}}
|
Not enabled | [ Expensive] Number of pages in the given [[<tvar|help-ns>Special:MyLanguage/Help:Namespaces|namespace]] (replace index with the relevant [[<tvar|manual-ns>Special:MyLanguage/Manual:Namespace|namespace index]]). For instance, <tvar|pins14>{{PAGESINNAMESPACE:14}} will output the number of category pages. <tvar|pins0>{{PAGESINNS:0}} differs from <tvar|noa>{{NUMBEROFARTICLES}} in that the former includes redirects and disambiguation pages. Disabled by default, enable with <tvar|manual-wg-allow-slow-parser-funct>$wgAllowSlowParserFunctions.
|
|
Page names
Variable | For current page | Description | Versions | |
---|---|---|---|---|
{{FULLPAGENAME}}
|
Help:Magic words | Namespace and full page title (including all subpage levels). |
| |
{{PAGENAME}}
|
Magic words | Full page title (including all subpage levels) without the namespace. | ||
{{BASEPAGENAME}}
|
Magic words |
Page title of the page in the immediately superior [[<tvar|help-subpages>Special:MyLanguage/Help:Subpages|subpage]] level without the namespace ("Title/foo" on "Help:Title/foo/bar").
|
| |
{{SUBPAGENAME}}
|
Magic words | The [[<tvar|help-subpages>Special:MyLanguage/Help:Subpages|subpage]] title ("bar" on "Help:Title/foo/bar"). If no subpage exists the value of <tvar|code>{{PAGENAME}} is returned.
|
| |
{{SUBJECTPAGENAME}} {{ARTICLEPAGENAME}}
|
Help:Magic words Help:Magic words |
Full page name of the associated subject (e.g. article or file). Useful on talk pages. |
| |
{{TALKPAGENAME}}
|
Help talk:Magic words | Full page name of the associated talk page. |
| |
{{ROOTPAGENAME}}
|
Magic words | foo>Title on page <tvar|baz>Help:Title/Foo/Bar
|
|
None of these are affected by changes to the display title using {{DISPLAYTITLE:xxxx}}
; the values returned are the original page title.
The <tvar|basepagename>{{BASEPAGENAME}}
and <tvar|subpagename>{{SUBPAGENAME}}
magic words only work in namespaces that have subpages enabled. See <tvar|manual-wg-ns-with-subpages>$wgNamespacesWithSubpages for information on enabling subpages.
As of 1.15+, these can all take a parameter, allowing specification of the page to be operated on, instead of just the current page:
{{PAGENAME:Template:Main Page}}
→ Main Page
If the page title contains any parts that are ". " or ".. ", the magic word fails returning nothing.
|
pic>{{PAGESINCATEGORY:{{PAGENAME}}}} . See bugs T16779, T18474, T37628, T37746. One simple way to fix this is wrapping the pagename in <tvar |
URL encoded page names
The following are equivalents encoded for use in MediaWiki URLs (i.e. spaces replaced with underscores and some characters HTML escaped using numeric character encoding):
{{FULLPAGENAMEE}}
{{PAGENAMEE}}
{{BASEPAGENAMEE}}
{{SUBPAGENAMEE}}
{{SUBJECTPAGENAMEE}}
{{ARTICLEPAGENAMEE}}
{{TALKPAGENAMEE}}
{{ROOTPAGENAMEE}}
Note that <tvar|pagename>{{PAGENAME:...}}
, <tvar|pagenamee>{{PAGENAMEE:...}}
and <tvar|uec>{{urlencode:...}}
have distinct implementations. See [[<tvar|manual-pagename-encoding>Special:MyLanguage/Manual:PAGENAMEE encoding|Manual:PAGENAMEE encoding]] for details.
Namespaces
Variable | Output | Description | Versions | |
---|---|---|---|---|
{{NAMESPACE}}
|
Help | Name of the page's namespace | ||
{{NAMESPACENUMBER}}
|
12 | [[<tvar|manual-ns-id>Special:MyLanguage/Manual:Namespace#Built-in_namespaces|ID]] of the page's namespace |
| |
{{SUBJECTSPACE}} {{ARTICLESPACE}}
|
Help Help |
Name of the associated content namespace |
| |
{{TALKSPACE}}
|
Help talk | Name of the associated talk namespace |
|
The following are equivalents encoded for use in MediaWiki URLs (spaces replaced with underscores and some characters percent-encoded):
{{NAMESPACEE}}
{{SUBJECTSPACEE}}
{{ARTICLESPACEE}}
{{TALKSPACEE}}
As of 1.15+, these can take a full-page-name parameter and will return the requested namespace associated with that page, instead of with the current page:
{{NAMESPACENUMBER:MediaWiki}}
→ 0{{NAMESPACE:MediaWiki}}
→ (Pages in main space will return empty){{NAMESPACE:Template:Main Page}}
→ Template{{SUBJECTSPACE:Template:Main Page}}
→ Template{{ARTICLESPACE:Template:Main Page}}
→ Template{{TALKSPACE:Template:Main Page}}
→ Template talk
Parameter must not be a namespace name:
{{SUBJECTSPACE:Help talk}}
→ (Empty)
Other
Variable | Output | Description | Versions | |
---|---|---|---|---|
{{!}}
|
| | Used to include a pipe character as part of a template argument or table cell contents. Before this was added as a magic word, many wikis implemented this by creating Template:! with | as the content.
|
|
Parser functions
Parser functions are very similar to variables but take one or more parameters (technically, any magic word that takes a parameter is a parser function), and the name is sometimes prefixed with a hash to distinguish them from templates.
This page only describes parser functions that are integral to the MediaWiki software. Other parser functions may be added by MediaWiki extensions such as the <tvar|ext-pf>Extension:ParserFunctions . For those see <tvar|help-ext-pf>Help:Extension:ParserFunctions .
Technical metadata of another page
Parser function | Output (for page MediaWiki) |
Description | Versions | |
---|---|---|---|---|
{{PAGEID: page name }}
|
0 | [ Expensive] Returns the page identifier of the specified page*. |
| |
{{PAGESIZE: page name}} {{PAGESIZE: page name |R}}
|
0 0 |
r>|R " to get raw (unformatted) numbers.
|
| |
{{PROTECTIONLEVEL: action | page name}}
|
[ Expensive] Outputs the protection level (e.g. "autoconfirmed", "sysop") for a given action (e.g. "edit", "move") on the specified page. Returns an empty string if not protected. |
| ||
{{PROTECTIONEXPIRY:
|
[ Expensive] Outputs the protection expiry (e.g. "20160418155030", "infinity") for a given action (e.g. "edit", "move") on the specified page. Returns "infinity" if not protected. |
| ||
{{CASCADINGSOURCES: page name}}
|
[ Expensive] Returns the sources of any cascading protection acting on the specified page. Pages will not return their own title unless they transclude themselves. |
| ||
{{REVISIONID: page name }}
|
[ Expensive] Unique revision ID of the last revision on the specified page*. |
| ||
{{REVISIONDAY: page name }}
|
[ Expensive] Day of edit from the last revision of the specified page* (unpadded number). |
| ||
{{REVISIONDAY2: page name }}
|
[ Expensive] Day of edit from the last revision of the specified page* (zero-padded number). |
| ||
{{REVISIONMONTH: page name }}
|
[ Expensive] Month of edit from the last revision of the specified page* (zero-padded number as of 1.17+, unpadded number in prior versions). |
| ||
{{REVISIONMONTH1: page name }}
|
[ Expensive] Month of edit from the last revision of the specified page* (unpadded number). |
| ||
{{REVISIONYEAR: page name }}
|
[ Expensive] Year of edit from the last revision of the specified page*. |
| ||
{{REVISIONTIMESTAMP: page name }}
|
[ Expensive] Timestamp as of time of edit on the specified page*. |
| ||
{{REVISIONUSER: page name }}
|
[ Expensive] The username from the last revision on the specified page*. |
| ||
|
URL data
Parser function | Input → Output | Description | Versions | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{localurl: page name}} {{localurl: page name
|
{{localurl:MediaWiki}} → /mediawiki/index.php/MediaWiki {{localurl:MediaWiki|printable=yes}} → /mediawiki/index.php?title=MediaWiki&printable=yes |
The relative path to the title. | |||||||||||||||
{{fullurl: page name}} {{fullurl: page name {{fullurl: interwiki:remote page name
|
{{fullurl:Category:Top level}} → http://OCRobotx.org/mediawiki/index.php/Category:Top_level
|
A protocol-relative path to the title, which depends on the [[<tvar|manual-wg-server>Special:MyLanguage/Manual:$wgServer|$wgServer configuration setting]] for the local wiki (and so may or may not start with <tvar|prefix>http(s):// ). This will also resolve [[<tvar|manual-interwiki>Special:MyLanguage/Manual:Interwiki|interwiki]] prefixes. Note: Unbracketed (plain) protocol-relative links are not automagically linked.
|
| ||||||||||||||
{{canonicalurl: page name}} {{canonicalurl: page name {{canonicalurl: interwiki:remote page name
|
{{canonicalurl:Category:Top level}} → http://OCRobotx.org/mediawiki/index.php/Category:Top_level
|
The absolute path to the title, using the canonical URL. This will also resolve [[<tvar|manual-interwiki>Special:MyLanguage/Manual:Interwiki|interwiki]] prefixes. |
| ||||||||||||||
{{filepath: file name}} {{filepath: file name|nowiki}} {{filepath: file name| thumbnail_size}}
|
{{filepath:Wiki.png}} →
|
A protocol-relative path to the full size or thumbnail (1.18+) of a media file. |
| ||||||||||||||
code1>}} or <tvar|code2> {{urlencode:string<tvar|code3>|QUERY}} <tvar|code4>{{urlencode:string<tvar|code5>|WIKI}} {{urlencode:string|PATH}}
|
{{urlencode:x:y/z á é}} or {{urlencode:x:y/z á é|QUERY}} → x%3Ay%2Fz+%C3%A1+%C3%A9 {{urlencode:x:y/z á é|WIKI}} → x:y/z_%C3%A1_%C3%A9 {{urlencode:x:y/z á é|PATH}} → x%3Ay%2Fz%20%C3%A1%20%C3%A9 Note that the default changed from <tvar|wiki> |
ext-stringfunctions>Extension:StringFunctions .
|
| ||||||||||||||
{{anchorencode: string}}
|
{{anchorencode:x y z á é}} → x_y_z_.C3.A1_.C3.A9 |
The input encoded for use in URL section anchors (after the “#” symbol in a URL). |
|
Namespaces
<tvar|ns>{{ns:}}
returns the current localized name for the [[<tvar|help-ns>Special:MyLanguage/Help:Namespace|namespace]] with that index, canonical name, or local alias. Thus <tvar|ns6>{{ns:6}}
, <tvar|ns-file>{{ns:File}}
, and <tvar|ns-img>{{ns:Image}}
(an old name for the File namespace) all return "File". On a wiki where the content language is French, <tvar|ns-file-de>{{ns:Fichier}}
is also valid, but <tvar|ns-file-incorrect>{{ns:Datei}}
(the localisation of "File" in German) is not.
<tvar|nse>{{nse:}}
is the equivalent encoded for MediaWiki URLs. It does the same, but it replaces spaces with underscores, making it usable in external links.
Content namespaces | Talk namespaces | |||
---|---|---|---|---|
Usage | Output | Usage | Output | |
{{ns:-2}} / {{ns:Media}}
|
Media | {{ns:-1}} / {{ns:Special}}
|
Special (no talk page) | |
{{ns:0}} / {{ns:}}
|
{{ns:1}} / {{ns:Talk}}
|
Talk | ||
{{ns:2}} / {{ns:User}}
|
User | {{ns:3}} / {{ns:User talk}}
|
User talk | |
{{ns:4}} / {{ns:Project}}
|
RobotX Varies between wikis |
{{ns:5}} / {{ns:Project talk}}
|
RobotX talk | |
{{ns:6}} / {{ns:File}} or {{ns:Image}}
|
File | {{ns:7}} / {{ns:File talk}} or {{ns:Image talk}}
|
File talk | |
{{ns:8}} / {{ns:MediaWiki}}
|
MediaWiki | {{ns:9}} / {{ns:MediaWiki talk}}
|
MediaWiki talk | |
{{ns:10}} / {{ns:Template}}
|
Template | {{ns:11}} / {{ns:Template talk}}
|
Template talk | |
{{ns:12}} / {{ns:Help}}
|
Help | {{ns:13}} / {{ns:Help talk}}
|
Help talk | |
{{ns:14}} / {{ns:Category}}
|
Category | {{ns:15}} / {{ns:Category talk}}
|
Category talk |
Don't confuse localised namespaces with [[<tvar|manual-custom-ns>Special:MyLanguage/Manual:Using custom namespaces|custom namespaces]].
Formatting
Usage | Input → Output | Description | Version | ||||||
---|---|---|---|---|---|---|---|---|---|
{{formatnum:unformatted number}}
|
Unsupported:
Examples of wrong input (unreliable output), with or without
|
Takes an unformatted number (Arabic, no group separators and The
If you really need to format (according the wiki's locale) a number in unknown input format, you could try and use
|
| ||||||
|
Note: In the example hereinbefore, "your pref" refers to your date preference on the current MediaWiki wiki only.
|
Formats an unlinked date based on user "date format" preference, and adds metadata tagging it as a formatted date. For logged-out users and those who have not set a date format in their preferences, dates can be given a default: mdy , dmy , ymd , ISO 8601 (all case sensitive). If only the month and day are given, only mdy and dmy are valid. If a format is not specified or is invalid, the input format is used as a default. If the supplied date is not recognized as a valid date (specifically, if it contains any metadata such as from a nested use of these or similar templates), it is rendered unchanged, and no (additional) metadata is generated.
|
| ||||||
{{lc:string}}
|
{{lc:DATA CENTER}} → data center
|
The lowercase input. |
| ||||||
{{lcfirst:string}}
|
{{lcfirst:DATA center}} → dATA center
|
The input with the very first character lowercase. |
| ||||||
{{uc:string}}
|
{{uc:text transform}} → TEXT TRANSFORM
|
The uppercase input. |
| ||||||
{{ucfirst:string}}
|
{{ucfirst:text tRAnSFORM}} → Text tRAnSFORM
|
The input with the very first character uppercase. |
| ||||||
{{padleft:xyz|stringlength}}
|
{{padleft:xyz|5}} → 00xyz
(first character of the string) |
Inserts a string of padding characters (character chosen in third parameter; default "0") of a specified length (second parameter) next to a chosen base character or variable (first parameter). The final digits or characters in the base replace the final characters in the padding; i.e.
|
| ||||||
{{padright:xyz|stringlength}} {{padright:xyz|strlen|char}} {{padright:xyz|strlen|string}}
|
{{padright:xyz|5}} → xyz00
|
Identical to padleft but adds padding characters to the right side.
|
|
See also: <tvar|ext-stringfunctions>Extension:StringFunctions .
Localization
Here are the magic words which are used as main localisation tools. Other magic words will often depend on the wiki's locale and configuration or on the chosen language: see in particular [[<tvar|date>#Date and time|#Date and time]], [[<tvar|formatting>#Formatting|#Formatting]], [[<tvar|misc>#Miscellaneous|#Miscellaneous]]. More magic words are added by the <tvar|ext-translate>Extension:Translate .
The usage of these magic words can be very complex, and the documentation is currently incomplete; there's some more info on PLURAL, GRAMMAR, GENDER.
Usage | Input → Output | Description | Version | |
---|---|---|---|---|
{{plural:2|is|are}}
|
{{plural:0|is|are}} → are{{plural:1*1|is|are}} → is{{plural:21 mod 10|is|are}} → are{{plural:{{#expr:21 mod 10}}|is|are}} → is{{plural:1|is|are}} → is{{plural:2|is|are}} → are{{plural:-1|is|are}} → is{{plural:-2|is|are}} → are{{plural:0.5|is|are}} → are{{plural:1.5|is|are}} → are{{plural:-0.5|is|are}} → are{{plural:-1.5|is|are}} → are(For Russian) {{PLURAL:5|1=Категория|Категории}} → Категории
|
Outputs the singular form (second parameter) if the absolute value of the first parameter is an expression equalling one; the plural form (third parameter) otherwise. Its functioning is [[<tvar|meta-help-magicwords>m:Special:MyLanguage/Help:Magic_words#Language-dependent_word_conversions|language-dependent]].
Some language codes (ab, av, ba, bxr, ce, crh_cyrl, cv, inh, koi, krc, kv, lbe, lez, mhr, mrj, myv, ru, tt_cyrl, tyv, udm, xal) used 3 plural forms (updated 01.2014):
|
||
{{grammar:N|noun}}
|
Outputs the correct inflected form of the given word described by the inflection code after the colon ([[<tvar|meta-help-magicwords>m:Special:MyLanguage/Help:Magic_words#Language-dependent_word_conversions|language-dependent]]). Grammar transformations are used for inflected languages like Polish. See also <tvar|manual-wg-grammarform>$wgGrammarForms. |
| ||
{{gender:username|text for every gender}}
|
(Depends on the named user's gender) |
A switch for the gender set in Special:Preferences. |
| |
{{int: message name}}
|
{{int:edit}} → Edit (Depends on user language; try: fr • ja) |
Internationalizes (translates) the given interface (MediaWiki namespace) message into the user language. For |
||
{{int:editsectionhint|MediaWiki}}
|
{{int:editsectionhint|MediaWiki}} → Edit section: MediaWiki
|
You may also use parameters with translations. Parameters are designated in messages with: $1, $2, $3, etc. For example, here is the message for editsectionhint: Edit section: $1 In this example, MediaWiki replaces $1. |
Transclusion modifiers
{{Page name|optional params}}
usually transcludes another page, by default from the Template:namespace.
These magic words modify that behavior.
Usage | Output | Description | Version | |
---|---|---|---|---|
{{:xyz}}
|
code1>{{:UTC}} (vs. <tvar|code2>{{UTC}}) to include the text of the main namespace article UTC rather than Template:UTC. | |||
{{int:xyz}}
|
mw>{{MediaWiki:xyz}}, except standard message translation is applied depending on subpages and content/user/uselang language. Another difference is: this doesn't appear under "<tvar|translatesused>Templates used on this page:". Rendered as <tvar|int>⧼xyz⧽ if <tvar|mw>MediaWiki:xyz doesn't exist. See also Help:System message . | |||
{{msg:xyz}} {{raw:xyz}}
|
code>{{template:xyz}}). Normally, magic words have priority when there is a conflict. | |||
{{raw:xyz}}
|
If $wgEnableScaryTranscluding is enabled, and this is an interwiki transclusion, include the raw wikitext instead of the html from the foreign wiki. |
| ||
{{msgnw:xyz}}
|
msgnw>Help:Template#Usage ). | |||
{{subst:xyz}}
|
In the wikitext, the tag is substituted by the content (single-level evaluation only), see Help:Template#Usage . | |||
{{safesubst:xyz}}
|
See Help:Template#Usage . |
Miscellaneous
Usage | Output | Description | Version | |||
---|---|---|---|---|---|---|
code1>{{#language:language code<tvar|code2>}} {{#language:ar}} {{#language:language code<tvar|code3>| {{#language:ar|en}}
|
language code العربية language code Arabic |
The full name of the language for the given [[<tvar|manual-langcode>Special:MyLanguage/Manual:Language#lang-code|language code]]: native name (language autonym) by default, name translated in target language if a target language code is specified. <tvar|ext-cldr>Extension:CLDR must be installed for the translation to work. |
| |||
{{#special: special page name}}
|
Special:Special page name Special:UserLogin |
The localized name for the given canonical Special: page. |
| |||
{{#speciale: special page name}}
|
Special:Special_page_name Special:UserLogin |
The localized and URL-encoded name for the given canonical Special: page. |
| |||
code1> |content <tvar|code2> |attribute1=value1 <tvar|code3> |attribute2=value2 }} |
(Depends on parser tag) |
Alias for XML-style MediaWiki parser tags or extension tags. It allows a [[<tvar|man>Special:MyLanguage/Manual:Tag extensions#How do I render wikitext in my extension?|pre-save transform of wiki code]] and <tvar|ext-pf>Extension:ParserFunctions within tags before the tag is processed. It also prevents parsing of tags in conditional paths that aren't executed (like in
|
|