Revision as of 2010-12-02 09:02:30
  Older version (diff) | current version (diff) | Newer version (diff)

Wiki:Magic Words  

< Documentation

Magic Words look like template calls (surround by double curly braces) but most have no parameters and return a system variable value. Traditionally they are always typed in all-caps to make them easy to see in the template code, but they are actually case-insensitive.

URL Magic
Magic WordMeaningExample
{{PAGENAME}}Returns the title of the current wiki page, without any leading namespace:Magic Words
{{PAGENAMEE}}Returns the url-encoded title of the current wiki page, without any leading namespace:Magic_Words
{{NAMESPACE}}Returns the url-encoded namespace portion of the current wiki page title (without the colon)Wiki
{{ARTICLES|category}} (proposed)Returns the number of articles in a given category, or the total number of articles in the wikibase, not including category pages.ARTICLES
{{PAGES|category}} (proposed)Returns the total number of pages in a given category, or the total number of pages in the wikibase, including category pages.PAGES
Date/Time Magic
Magic WordMeaningExample
{{CURRENTTIME}}Returns the current time on our server 04:09
{{CURRENTHOUR}}Returns the current hour on our server 04
{{CURRENTTIMESTAMP}}Returns the current date and time on our server202404260409
{{CURRENTDAY}}Returns the current day of the month on our server26
{{CURRENTDOW}}Returns the current day of the week on our serverFri
{{CURRENTDAY2}}Returns the current day of the month on our server (zero-padded to 2 characters)CURRENTDAY2
{{CURRENTDAYNAME}}Returns the name of the current day of the week on our serverCURRENTDAYNAME
{{CURRENTMONTH}}Returns the number of the current month on our server (zero-padded to 2 characters)04
{{CURRENTMONTHNAME}}Returns the name of the current month on our serverApril
{{CURRENTMONTHABREV}}Returns the abbreviated name of the current month on our serverApr
{{CURRENTYEAR}}Returns the current year on our server2024

This page last modified 2010-12-02 09:02:30.