Template:Lowercase title: Difference between revisions

From CATUG wiki
Jump to navigation Jump to search
(copy template from Wikipedia)
 
(trim as we don't have parser functions installed)
Line 1: Line 1:
<span>{{DISPLAYTITLE:{{#if:{{NAMESPACE}}|{{NAMESPACE}}:|}}{{lcfirst:{{PAGENAME}}}}}}</span><noinclude>
<span>{{DISPLAYTITLE:{{lcfirst:{{PAGENAME}}}}}}</span><noinclude>
Simply add the tag <code><nowiki>{{lowercase title}}</nowiki></code> at the top of a page. The tag will only decapitalize the first letter of the page's name in the title at the top of the page.  
Simply add the tag <code><nowiki>{{lowercase title}}</nowiki></code> at the top of a page. The tag will only decapitalize the first letter of the page's name in the title at the top of the page.  



Revision as of 21:49, 5 December 2012

Simply add the tag {{lowercase title}} at the top of a page. The tag will only decapitalize the first letter of the page's name in the title at the top of the page.

For example:

Page name Will display
IExplorer iExplorer

See Wikipedia:Template:Lowercase title for further info.