Difference between revisions of "Template:Foo"

From MidrangeWiki
Jump to: navigation, search
(created for testing of magic words in template space)
 
m
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>__FORCETOC__</noinclude>
+
{| style="position:relative; margin: 0 0 0.5em 1em; border-collapse: collapse; float:right; background:white; clear:right; text-align:center;" border="1" cellpadding="3"
== Page names and related info ==
+
|-  
*[[Wikipedia:Help:Magic_words#Page_names_and_related_info]]
+
| <small>[{{fullurl:{{FULLPAGENAME}}|action=edit&section=0}} edit top]</small>
{| class="wikitable" border="2" cellpadding="4" cellspacing="0"
 
! Word
 
! Example
 
! Explanation
 
|-
 
| <nowiki>{{PAGENAME}}</nowiki>
 
| <code>{{PAGENAME}}</code>
 
| Returns the name of the current page, including all levels (Title/Subtitle).
 
|-
 
| <nowiki>{{PAGENAMEE}}</nowiki>
 
| <code>{{PAGENAMEE}}</code>
 
| More URL-friendly percent encoded special characters (To use an articlename in an external link).
 
|-
 
| <nowiki>{{SUBPAGENAME}}</nowiki><br /><nowiki>{{SUBPAGENAMEE}}</nowiki>
 
| <code>{{SUBPAGENAME}}<br />{{SUBPAGENAMEE}}</code>
 
| '''[MW1.6+]''' Name of the current page, excluding parent pages ("Subtitle" on "Title/Subtitle") in namespaces supporting subpages, see [[Help:Link#Subpage_feature|Help:Link]].
 
|-
 
| <nowiki>{{BASEPAGENAME}}</nowiki><br ><nowiki>{{BASEPAGENAMEE}}</nowiki>
 
| <code>{{BASEPAGENAME}}<br />{{BASEPAGENAMEE}}</code>
 
| '''[MW1.7+]''' The basename of a subpage ("Title" on "Title/Subtitle"), see [[Help:Link#Subpage_feature|Help:Link]].
 
|-
 
| <nowiki>{{NAMESPACE}}</nowiki><br /><nowiki>{{NAMESPACEE}}</nowiki>
 
| <code>{{NAMESPACE}}<br />{{NAMESPACEE}}</code>
 
| Returns the name of the namespace the current page resides in.
 
|-
 
| <nowiki>{{FULLPAGENAME}}</nowiki><br ><nowiki>{{FULLPAGENAMEE}}</nowiki>
 
| <code>{{FULLPAGENAME}}<br />{{FULLPAGENAMEE}}</code>
 
| '''[MW1.6+]''' Shorthands for NAMESPACE+PAGENAME
 
|-
 
| <nowiki>{{TALKSPACE}}</nowiki><br ><nowiki>{{TALKSPACEE}}</nowiki>
 
| <code>{{TALKSPACE}}<br />{{TALKSPACEE}}</code>
 
| '''[MW1.7+]''' Name of next odd namespace (e.g. 4 =&gt; 5) 
 
|-
 
| <nowiki>{{SUBJECTSPACE}}</nowiki><br ><nowiki>{{SUBJECTSPACEE}}</nowiki>
 
| <code>{{SUBJECTSPACE}}<br />{{SUBJECTSPACEE}}</code>
 
| '''[MW1.7+]''' Name of next even namespace (e.g. 5 =&gt; 4)
 
|-
 
| <nowiki>{{ARTICLESPACE}}</nowiki><br ><nowiki>{{ARTICLESPACEE}}</nowiki>
 
| <code>{{ARTICLESPACE}}<br />{{ARTICLESPACEE}}</code>
 
| '''[MW1.7+]''' An alias for SUBJECTSPACE(E)
 
|-
 
| <nowiki>{{TALKPAGENAME}}</nowiki><br ><nowiki>{{TALKPAGENAMEE}}</nowiki>
 
| <code>{{TALKPAGENAME}}<br />{{TALKPAGENAMEE}}</code>
 
| '''[MW1.7+]''' FULLPAGENAME in its TALKSPACE
 
|-
 
| <nowiki>{{SUBJECTPAGENAME}}</nowiki><br ><nowiki>{{SUBJECTPAGENAMEE}}</nowiki>
 
| <code>{{SUBJECTPAGENAME}}<br />{{SUBJECTPAGENAMEE}}</code>
 
| '''[MW1.7+]''' FULLPAGENAME in its SUBJECTSPACE
 
|-
 
| <nowiki>{{ARTICLEPAGENAME}}</nowiki><br ><nowiki>{{ARTICLEPAGENAMEE}}</nowiki>
 
| <code>{{ARTICLEPAGENAME}}<br />{{ARTICLEPAGENAMEE}}</code>
 
| '''[MW1.7+]''' An alias for SUBJECTPAGENAME(E)
 
|-
 
| <nowiki>{{REVISIONID}}</nowiki>
 
| <code>{{REVISIONID}}</code>
 
| '''[MW1.5+]''' The unique identifying number of a page, see [[Help:Diff]].
 
|-
 
| <nowiki>{{SITENAME}}</nowiki>
 
| <code>{{SITENAME}}</code>
 
| Value of {{h:mwg|Sitename}}.
 
|-
 
| <nowiki>{{SERVER}}</nowiki>
 
| <small>{{SERVER}}</small>
 
| Value of {{h:mwg|Server}} 
 
|-
 
| <nowiki>{{SCRIPTPATH}}</nowiki>
 
| <code>{{SCRIPTPATH}}</code>
 
| '''[MW1.5+]''' {{h:mwg|ScriptPath}}
 
|-
 
| <nowiki>{{SERVERNAME}}</nowiki>
 
| <code>{{SERVERNAME}}</code>
 
| '''[MW1.5+]''' {{h:mwg|ServerName}}
 
|-
 
|}
 
 
 
== Namespaces ==
 
*[[m:Help:Namespace#List_of_namespaces]]
 
{| class="wikitable"
 
|-
 
!Variables
 
!Alternate syntax
 
!Name, linked to list of all pages
 
!Nr. of pages
 
!Notes
 
|-
 
|<nowiki>{{ns:-2}}</nowiki>
 
|<nowiki>{{ns:Media}}</nowiki>
 
|&quot;{{ns:-2}}&quot;
 
|&nbsp;
 
|pseudo-namespace for images and other files themselves, as opposed to the image description pages; see also below
 
|-
 
|<nowiki>{{ns:-1}}</nowiki>
 
|<nowiki>{{ns:Special}}</nowiki>
 
|&quot;{{ns:-1}}&quot;
 
|&nbsp;
 
|pseudo-namespace for [[Help:Special page|special page]]s (list: [[Special:Specialpages]])
 
|-
 
|<nowiki>{{ns:-0}}</nowiki>
 
|<nowiki>{{ns:Main}}</nowiki>
 
|[{{SERVER}}{{localurl:Special:Allpages|namespace=0}} main]
 
|{{PAGESINNS:0}}
 
|main namespace, no prefix, or optionally a colon (this is needed when using the page as template)
 
|-
 
|<nowiki>{{ns:1}}</nowiki>
 
|<nowiki>{{ns:Talk}}</nowiki>
 
|[{{SERVER}}{{localurl:Special:Allpages|namespace=1}} {{ns:1}}]
 
|{{PAGESINNS:1}}
 
|see [[:Help:Talk page]] for this and the following odd-numbered namespaces
 
|-
 
|<nowiki>{{ns:2}}</nowiki>
 
|<nowiki>{{ns:User}}</nowiki>
 
|[{{SERVER}}{{localurl:Special:Allpages|namespace=2}} {{ns:2}}]
 
|{{PAGESINNS:2}}
 
|logged-in users (list: [[Special:Listusers]]) have a user homepage User:''username'' (linked to by the system from user names in [[Help:Edit_summary#Places_where_the_edit_summary_appears|lists of edits]], e.g. on [[Help:Page history|page histories]], and from signatures on talk pages); this and [[Help:Link#Subpage_feature|subpages]] of it can be used to present oneself, for project-related bookmarks, and for drafts, tests, and other working material. One can put here material to give oneself one-step access to it from any page in the same project, and one can put here links to give oneself two-step access to the link targets from any page in the same project as the user page. For users who do not log in, the same applies, with the IP as username. Dynamic IPs are a complication.
 
|-
 
|<nowiki>{{ns:3}}</nowiki>
 
|<nowiki>{{ns:User_talk}}</nowiki>
 
|[{{SERVER}}{{localurl:Special:Allpages|namespace=3}} {{ns:3}}]
 
|{{PAGESINNS:3}}
 
|&nbsp;
 
|-
 
|<nowiki>{{ns:4}}</nowiki>
 
|<nowiki>{{ns:Project}}</nowiki>
 
|[{{SERVER}}{{localurl:Special:Allpages|namespace=4}} {{ns:4}}]
 
|{{PAGESINNS:4}}
 
|the project namespace for matters ''about'' the project, such as guidelines and discussions; see also the Help namespace
 
|-
 
|<nowiki>{{ns:5}}</nowiki>
 
|<nowiki>{{ns:Project_talk}}</nowiki>
 
|[{{SERVER}}{{localurl:Special:Allpages|namespace=5}} {{ns:5}}]
 
|{{PAGESINNS:5}}
 
|&nbsp;
 
|-
 
|<nowiki>{{ns:6}}</nowiki>
 
|<nowiki>{{ns:Image}}</nowiki>
 
|[{{SERVER}}{{localurl:Special:Allpages|namespace=6}} {{ns:6}}]
 
|{{PAGESINNS:6}}
 
|[[help:images and other uploaded files|images and other uploaded files]], with [[Help:Image description page|image description page]]s (list: [[Special:Imagelist]])
 
|-
 
|<nowiki>{{ns:7}}</nowiki>
 
|<nowiki>{{ns:Image_talk}}</nowiki>
 
|[{{SERVER}}{{localurl:Special:Allpages|namespace=7}} {{ns:7}}]
 
|{{PAGESINNS:7}}
 
|&nbsp;
 
|-
 
|<nowiki>{{ns:8}}</nowiki>
 
|<nowiki>{{ns:MediaWiki}}</nowiki>
 
|[{{SERVER}}{{localurl:Special:Allpages|namespace=8}} {{ns:8}}]
 
|{{PAGESINNS:8}}
 
|system messages (list: [[Special:Allmessages]]), editable by users, or if protected, by sysops
 
|-
 
|<nowiki>{{ns:9}}</nowiki>
 
|<nowiki>{{ns:MediaWiki_talk}}</nowiki>
 
|[{{SERVER}}{{localurl:Special:Allpages|namespace=9}} {{ns:9}}]
 
|{{PAGESINNS:9}}
 
|&nbsp;
 
|-
 
|<nowiki>{{ns:10}}</nowiki>
 
|<nowiki>{{ns:Template}}</nowiki>
 
|[{{SERVER}}{{localurl:Special:Allpages|namespace=10}} {{ns:10}}]
 
|{{PAGESINNS:10}}
 
|the default namespace for [[help:template|template]]s: the wikitext code <nowiki>{{</nowiki>''name'' }} refers to and includes the page Template:''name''
 
|-
 
|<nowiki>{{ns:11}}</nowiki>
 
|<nowiki>{{ns:Template_talk}}</nowiki>
 
|[{{SERVER}}{{localurl:Special:Allpages|namespace=11}} {{ns:11}}]
 
|{{PAGESINNS:11}}
 
|&nbsp;
 
|-
 
|<nowiki>{{ns:12}}</nowiki>
 
|<nowiki>{{ns:Help}}</nowiki>
 
|[{{SERVER}}{{localurl:Special:Allpages|namespace=12}} {{ns:12}}]
 
|{{PAGESINNS:12}}
 
|typically used for the MediaWiki User's Guide, with the wikitext a frequently refreshed copy of the master version on Meta-Wikipedia, but with project-specific templates
 
|-
 
|<nowiki>{{ns:13}}</nowiki>
 
|<nowiki>{{ns:Help_talk}}</nowiki>
 
|[{{SERVER}}{{localurl:Special:Allpages|namespace=13}} {{ns:13}}]
 
|{{PAGESINNS:13}}
 
|&nbsp;
 
|-
 
|<nowiki>{{ns:14}}</nowiki>
 
|<nowiki>{{ns:Category}}</nowiki>
 
|[{{SERVER}}{{localurl:Special:Allpages|namespace=14}} {{ns:14}}]
 
|{{PAGESINNS:14}}
 
|each page (list: [[Special:Categories]]) represents a [[Help:Category|category]] of pages, with each category page displaying a list of pages in that category and optional additional text.
 
|-
 
|<nowiki>{{ns:15}}</nowiki>
 
|<nowiki>{{ns:Category_talk}}</nowiki>
 
|[{{SERVER}}{{localurl:Special:Allpages|namespace=15}} {{ns:15}}]
 
|{{PAGESINNS:15}}
 
|&nbsp;
 
|-
 
|<nowiki>{{ns:16}}</nowiki>
 
|<nowiki>{{ns:16}}</nowiki>
 
|[{{SERVER}}{{localurl:Special:Allpages|namespace=16}} {{ns:16}}]
 
|{{PAGESINNS:16}}
 
|&nbsp;
 
 
 
 
|}
 
|}

Latest revision as of 17:28, 7 September 2006