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}}}}}})
 
Line 1: Line 1:
{{DISPLAYTITLE:{{#if:{{NAMESPACE}}|{{NAMESPACE}}:|}}{{lcfirst:{{PAGENAME}}}}}}
+
{{DISPLAYTITLE:{{lcfirst:{{PAGENAME}}}}}}<noinclude>
 +
 
 +
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.
 +
 
 +
</noinclude>

Revision as of 21:27, 30 October 2007


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.