Template:Lowercase title/doc: Difference between revisions

m
108 revisions imported from wikipedia:Template:Lowercase_title/doc
m (+bg)
m (108 revisions imported from wikipedia:Template:Lowercase_title/doc)
 
(101 intermediate revisions by 79 users not shown)
Line 1:
{{See also|Template:Nocaps}}
<includeonly>{{template doc page transcluded}}</includeonly><noinclude>{{template doc page viewed directly}}</noinclude>
{{Documentation subpage}}
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
{{High-use}}
'''<span style="font-size:1.3em">Attention: Please do not [[WP:SUBST|Subst:]] this template.</span>'''
{{No substitution}}
{{TOC right}}
 
== Usage ==
Simply add the tag <code><nowiki>{{lowercase title}}</nowiki></code> at the beginning of a page (and optionally, at the beginning of its talk page). There are no parameters. The tag will only decapitalize the first letter of the page's name in the title at the beginning of the page. Examples:
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 [[Wikipedia:Naming conventions (technical restrictions)#Lower case first letter|technical restrictions]].''
 
{| class="wikitable"
===Optional format===
|-
<code><nowiki>{{lowercase|uncapitalized title}}</nowiki></code>
! scope="col" | Page name
! scope="col" | Will display
|-
! scope="row" | [[EBay]], [[IPod]], etc.
| eBay, iPod, etc.
|-
! scope="row" | [[Talk:EBay]]
| Talk:eBay
|}
 
== See alsoIssues ==
produces (in a non-JavaScript enabled browser):
The template does '''not''' work together with other title modification templates: you need to use DISPLAYTITLE directly and make sure it's the last DISPLAYTITLE on the page. For example, to make "Example" italic and lowercase, use <code><nowiki>{{DISPLAYTITLE:''example''}}</nowiki></code>.
 
When using the template on redirect pages, the template must be moved ''after'' the redirect, since otherwise it will break the redirection. This, however, limits the template to have an effect only when viewing the redirect page directly. Nevertheless, it is still useful in this scenario in order to document the proper capitalization of a term.
:''The correct title of this article is'' '''''uncapitalized title'''''. ''The initial letter is shown capitalized due to [[Wikipedia:Naming conventions (technical restrictions)#Lower case first letter|technical restrictions]].''
 
When using on templates, please make sure to wrap it with a &lt;noinclude&gt; tag, so that transcluded pages don't get affected.
== See also ==
* {{tl|Wrongtitle}}
 
== Technical ==
<includeonly>
This template wraps the [[Help:Magic words|magic word]] DISPLAYTITLE so that it works automatically in any namespace (main, talk, template, etc.) to decapitalise the first letter of the name of a page it is transcluded on.
<!-- ADD CATEGORIES BELOW THIS LINE -->
[[Category:Wrong title templates|Lowercase]]
 
<syntaxhighlight lang=sql>
<!-- ADD INTERWIKIS BELOW THIS LINE -->
/* Page using a lowercase title, with or without {{lowercase}} */
[[bg:Шаблон:С малка буква]]
SELECT page_title, pp_value AS displaytitle
[[ja:Template:小文字]]
FROM page
[[nl:Sjabloon:Kleine letter]]
JOIN page_props ON pp_page=page_id AND pp_propname="displaytitle"
[[no:Mal:Liten forbokstav]]
WHERE page_namespace=0
[[pl:Szablon:małą literą]]
AND CONVERT(pp_value USING utf8mb4) COLLATE utf8mb4_bin /* &#greek; */
[[ru:Шаблон:Заголовок со строчной буквы]]
REGEXP "^([_ :]+|<[^<>]+>)*([[:lower:]]|&#9[4-6][0-9];)"
[[sl:Predloga:Mala začetnica]]
</syntaxhighlight>
[[zh-yue:Template:細楷]]
 
==TemplateData==
{{TemplateData header}}
<templatedata>
{
"params": {},
"description": "This template is used to make the first letter of the page title lowercase. It will not affect the page URL, just the displayed name."
}
</templatedata>
 
== See also ==
* [[Wikipedia:Naming conventions (technical restrictions)#Lowercase first letter]]
{{WrongTitleExamples}}
 
</includeonly>{{Sandbox other||
[[Category:WrongCorrect title templates|Lowercase]]
}}</includeonly>