This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.

Help:Variables: Difference between revisions

From BZFlagWiki
Jump to navigation Jump to search
No edit summary
 
New page: {{PD Help Page}} 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 t...
(No difference)

Revision as of 20:01, 10 February 2007

PD
PD
Important note: When you edit this page, 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. This page is one of the Public Domain Help Pages, which can be freely copied into fresh wiki installations and/or distributed with MediaWiki software; see Help:Contents for an overview of all pages.

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}} 11
Current month {{CURRENTMONTHNAME}} November
Genitive form
of current month name
{{CURRENTMONTHNAMEGEN}} November
Abbreviated month name {{CURRENTMONTHABBREV}} Nov
Day of the month {{CURRENTDAY}} 4
Day of the week {{CURRENTDOW}} 2
Day of the week {{CURRENTDAYNAME}} Tuesday
Week {{CURRENTWEEK}} 45
Year {{CURRENTYEAR}} 2025
current time {{CURRENTTIME}} 15:18
numbers of articles in this Wiki {{NUMBEROFARTICLES}} 459
numbers of uploaded files {{NUMBEROFFILES}} 182
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}} BZFlagWiki
{{ns:5}} or {{ns:Project_talk}} BZFlagWiki talk
{{ns:6}} or {{ns:Image}} File
{{ns:7}} or {{ns:Image_talk}} File 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}} BZFlagWiki
Servername {{SERVERNAME}} wiki.bzflag.org
Server {{SERVER}} https://wiki.bzflag.org
Script path {{SCRIPTPATH}}
Local part of the URL
{{localurl:pagename}} /Pagename
{{localurl:pagename|query string}} /index.php?title=Pagename&query string
Page related
Pagename {{PAGENAME}} Variables
Pagename
(URL encoded)
{{PAGENAMEE}} Variables
Namespace {{NAMESPACE}} Help
Revision ID {{REVISIONID}} 21

External links

Template:Click MetaWiki: Help:Variable


Template:Languages