Birthright.net  

Go Back   Birthright.net > BrWiki

Help:Variable

From BrWiki

Help:   Contents | Getting Started | New to BRWiki | Editing BRWiki | Editing BRWiki (advanced) | Communication and Community | Additional Help
The help pages are currently being redesigned so they are more helpful. If you have any comments or are interested in helping out, please see the help team.


image:stub.png This article or section needs to be cleaned up to a higher standard of quality.

This may include editing to correct spelling and grammar, rewriting sections to ensure they are clear and concise, and wikifying.

 

This is a list of variables that can be used in the wikitext. The way they are rendered depends on the time, on the project, or on the page in which it occurs.

On the left is the variable, on the right how it is rendered at this time, in this project, on this page.

Contents

[edit] Constant, only depending on the project and parameters

{{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}} BrWiki
{{ns:5}} or {{ns:Project_talk}} BrWiki_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
(depending on custom namespaces)
{{ns:100}} BRCS
{{ns:121}} 4eBRCS_Talk
{{SITENAME}} BrWiki
{{SERVER}} http://www.birthright.net
{{localurl:pagename}} /brwiki/index.php/Pagename
{{localurl:pagename|query string}} /brwiki/index.php?title=Pagename&query string
{{int:fromwikipedia}} <fromwikipedia>

"INT:" is used to get text from wfMsg, such as messages in the LanguageXx.php file (see example over). It is short for "internal".

[edit] Varying with time

{{CURRENTMONTH}} 08
{{CURRENTMONTHNAME}} August
{{CURRENTMONTHNAMEGEN}} August
{{CURRENTDAY}} 30
{{CURRENTDAYNAME}} Saturday
{{CURRENTYEAR}} 2008
{{CURRENTTIME}} 04:50
{{NUMBEROFARTICLES}} 1,599

NUMBEROFARTICLES: number of pages in the main namespace which contain a link and are not a redirect, i.e. number of articles, stubs containing a link, and disambiguation pages.

This depends on system variable $wgUseCommaCount If true, article count will only include those with commas (","). If false, will only count those with links ("[["). The default set in DefaultSettings.php is false, this can be changed in LocalSettings.php.

CURRENTMONTHNAMEGEN: is the genitive grammatical form of the month name (used in Finnish).

[edit] Depending on page

{{NAMESPACE}} Help
{{PAGENAME}} Variable
{{PAGENAMEE}} Variable

PAGENAMEE displays the page title in the form that is used in URLs, i.e. with underscores for spaces, and escape codes for special characters, and is therefore used for constructing URLs. For example, on a page called "Another test", PAGENAMEE would produce "Another_test" rather than "Another test". See also Variables {{PAGENAME}} and {{PAGENAMEE}}

When used in a template, these three 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://www.birthright.net/brwiki/index.php?title=Help:Variable&action=edit
{{SERVER}}{{localurl:Special:Whatlinkshere|target={{NAMESPACE}}:{{PAGENAMEE}}}}http://www.birthright.net/brwiki/index.php?title=Special:Whatlinkshere&target=Help:Variable
[[{{NAMESPACE}}:{{PAGENAMEE}}_1]] Help:Variable_1
{{SERVER}}{{localurl:{{NAMESPACE}}:{{PAGENAMEE}}_1}} http://www.birthright.net/brwiki/index.php/Help:Variable_1

See also m:Template:UTC.

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] See also


All times are GMT. The time now is 04:50 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Powered by vbWiki Pro 1.3 RC3. Copyright ©2006, NuHit, LLC