This is an organised index of all Magic words that are known to work on this wiki. "XYZ" indicates user input, which is used in the example.
Table of contents
| Word |
Explanation
|
| __NOTOC__
|
Hides the Table of Contents on the current page.
|
| __FORCETOC__
|
Forces the table of contents to appear.
|
| __TOC__
|
Places a Table of Contents here. Also forces it to appear.
|
More magic
| Word |
Explanation
|
| __NOEDITSECTION__
|
Hides the edit links beside headings.
|
__NOTITLECONVERT__ __NOTC__
|
Like __NOCC__ but affecting article title only.
|
| __END__
|
Allows for trailing whitespace to be included in the page save.
|
Template modifiers
| Word |
Usage |
Explanation
|
| {{subst:}}
|
{{subst:XYZ}}
|
Substitutes the template call with the content of the template.
|
| {{msg:}}
|
{{msg:XYZ}}
|
If a template clashes with a magic word, use of the msg: modifier will use the template instead of the magic word. Otherwise, the magic word is used.
|
| {{msgnw:}}
|
{{msgnw:XYZ}}
|
The template message is pasted as unevaluated <nowiki> text.
|
| {{INT:}}
|
{{INT:XYZ}}
|
If a template clashes with a MediaWiki:message, use of the INT: modifier will use the message instead of the template. Otherwise, the template is used.
|
Time
| Word |
Example |
Explanation
|
| {{CURRENTDAY}}
|
21
|
Displays the current day in numeric form.
|
| {{CURRENTDAYNAME}}
|
Tuesday
|
Displays the current day in named form.
|
| {{CURRENTDOW}}
|
2
|
Displays the current day as a number of the week (0=Sunday, 1=Monday...).
|
| {{CURRENTMONTH}}
|
05
|
Displays the current month in numeric form.
|
| {{CURRENTMONTHABBREV}}
|
May
|
Displays the abbreviation of the current month.
|
| {{CURRENTMONTHNAME}}
|
May
|
Displays the current month in named form.
|
| {{CURRENTMONTHNAMEGEN}}
|
May
|
Displays the name of the current month in genitive form. Wikis that don't support this will default to {{CURRENTMONTHNAME}}.
|
| {{CURRENTTIME}}
|
09:26
|
Displays the current time of day (hours:minutes).
|
| {{CURRENTWEEK}}
|
21
|
Displays the number of the current week (1-52).
|
| {{CURRENTYEAR}}
|
2013
|
Returns the current year.
|
Page names, locations, and URLs
| Word |
Example |
Explanation
|
| {{PAGENAME}}
|
Magic Words
|
Returns the name of the current page, including all levels (Title/Subtitle/Sub-subtitle).
|
| {{PAGENAMEE}}
|
Magic_Words
|
More URL-friendly percent encoded special characters (rarely necessary).
|
| {{NAMESPACE}}
|
Help
|
Returns the name of the namespace the current page resides in.
|
| {{REVISIONID}}
|
1032
|
Gives you the unique identifying number of the article or diff database.
|
| {{SITENAME}}
|
WikiCNS
|
Returns the name of the wiki (set in LocalSettings.php).
|
| {{NS:}}
|
{{NS:4}} = WikiCNS {{NS:PROJECT}} = WikiCNS
|
Returns the name of a given namespace number.
|
{{LOCALURL:x y}} {{LOCALURLE:%}}
|
/wiki/index.php/X_y /wiki/index.php/%25
|
Returns the local URL of a given page. The page might not exist.
|
| {{SERVER}}
|
http://wiki.cns.org
|
Returns the domain and subdomain URL of the wiki.
|
| {{SCRIPTPATH}}
|
/wiki
|
Returns the value of $wgScriptPath in LocalSettings.php.
|
| {{SERVERNAME}}
|
wiki.cns.org
|
Returns the value of $wgServerName in LocalSettings.php.
|
Miscellaneous
| Word
|
Usage
|
Explanation
|
| {{NUMBEROFARTICLES}}
|
1,045
|
A variable which returns the total number of articles on the Wiki.
|
| {{NUMBEROFFILES}}
|
154
|
Returns the number of uploaded files (rows in the image table).
|
| #redirect
|
#REDIRECT [[target]] at top of source page
|
Creates a redirect to another page.
|