Help:Variables: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
New 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 templates. If you ... |
||
Line 1: | Line 1: | ||
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 <code><nowiki>{{CURRENTTIME}}</nowiki></code>. To distinguish variables from templates, most variables are capitalized. | 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 <code><nowiki>{{CURRENTTIME}}</nowiki></code>. To distinguish variables from templates, most variables are capitalized. | ||
Line 177: | Line 176: | ||
==External links== | ==External links== | ||
[http://meta.wikimedia.org/wiki/Help:Variable MetaWiki|Help:Variable] | |||
[[Category:Help|Variables]] | [[Category:Help|Variables]] |
Latest revision as of 16:54, 13 April 2007
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}} | 22 |
Day of the week | {{CURRENTDOW}} | 0 |
Day of the week | {{CURRENTDAYNAME}} | Sunday |
Week | {{CURRENTWEEK}} | 51 |
Year | {{CURRENTYEAR}} | 2024 |
current time | {{CURRENTTIME}} | 21:11 |
numbers of articles in this Wiki | {{NUMBEROFARTICLES}} | 5,857 |
numbers of uploaded files | {{NUMBEROFFILES}} | 2,209 |
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}} | FIBIwiki | |
{{ns:5}} or {{ns:Project_talk}} | FIBIwiki 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}} | FIBIwiki |
Servername | {{SERVERNAME}} | wiki.fibis.org |
Server | {{SERVER}} | https://wiki.fibis.org |
Script path | {{SCRIPTPATH}} | |
Local part of the URL |
{{localurl:pagename}} | /w/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}} | - |