Template:Lowercase title/doc: Difference between revisions

m
108 revisions imported from wikipedia:Template:Lowercase_title/doc
m (Typos)
m (108 revisions imported from wikipedia:Template:Lowercase_title/doc)
 
(10 intermediate revisions by 8 users not shown)
Line 1:
:''{{See also|Template: {{tl|Nocaps}}''
{{Documentation subpage}}
{{High-use}}
<!--
{{No substitution}}
Kendeo
{{TOC right}}
-->
:''See also: {{tl|Nocaps}}''
{{TOCright}}
 
== Usage ==
{{nosubst}}
 
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:
 
{| CLASSclass="wikitable"
|-
! scope="col" | Page name !! Will display
! scope="col" | Will display
|-
! scope="row" | [[EBay]], [[IPod]], etc. || eBay, iPod, etc.
| eBay, iPod, etc.
|-
! scope="row" | [[Talk:EBay]] || Talk:eBay
| Talk:eBay
|}
 
Line 30:
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.
 
<sourcesyntaxhighlight lang=sql>
/* Page using a lowercase title, with or without {{lowercase}} */
SELECT page_title, pp_value AS displaytitle
Line 38:
AND CONVERT(pp_value USING utf8mb4) COLLATE utf8mb4_bin /* &#greek; */
REGEXP "^([_ :]+|<[^<>]+>)*([[:lower:]]|&#9[4-6][0-9];)"
</syntaxhighlight>
</source>
 
==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 ==
Line 44 ⟶ 53:
{{WrongTitleExamples}}
 
<includeonly>{{Sandbox other||
[[Category:Correct title templates]]
}}</includeonly>