ᥝᥤᥱ ᥑᥤᥱ ᥚᥤᥱ ᥖᥤᥱ ᥕᥣᥱ
tddwiki
https://tdd.wikipedia.org/wiki/%E1%A5%9E%E1%A5%A8%E1%A5%9D%E1%A5%B4_%E1%A5%98%E1%A5%A3%E1%A5%B2_%E1%A5%96%E1%A5%A5%E1%A5%B0
MediaWiki 1.47.0-wmf.1
first-letter
ᥛᥤᥱ ᥖᥤᥱ ᥕᥣᥱ
ᥑᥪᥐ ᥖᥩᥢᥰ
ᥟᥧᥙᥱ ᥐᥧᥛ
ᥚᥧᥱ ᥕᥧᥒᥱ ᥖᥪᥰ
ᥟᥧᥙᥱ ᥐᥧᥛ ᥚᥧᥱ ᥕᥧᥒᥱ ᥖᥪᥰ
ᥝᥤᥱ ᥑᥤᥱ ᥚᥤᥱ ᥖᥤᥱ ᥕᥣᥱ
ᥟᥧᥙᥱ ᥐᥧᥛ ᥝᥤᥱ ᥑᥤᥱ ᥚᥤᥱ ᥖᥤᥱ ᥕᥣᥱ
ᥜᥣᥭᥱ
ᥟᥧᥙᥱ ᥐᥧᥛ ᥜᥣᥭᥱ
ᥛᥤᥱ ᥖᥤᥱ ᥕᥣᥱ ᥝᥤᥱ ᥑᥤᥱ
ᥟᥧᥙᥱ ᥐᥧᥛ ᥛᥤᥱ ᥖᥤᥱ ᥕᥣᥱ ᥝᥤᥱ ᥑᥤᥱ
ᥗᥦᥛᥰ ᥙᥣ ᥘᥥᥐᥳ
ᥟᥧᥙᥱ ᥐᥧᥛ ᥗᥦᥛᥰ ᥙᥣ ᥘᥥᥐᥳ
ᥘᥩᥒ ᥓᥩᥭ ᥗᥦᥛ
ᥟᥧᥙᥱ ᥐᥧᥛ ᥘᥩᥒ ᥓᥩᥭ ᥗᥦᥛᥴ
ᥙᥫᥒ ᥗᥣᥢ
ᥟᥧᥙᥱ ᥐᥧᥛ ᥙᥫᥒ ᥗᥣᥢ
TimedText
TimedText talk
ᥛᥨᥝᥱ ᥓᥧᥰ
ᥟᥧᥙᥱ ᥐᥧᥛᥴ ᥛᥩᥱ ᥓᥧᥰ
Event
Event talk
ᥗᥦᥛᥰ ᥙᥣ ᥘᥥᥐᥳ:Lowercase title/doc
10
2375
7611
7483
2026-05-07T18:06:52Z
IdiosyncraticLawyer
1124
Information updating
7611
wikitext
text/x-wiki
{{See also|Template:Nocaps}}
{{Documentation subpage}}
{{High-use}}
{{No substitution}}
{{TOC right}}
{{Template shortcut|lot}}
{{lua|Module:MultiReplace}}
== 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). The markup will only decapitalize the first letter of the page's name in the title at the beginning of the page by default.
Some examples (in different [[Wikipedia:Namespace|namespaces]]):
{| class="wikitable" width=370px
|-
! scope="col" | Page name
! scope="col" | Will display
|-
! scope="row" | [[EBay]]
| eBay
|-
! scope="row" | [[Talk:EBay]]
| Talk:eBay
|-
! scope="row" | [[:Category:MacOS]]
| Category:macOS
|-
! scope="row" | [[:Template:IPhone models]]
| Template:iPhone models
|}
== Issues ==
The template cannot be directly combined with {{tlx|Italic title}}; if they are both placed on a page, only the latter is applied, and a DISPLAYTITLE error message is generated. Some of these combined stylizations (lowercase titles combined with fully italicized titles, potentially including non-disambigutory parentheses) can be enacted using this template's parameters, while others (lowercase titles with non-standard or disambigutory italicized substrings) require the use of {{tlx|DISPLAYTITLE}} directly.
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 [[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.
<syntaxhighlight lang=sql>
/* 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:]]|	[4-6][0-9];)"
</syntaxhighlight>
==TemplateData==
{{TemplateData header}}
<templatedata>
{
"params": {
"italic": {
"label": "Italic",
"description": "If this is specified with any value, italicize the title, except for any part in parentheses.",
"type": "string"
},
"force": {
"label": "Fully italic",
"description": "If this AND \"italic\" have a value specified, then the whole title will be italic, including any parentheses.",
"type": "string"
},
"dab": {
"label": "Italicize disambiguation",
"description": "If this is specified with any value, italicize the part in parentheses.",
"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."
}
</templatedata>
== See also ==
* [[Wikipedia:Naming conventions (technical restrictions)#Lowercase first letter]]
{{Correct title examples}}
<includeonly>{{Sandbox other||
[[Category:Correct title templates]]
}}</includeonly>
k6z67t1uegggus7k94bi5ux9126gbvr
7612
7611
2026-05-07T18:07:28Z
IdiosyncraticLawyer
1124
Hotfix
7612
wikitext
text/x-wiki
{{See also|Template:Nocaps}}
{{Documentation subpage}}
{{High-use}}
{{No substitution}}
{{TOC right}}
{{Template shortcut|lot}}
{{lua|Module:MultiReplace}}
== 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). The markup will only decapitalize the first letter of the page's name in the title at the beginning of the page by default.
Some examples (in different [[Wikipedia:Namespace|namespaces]]):
{| class="wikitable" width=370px
|-
! scope="col" | Page name
! scope="col" | Will display
|-
! scope="row" | [[EBay]]
| eBay
|-
! scope="row" | [[Talk:EBay]]
| Talk:eBay
|-
! scope="row" | [[:Category:MacOS]]
| Category:macOS
|-
! scope="row" | [[:Template:IPhone models]]
| Template:iPhone models
|}
== Issues ==
The template cannot be directly combined with {{tlx|Italic title}}; if they are both placed on a page, only the latter is applied, and a DISPLAYTITLE error message is generated. Some of these combined stylizations (lowercase titles combined with fully italicized titles, potentially including non-disambigutory parentheses) can be enacted using this template's parameters, while others (lowercase titles with non-standard or disambigutory italicized substrings) require the use of <code><nowiki>{{DISPLAYTITLE}}</nowiki><code> directly.
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 [[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.
<syntaxhighlight lang=sql>
/* 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:]]|	[4-6][0-9];)"
</syntaxhighlight>
==TemplateData==
{{TemplateData header}}
<templatedata>
{
"params": {
"italic": {
"label": "Italic",
"description": "If this is specified with any value, italicize the title, except for any part in parentheses.",
"type": "string"
},
"force": {
"label": "Fully italic",
"description": "If this AND \"italic\" have a value specified, then the whole title will be italic, including any parentheses.",
"type": "string"
},
"dab": {
"label": "Italicize disambiguation",
"description": "If this is specified with any value, italicize the part in parentheses.",
"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."
}
</templatedata>
== See also ==
* [[Wikipedia:Naming conventions (technical restrictions)#Lowercase first letter]]
{{Correct title examples}}
<includeonly>{{Sandbox other||
[[Category:Correct title templates]]
}}</includeonly>
i0tcehr7hucnpyjgwhjcr5h3uzgwaip
7613
7612
2026-05-07T18:07:44Z
IdiosyncraticLawyer
1124
Hotfix
7613
wikitext
text/x-wiki
{{See also|Template:Nocaps}}
{{Documentation subpage}}
{{High-use}}
{{No substitution}}
{{TOC right}}
{{Template shortcut|lot}}
{{lua|Module:MultiReplace}}
== 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). The markup will only decapitalize the first letter of the page's name in the title at the beginning of the page by default.
Some examples (in different [[Wikipedia:Namespace|namespaces]]):
{| class="wikitable" width=370px
|-
! scope="col" | Page name
! scope="col" | Will display
|-
! scope="row" | [[EBay]]
| eBay
|-
! scope="row" | [[Talk:EBay]]
| Talk:eBay
|-
! scope="row" | [[:Category:MacOS]]
| Category:macOS
|-
! scope="row" | [[:Template:IPhone models]]
| Template:iPhone models
|}
== Issues ==
The template cannot be directly combined with {{tlx|Italic title}}; if they are both placed on a page, only the latter is applied, and a DISPLAYTITLE error message is generated. Some of these combined stylizations (lowercase titles combined with fully italicized titles, potentially including non-disambigutory parentheses) can be enacted using this template's parameters, while others (lowercase titles with non-standard or disambigutory italicized substrings) require the use of <code><nowiki>{{DISPLAYTITLE}}</nowiki></code> directly.
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 [[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.
<syntaxhighlight lang=sql>
/* 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:]]|	[4-6][0-9];)"
</syntaxhighlight>
==TemplateData==
{{TemplateData header}}
<templatedata>
{
"params": {
"italic": {
"label": "Italic",
"description": "If this is specified with any value, italicize the title, except for any part in parentheses.",
"type": "string"
},
"force": {
"label": "Fully italic",
"description": "If this AND \"italic\" have a value specified, then the whole title will be italic, including any parentheses.",
"type": "string"
},
"dab": {
"label": "Italicize disambiguation",
"description": "If this is specified with any value, italicize the part in parentheses.",
"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."
}
</templatedata>
== See also ==
* [[Wikipedia:Naming conventions (technical restrictions)#Lowercase first letter]]
{{Correct title examples}}
<includeonly>{{Sandbox other||
[[Category:Correct title templates]]
}}</includeonly>
rh0s03rws3kfxuojv3i9o8s4qjaqb7n
Minecraft
0
2465
7614
2026-05-08T04:54:18Z
Fillets07
1125
Created page with "{{Infobox video game|title=Minecraft|image=Minecraft cover.png|developer=Mojang Studios|publisher=Mojang Studios|designer=Markus Persson|released=18 November 2011|genre=Sandbox, survival|modes=Single-player, multiplayer|platforms=Windows, macOS, Linux, Android, iOS, PlayStation, Xbox, Nintendo Switch}} '''ᥛᥤᥒᥰᥑᥣᥛᥖᥰ''' (''Minecraft'') ᥛᥥᥒᥰ ᥐᥩᥰᥜᥣᥝᥴᥝᥤᥰᥰᥖᥤᥰ sandbox ᥐᥩᥰᥜᥣᥝᥴᥟᥤᥱᥰ ᥘᥫᥴ 2009..."
7614
wikitext
text/x-wiki
{{Infobox video game|title=Minecraft|image=Minecraft cover.png|developer=Mojang Studios|publisher=Mojang Studios|designer=Markus Persson|released=18 November 2011|genre=Sandbox, survival|modes=Single-player, multiplayer|platforms=Windows, macOS, Linux, Android, iOS, PlayStation, Xbox, Nintendo Switch}}
'''ᥛᥤᥒᥰᥑᥣᥛᥖᥰ''' (''Minecraft'') ᥛᥥᥒᥰ ᥐᥩᥰᥜᥣᥝᥴᥝᥤᥰᥰᥖᥤᥰ sandbox ᥐᥩᥰᥜᥣᥝᥴᥟᥤᥱᥰ ᥘᥫᥴ 2009 ᥔᥣᥱ ᥙᥤᥰ ᥖᥣᥱᥰ ᥔᥣᥱ Markus Persson (“Notch”) ᥐᥩᥰ ᥛᥣᥰᥑᥣᥱ ᥐᥣᥱ Mojang Studios ᥛᥣᥰᥐᥩᥒᥰ.
ᥐᥩᥰᥜᥣᥝᥴᥟᥤᥱᥰ ᥒᥤᥰᥔᥣᥱᥰ ᥞᥤᥰ block ᥐᥩᥰ crafting, building, survival ᥘᥣᥱ exploration. ᥑᥤᥰᥔᥣᥱᥰ ᥟᥣᥱᥐᥨᥰ ᥐᥩᥰ PC, mobile ᥘᥣᥱ console.
== ᥛᥩᥰᥘᥤ ==
* Sandbox
* Survival
* Creative
== ᥐᥣᥱᥒᥴ ==
* Windows
* macOS
* Linux
* Android
* iOS
* PlayStation
* Xbox
* Nintendo Switch
== ᥙᥣᥱᥒᥴ ᥟᥤᥱᥰ ==
{{Reflist}}
== ᥜᥣᥱᥒᥴ ᥔᥤᥰ ==
* [https://www.minecraft.net/ Minecraft Official Website]
{{stub}}
n0tcjof41uadk64jsso9xstb4le08d9