|
|
| (7 intermediate revisions by 5 users not shown) |
| Line 1: |
Line 1: |
| <div id="RealTitleBanner"> | | <span style="visibility:hidden">{{DISPLAYTITLE:{{#if:{{NAMESPACE}}|{{NAMESPACE}}:|}}{{lcfirst:{{PAGENAME}}}}}}</span><noinclude>[[Category:Templates|{{PAGENAME}}]]</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>
| |
| ==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.''
| |
| | |
| </noinclude> | |