Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Difference between revisions of "Template:Lowercase"

From Quake Wiki

(New page: {{DISPLAYTITLE:{{#if:{{NAMESPACE}}|{{NAMESPACE}}:|}}{{lcfirst:{{PAGENAME}}}}}})
 
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:{{#if:{{NAMESPACE}}|{{NAMESPACE}}:|}}{{lcfirst:{{PAGENAME}}}}}}
+
{{DISPLAYTITLE:{{lcfirst:{{PAGENAME}}}}}}<noinclude>
 +
Used for article titles that should begin in a lowercase letter.
 +
 
 +
===Technical note===
 +
Wikipedia uses this...
 +
<nowiki>{{DISPLAYTITLE:{{#if:{{NAMESPACE}}|{{NAMESPACE}}:|}}{{lcfirst:{{PAGENAME}}}}}}</nowiki>
 +
 
 +
But that doesn't work. Maybe this MediaWiki version is too old (it's only the latest stable release).
 +
 
 +
Presumably that allows a page using a namespace, such as 'Category:eBay', to use lowercase properly (instead of doing 'category:EBay' or something?). Whatever.
 +
 
 +
[[Category:Wrong title templates]]
 +
</noinclude>

Latest revision as of 21:45, 30 October 2007

Used for article titles that should begin in a lowercase letter.

Technical note[edit]

Wikipedia uses this... {{DISPLAYTITLE:{{#if:{{NAMESPACE}}|{{NAMESPACE}}:|}}{{lcfirst:{{PAGENAME}}}}}}

But that doesn't work. Maybe this MediaWiki version is too old (it's only the latest stable release).

Presumably that allows a page using a namespace, such as 'Category:eBay', to use lowercase properly (instead of doing 'category:EBay' or something?). Whatever.