Help:Variables
From CheLabWiki
Help Contents → Editors → Variables
| Important note: When you edit any Help page at CheLabWiki, you agree to release your contribution into the public domain. If you don't want this or can't do this because of license restrictions, please don't edit any help page. However, unlike help pages, content pages at CheLabWiki are made available under the GNU Free Documentation License. For the distinction between public domain and GFDL, see copyrights. |
MediaWiki knows some defined variables which can be used in texts. They are rendered differently depending on the time, the site and the page. Their syntax is similar to templates. If you want a page to show always the current time, you use {{CURRENTTIME}}. To distinguish variables from templates, most variables are capitalized.
| Description | You type | You get |
|---|---|---|
| Date & Wiki variables | ||
| Current month | {{CURRENTMONTH}} | 12 |
| Current month | {{CURRENTMONTHNAME}} | December |
| Genitive form of current month name | {{CURRENTMONTHNAMEGEN}} | December |
| Abbreviated month name | {{CURRENTMONTHABBREV}} | Dec |
| Day of the month | {{CURRENTDAY}} | 4 |
| Day of the week | {{CURRENTDOW}} | 4 |
| Day of the week | {{CURRENTDAYNAME}} | Thursday |
| Week | {{CURRENTWEEK}} | 49 |
| Year | {{CURRENTYEAR}} | 2008 |
| current time | {{CURRENTTIME}} | 16:47 |
| number of pages in this Wiki (total) | {{NUMBEROFPAGES}} | 205 |
| numbers of articles in this Wiki | {{NUMBEROFARTICLES}} | 46 |
| numbers of uploaded files | {{NUMBEROFFILES}} | 58 |
| Namespaces | ||
| {{ns:-2}} or {{ns:Media}} | Media | |
| {{ns:-1}} or {{ns:Special}} | Special | |
| {{ns:1}} or {{ns:Talk}} | Talk | |
| {{ns:2}} or {{ns:User}} | User | |
| {{ns:3}} or {{ns:User_talk}} | User_talk | |
| {{ns:4}} or {{ns:Project}} | CheLabWiki | |
| {{ns:5}} or {{ns:Project_talk}} | CheLabWiki_talk | |
| {{ns:6}} or {{ns:Image}} | Image | |
| {{ns:7}} or {{ns:Image_talk}} | Image_talk | |
| {{ns:8}} or {{ns:MediaWiki}} | MediaWiki | |
| {{ns:9}} or {{ns:MediaWiki_talk}} | MediaWiki_talk | |
| {{ns:10}} or {{ns:Template}} | Template | |
| {{ns:11}} or {{ns:Template_talk}} | Template_talk | |
| {{ns:12}} or {{ns:Help}} | Help | |
| {{ns:13}} or {{ns:Help_talk}} | Help_talk | |
| {{ns:14}} or {{ns:Category}} | Category | |
| {{ns:15}} or {{ns:Category_talk}} | Category_talk | |
| Server specific | ||
| Sitename | {{SITENAME}} | CheLabWiki |
| Servername | {{SERVERNAME}} | www.chelabwiki.org |
| Server | {{SERVER}} | http://www.chelabwiki.org |
| Script path | {{SCRIPTPATH}} | /w |
| Local part of the URL | {{localurl:pagename}} | /wiki/Pagename |
| {{localurl:pagename|query string}} | /w/index.php?title=Pagename&query string | |
| Page related | ||
| Pagename | {{PAGENAME}} | Variables |
| Pagename (URL encoded) | {{PAGENAMEE}} | Variables |
| Namespace | {{NAMESPACE}} | Help |
| Revision ID | {{REVISIONID}} | 140 |

