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

m
 
Line 1: Line 1:
{{DISPLAYTITLE:{{lcfirst:{{PAGENAME}}}}}}
+
{{DISPLAYTITLE:{{lcfirst:{{PAGENAME}}}}}}<noinclude>
[[Category:Wrong title templates]]<noinclude>
 
 
Used for article titles that should begin in a lowercase letter.
 
Used for article titles that should begin in a lowercase letter.
  
Line 10: Line 9:
  
 
Presumably that allows a page using a namespace, such as 'Category:eBay', to use lowercase properly (instead of doing 'category:EBay' or something?). Whatever.
 
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>
 
</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.