Jump to content

Template:Lowercase title/doc: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
cats to bottom
1F616EMO (talk | contribs)
No edit summary
 
(14 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{See also|Template:Nocaps}}
{{Documentation subpage}}
{{Documentation subpage}}
{{High-use}}
<!--
{{No substitution}}
Kendeo
{{TOC right}}
-->
{{Template shortcut|lot}}
:''See also: {{tl|Nocaps}}''
{{lua|Module:MultiReplace}}
{{TOCright}}

== Usage ==
== Usage ==
Simply add the [[Help:Wikitext|wikitext]] markup {{tlx|Lowercase title}} at the beginning of a page (and optionally, at the beginning of its talk page). There are no parameters. The markup will only decapitalize the first letter of the page's name in the title at the beginning of the page.
{{nosubst}}


Some examples (in different [[Wikipedia:Namespace|namespaces]]):
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:


{| CLASS="wikitable"
{| class="wikitable" width=370px
|-
|-
! Page name !! Will display
! scope="col" | Page name
! scope="col" | Will display
|-
|-
! scope="row" | [[EBay]]
| [[EBay]], [[IPod]], etc. || eBay, iPod, etc.
| eBay
|-
|-
| [[Talk:EBay]] || Talk:eBay
! scope="row" | [[Talk:EBay]]
| Talk:eBay
|-
! scope="row" | [[:Category:MacOS]]
| Category:macOS
|-
! scope="row" | [[:Template:IPhone models]]
| Template:iPhone models
|}
|}


Line 28: Line 37:


== Technical ==
== Technical ==
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.
This template wraps the [[Help:Magic words|magic word]] DISPLAYTITLE so that it works automatically in any namespace (main/article, talk, template, category, etc.) to decapitalise the first letter of the name of a page it is transcluded on.


<source lang=sql>
<syntaxhighlight lang=sql>
/* Page using a lowercase title, with or without {{lowercase}} */
/* Page using a lowercase title, with or without {{lowercase}} */
SELECT page_title, pp_value AS displaytitle
SELECT page_title, pp_value AS displaytitle
Line 38: Line 47:
AND CONVERT(pp_value USING utf8mb4) COLLATE utf8mb4_bin /* &#greek; */
AND CONVERT(pp_value USING utf8mb4) COLLATE utf8mb4_bin /* &#greek; */
REGEXP "^([_ :]+|<[^<>]+>)*([[:lower:]]|&#9[4-6][0-9];)"
REGEXP "^([_ :]+|<[^<>]+>)*([[:lower:]]|&#9[4-6][0-9];)"
</syntaxhighlight>
</source>

== See also ==
* [[Wikipedia:Naming conventions (technical restrictions)#Lowercase first letter]]
{{WrongTitleExamples}}


==TemplateData==
==TemplateData==
Line 48: Line 53:
<templatedata>
<templatedata>
{
{
"params": {},
"params": {
"italic": {
"label": "Italic",
"description": "If this is specified with any value, italicize the title, except for any part in brackets.",
"type": "string"
},
"force": {
"label": "Fully italic",
"description": "If this AND \"italic\" have a value specified, then the whole title will be italic including any brackets.",
"type": "string"
},
"dab": {
"label": "Italicize disambiguation",
"description": "If this is specified with any value, italicize the part in brackets.",
"type": "string"
}
},
"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."
"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>
</templatedata>

== See also ==
* [[Wikipedia:Naming conventions (technical restrictions)#Lowercase first letter]]
{{Correct title examples}}

<includeonly>{{Sandbox other||
<includeonly>{{Sandbox other||
[[Category:Correct title templates]]
[[Category:Correct title templates]]

Latest revision as of 00:03, 27 June 2024

Usage

Simply add the wikitext markup {{Lowercase title}} at the beginning of a page (and optionally, at the beginning of its talk page). There are no parameters. The markup will only decapitalize the first letter of the page's name in the title at the beginning of the page.

Some examples (in different namespaces):

Page name Will display
EBay eBay
Talk:EBay Talk:eBay
Category:MacOS Category:macOS
Template:IPhone models Template:iPhone models

Issues

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 {{DISPLAYTITLE:''example''}}.

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.

When using on templates, please make sure to wrap it with a <noinclude> tag, so that transcluded pages don't get affected.

Technical

This template wraps the magic word DISPLAYTITLE so that it works automatically in any namespace (main/article, talk, template, category, etc.) to decapitalise the first letter of the name of a page it is transcluded on.

/* Page using a lowercase title, with or without {{lowercase}} */
SELECT page_title, pp_value AS displaytitle
FROM page
JOIN page_props ON pp_page=page_id AND pp_propname="displaytitle"
WHERE page_namespace=0
AND CONVERT(pp_value USING utf8mb4) COLLATE utf8mb4_bin /* &#greek; */
    REGEXP "^([_ :]+|<[^<>]+>)*([[:lower:]]|&#9[4-6][0-9];)"

TemplateData

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Lowercase title in articles based on its TemplateData.

TemplateData for Lowercase title

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.

Template parameters

ParameterDescriptionTypeStatus
Italicitalic

If this is specified with any value, italicize the title, except for any part in brackets.

Stringoptional
Fully italicforce

If this AND "italic" have a value specified, then the whole title will be italic including any brackets.

Stringoptional
Italicize disambiguationdab

If this is specified with any value, italicize the part in brackets.

Stringoptional

See also

Title changing or correcting templates + magic word
Wiki markup
Transclusion from template:
Involves Correct name Actual article name
{{Italic title}} Title in italics To Kill a Mockingbird To Kill a Mockingbird
{{Italic title|all=yes}} Complete title in italics, including parentheses Randall and Hopkirk (Deceased) Randall and Hopkirk (Deceased)
{{Italic title|string=Ally McBeal}} Phrase of |string= in italics List of Ally McBeal episodes List of Ally McBeal episodes
{{Italic title|all=yes|string=Fringe}} Phrase of |string= in italics; also looks in parentheses Peter (Fringe episode) Peter (Fringe episode)
{{Italic disambiguation}} Disambiguation in italics The End (Lost) The End (Lost)
{{Lowercase title}} Lowercase first character eBay EBay
{{Lowercase title|italic=yes}} Lowercase first character and place title in italics, not including disambiguation iCarly (soundtrack) ICarly (soundtrack)
{{Lowercase title|italic=yes|force=yes}} Lowercase first character and place title in italics, including disambiguation
{{Lowercase title|dab=yes}} Lowercase first character and place disambiguation in italics iSpy (Modern Family) ISpy (Modern Family)
{{Italic title prefixed|17}} Italicize after the number characters at the beginning of the title German battleship Bismarck German battleship Bismarck
Magic word
{{DISPLAYTITLE:_NSAKEY}} Various _NSAKEY NSAKEY
Title corrections
{{Correct title|reason=bracket}} < > [ ] { } Benzo[a]pyrene Benzo(a)pyrene
{{Correct title|reason=#}} # Pilot #5 Pilot No. 5
{{Correct title|reason=:}} : DK: King of Swing DK King of Swing