Template:Lowercase: Difference between revisions

Template page
(testing import from wikipedia)
 
No edit summary
Line 1: Line 1:
<div id="RealTitleBanner">
<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>
:''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>
{{{{FULLPAGENAME}}/doc}}
 
==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.''
 
<!-- Add cats and interwikis to the /doc subpage, not here! -->
<!-- Add cats and interwikis to the /doc subpage, not here! -->
</noinclude>
</noinclude>

Revision as of 13:06, 19 January 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.