Template:Lowercase: Difference between revisions

From LGPedia
Jump to navigationJump to search
No edit summary
er, why not stick with a currently working template?
Line 1: Line 1:
{{DISPLAYTITLE{{#if:{{NAMESPACE}}|{{NAMESPACE}}:|}}{{lcfirst:{{PAGENAME}}}}}}
<div id="RealTitleBanner">
:''The correct title of this {{{type|{{{2|article}}}}}} is '''<span id="RealTitle">{{#if:{{NAMESPACE}}|{{NAMESPACE}}:}}{{{title|{{{1|{{LCFIRST:{{PAGENAME}}}}}}}}}}</span>'''. The initial letter is shown capitalized due to technical restrictions.''</div><noinclude>
==Usage==
This template will display the correct lowercase title as the title of the page in JavaScript-enabled browsers, and the following message in non-JavaScript browsers:
:''The correct title of this article is '''CORRECT_TITLE'''. The initial letter is shown capitalized due to technical restrictions.''
 
===Optional format===
<code><nowiki>{{lowercase|uncapitalized title}}</nowiki></code>
 
produces (in a non-JavaScript enabled browser):
 
:''The correct title of this article is'' '''''uncapitalized title'''''. ''The initial letter is shown capitalized due to technical restrictions.''
 
[[Category:Disambiguation and redirection templates]]
</noinclude>

Revision as of 23:20, 16 October 2007

The correct title of this article is Template:lowercase. The initial letter is shown capitalized due to technical restrictions.

Usage

This template will display the correct lowercase title as the title of the page in JavaScript-enabled browsers, and the following message in non-JavaScript browsers:

The correct title of this article is CORRECT_TITLE. The initial letter is shown capitalized due to technical restrictions.

Optional format

{{lowercase|uncapitalized title}}

produces (in a non-JavaScript enabled browser):

The correct title of this article is uncapitalized title. The initial letter is shown capitalized due to technical restrictions.