Help:Variable
From Wookieepedia, the Star Wars wiki.
This page presents a list of variables that can be used in the wikitext. Similar to templates, their content is dynamically included in the page text. Unlike templates, however, a variable's rendering depends on the time, the project, or the page on which it appears.
Contents |
[edit] "Constant" variables
These variables are mainly useful in the event that Wookieepedia content is included in some other MediaWiki-based database. Namespace 0 (zero) is the article namespace (Main).
| {{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}} | Wookieepedia |
| {{ns:5}} or {{ns:Project_talk}} | Wookieepedia_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 |
| {{ns:100}} or {{ns:Forum}} | Forum |
| {{ns:101}} or {{ns:Forum_talk}} | Forum_talk |
| {{SITENAME}} | Wookieepedia |
| {{SERVER}} | http://starwars.wikia.com |
| {{localurl:pagename}} | /wiki/Pagename |
| {{localurl:pagename|query string}} | /index.php?title=Pagename&query string |
[edit] Time-based variables
The time in UTC. Note that if the page was displayed by the same user and has not changed (has not been edited) since the last time it was displayed, it is possible that the page may be cached (by the user's browser) and the displayed time or date may not change. Also, if a heavily used page, rather than freshly rendered by the software each time it is generated, is instead being retrieved from a caching system, the date or time may not change from the last time the page was originally retrieved by the caching hardware or software.
| Word | Example |
|---|---|
| {{CURRENTDAY}} | 9
|
| {{CURRENTDAY2}} | 09
|
| {{CURRENTDAYNAME}} | Wednesday
|
| {{CURRENTDOW}} | 3
|
| {{CURRENTMONTH}} | 07
|
| {{CURRENTMONTHABBREV}} | Jul
|
| {{CURRENTMONTHNAME}} | July
|
| {{CURRENTMONTHNAMEGEN}} | July
|
| {{CURRENTTIME}} | 15:34
|
| {{CURRENTHOUR}} | 15
|
| {{CURRENTWEEK}} | 28
|
| {{CURRENTYEAR}} | 2008
|
| {{CURRENTTIMESTAMP}} | 20080709153433
|
[edit] Statistics
| {{CONTENTLANGUAGE}} | en
|
| {{CURRENTVERSION}} | 1.12.0
|
| {{NUMBEROFARTICLES}} {{NUMBEROFARTICLES:R}} | 58,11258112
|
| {{NUMBEROFPAGES}} {{NUMBEROFPAGES:R}} | 171,458171458
|
| {{NUMBEROFFILES}} {{NUMBEROFFILES:R}} | 32,62632626
|
| {{NUMBEROFUSERS}} {{NUMBEROFUSERS:R}} | 835,564835564
|
| {{NUMBEROFADMINS}} {{NUMBEROFADMINS:R}} | 2727
|
The NUMBEROFARTICLES variable is defined as the number of articles in the main namespace that contain a link to another page and are not a redirect. In other words, the number of articles, stubs containing a link, and disambiguation pages.
[edit] Page-based variables
| Word | Example |
|---|---|
| {{PAGENAME}} | Variable
|
| {{PAGENAMEE}} | Variable
|
| {{SUBPAGENAME}} {{SUBPAGENAMEE}} | Variable
|
| {{BASEPAGENAME}} {{BASEPAGENAMEE}} | Variable
|
| {{NAMESPACE}} {{NAMESPACEE}} | Help
|
| {{FULLPAGENAME}} {{FULLPAGENAMEE}} | Help:Variable
|
| {{TALKSPACE}} {{TALKSPACEE}} | Help talk
|
| {{SUBJECTSPACE}} {{SUBJECTSPACEE}} | Help
|
| {{ARTICLESPACE}} {{ARTICLESPACEE}} | Help
|
| {{TALKPAGENAME}} {{TALKPAGENAMEE}} | Help talk:Variable
|
| {{SUBJECTPAGENAME}} {{SUBJECTPAGENAMEE}} | Help:Variable
|
| {{ARTICLEPAGENAME}} {{ARTICLEPAGENAMEE}} | Help:Variable
|
| {{REVISIONID}} | 1302803
|
| {{REVISIONDAY}} | 26
|
| {{REVISIONDAY2}} | 26
|
| {{REVISIONMONTH}} | 4
|
| {{REVISIONYEAR}} | 2007
|
| {{REVISIONTIMESTAMP}} | 20070426165950
|
| {{SITENAME}} | Wookieepedia
|
| {{SERVER}} | http://starwars.wikia.com |
| {{SERVERNAME}} | starwars.wikia.com
|
PAGENAMEE will display the page title in the style that is used in URLs – that is, with underscores for spaces and escape codes for special characters. For example, a page called "Test page" would render as "Test_page" instead. FULLPAGENAME basically combines NAMESPACE and PAGENAME.
When used in a template, these four variables refer to the page in which the template is included, not to the template page.
[edit] Examples of combinations
- {{SERVER}}{{localurl:{{NAMESPACE}}:{{PAGENAMEE}}|action=edit}}
- http://starwars.wikia.com/index.php?title=Help:Variable&action=edit
- {{SERVER}}{{localurl:Special:Whatlinkshere|target={{NAMESPACE}}:{{PAGENAMEE}}}}
- http://starwars.wikia.com/index.php?title=Special:Whatlinkshere&target=Help:Variable
- [[{{NAMESPACE}}:{{PAGENAMEE}}/temp]]
- Help:Variable/temp
- {{SERVER}}{{localurl:{{NAMESPACE}}:{{PAGENAMEE}}/temp}}
- http://starwars.wikia.com/wiki/Help:Variable/temp
In a template, for a link to a page which depends on a template parameter, the external link style is used even for internal links, to avoid that the system links to the edit page even if the page exists. To construct the external link, variables can also be useful.
[edit] External links
- This content of this page was originally based on Memory Alpha's help page.