Template:Lowercase title/doc
| 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 many 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 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). 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 namespaces):
| Page name | Will display |
|---|---|
| EBay | eBay |
| Talk:EBay | Talk:eBay |
| Category:MacOS | Category:macOS |
| Template:IPhone models | Template:iPhone models |
Issues
The template cannot be directly combined with other title modification templates, including {{Italic title}}, {{Italic disambiguation}}, and {{Italic title prefixed}}; if more than one of these is placed on a page, only the last is applied, and a DISPLAYTITLE error message is generated. Some of these combined stylizations (a lowercased title combined with an italicized title, disambiguation, or both) can be enacted using this template's parameters, as shown in the second table below, while others (a lowercase title with a delayed or otherwise non-standard italicized substring or other modifications not pertaining to case or italicization) require the use of {{DISPLAYTITLE}} directly.
When using the template on redirect pages, the template must be placed after the redirect, as it will break the redirection if placed before it. This, however, limits the template to have an effect only when viewing the redirect page directly. Nevertheless, it is still useful in this scenario to document the proper capitalization of a term.
When using the template on other templates, make sure to wrap it with <noinclude> tags to prevent it from affecting pages that the other templates are transcluded onto.
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 parentheses. | String | optional |
| Fully italic | force | If this AND "italic" have a value specified, then the whole title will be italic, including any parentheses. | String | optional |
| Italicize disambiguation | dab | If this is specified with any value, italicize the part in parentheses. | String | optional |
See also
| Template | Involves | Correct name | Actual article name |
|---|---|---|---|
| {{Italic title}} | Title in italics | To Kill a Mockingbird | To Kill a Mockingbird |
| {{Lowercase title}} | Lowercase first character | eBay | EBay |
| {{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 |
| {{DISPLAYTITLE}} | Various | _NSAKEY | NSAKEY |
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.