Template:Lowercase title/doc: Difference between revisions
Alex Smotrov (talk | contribs) + explanation how to make italic and lowercase at the same time; JavaScript method was very long time ago |
No edit summary |
||
(46 intermediate revisions by 33 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}} |
|||
{{TOCright}} |
|||
{{lua|Module:MultiReplace}} |
|||
==Usage== |
|||
== Usage == |
|||
* '''Attention: Please do not [[WP:SUBST|subst]] this template.''' |
|||
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. |
|||
Some examples (in different [[Wikipedia:Namespace|namespaces]]): |
|||
Simply add the tag <code><nowiki>{{lowercase title}}</nowiki></code> at the top of a page (and optionally, at the top 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 top of the page. Examples: |
|||
{| |
{| class="wikitable" width=370px |
||
|- |
|- |
||
! Page name |
! scope="col" | Page name |
||
! scope="col" | Will display |
|||
|- |
|- |
||
! scope="row" | [[EBay]] |
|||
| [[EBay]], [[IPod]], etc. || eBay, iPod, etc. |
|||
| eBay |
|||
|- |
|- |
||
| [[Talk:EBay]] |
! scope="row" | [[Talk:EBay]] |
||
| Talk:eBay |
|||
|- |
|||
! scope="row" | [[:Category:MacOS]] |
|||
| Category:macOS |
|||
|- |
|||
! scope="row" | [[:Template:IPhone models]] |
|||
| Template:iPhone models |
|||
|} |
|} |
||
== Issues == |
== 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 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. |
|||
==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. |
|||
When using on templates, please make sure to wrap it with a <noinclude> tag, so that transcluded pages don't get affected. |
|||
==See also== |
|||
* [[Wikipedia:Naming conventions (technical restrictions)#Lower case first letter]] |
|||
{{WrongTitleExamples}} |
|||
== Technical == |
|||
<includeonly><!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> |
|||
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> |
|||
[[Category:Correct title templates]] |
|||
/* 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== |
|||
[[simple:Template:Lowercase]] |
|||
{{TemplateData header}} |
|||
[[ar:قالب:حروف صغيرة]] |
|||
<templatedata> |
|||
[[be-x-old:Шаблён:Загаловак з малой літары]] |
|||
{ |
|||
[[bg:Шаблон:С малка буква]] |
|||
"params": { |
|||
[[bs:Šablon:Maloslovo]] |
|||
"italic": { |
|||
[[el:Πρότυπο:μη κεφαλαίο γράμμα τίτλος]] |
|||
"label": "Italic", |
|||
[[eo:Ŝablono:Minusklo]] |
|||
"description": "If this is specified with any value, italicize the title, except for any part in brackets.", |
|||
[[es:Plantilla:Título minúscula]] |
|||
"type": "string" |
|||
[[eu:Txantiloi:Izenburua letra xehez]] |
|||
}, |
|||
[[fr:Modèle:Minuscule]] |
|||
"force": { |
|||
[[he:תבנית:שם שגוי]] |
|||
"label": "Fully italic", |
|||
[[hr:Predložak:Malim slovom]] |
|||
"description": "If this AND \"italic\" have a value specified, then the whole title will be italic including any brackets.", |
|||
[[hsb:Předłoha:Minuskla]] |
|||
"type": "string" |
|||
[[hu:Sablon:Kisbetűscím]] |
|||
}, |
|||
[[hy:Կաղապար:վերնագիրը փոքրատառից]] |
|||
"dab": { |
|||
[[ia:Patrono:Minuscula]] |
|||
"label": "Italicize disambiguation", |
|||
[[is:Snið:Lágstafur]] |
|||
"description": "If this is specified with any value, italicize the part in brackets.", |
|||
[[it:Template:titolo minuscolo]] |
|||
"type": "string" |
|||
[[ja:Template:小文字]] |
|||
} |
|||
[[ka:თარგი:lowercase]] |
|||
}, |
|||
[[ko:틀:소문자]] |
|||
"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." |
|||
[[mk:Шаблон:мала буква]] |
|||
} |
|||
[[nl:Sjabloon:Kleine letter]] |
|||
</templatedata> |
|||
[[no:Mal:Liten forbokstav]] |
|||
[[pl:Szablon:małą literą]] |
|||
== See also == |
|||
[[pt:predefinição:minúscula]] |
|||
* [[Wikipedia:Naming conventions (technical restrictions)#Lowercase first letter]] |
|||
[[ro:Format:iniţialămică]] |
|||
{{Correct title examples}} |
|||
[[ru:Шаблон:Заголовок со строчной буквы]] |
|||
[[sh:Šablon:lowercase title]] |
|||
<includeonly>{{Sandbox other|| |
|||
[[sk:Šablóna:lowercase]] |
|||
[[Category:Correct title templates]] |
|||
[[sl:Predloga:Mala začetnica]] |
|||
}}</includeonly> |
|||
[[sq:Stampa:Shkronja të vogël]] |
|||
[[sv:Mall:Liten begynnelsebokstav]] |
|||
[[tr:Şablon:küçük harf]] |
|||
[[vi:Tiêu bản:lowercase]] |
|||
[[uk:Шаблон:заголовок з малої літери]] |
|||
[[zh:Template:lowercase]] |
|||
[[zh-yue:Template:細楷]] |
|||
</includeonly> |
Latest revision as of 00:03, 27 June 2024
This is a documentation subpage for Template:Lowercase title. It may contain usage information, categories and other content that is not part of the original template page. |
This template is used on approximately 16,000 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
This template should not be substituted. |
This template uses Lua: |
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:]]|	[4-6][0-9];)"
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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Italic | italic | If this is specified with any value, italicize the title, except for any part in brackets. | String | optional |
Fully italic | force | If this AND "italic" have a value specified, then the whole title will be italic including any brackets. | String | optional |
Italicize disambiguation | dab | If this is specified with any value, italicize the part in brackets. | String | optional |
See also
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 |