Template:lowercase title
This template makes the first letter of the displayed title of the page lower case. (If the page is not in the gallery namespace, this template decapitalizes only the page title, and leaves the namespace name intact.)
Usage
{{lowercase title}}
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 this page. For example, to make "Example" italic and lowercase, use {{DISPLAYTITLE:''example''}}
.
Template parameters
- TemplateData
TemplateData is a way to store information about template parameters (the description of those and of the whole template) for both humans and machines. It is used by VisualEditor and possibly other tools like Upload Wizard.
Existing template documentation
At Wikimedia Commons, it is recommended to use {{TemplateBox}} with either useTemplateData=1
or useTemplateData=only
on the /doc
subpage and transcluding it with {{Documentation}} into the template. <nowiki>
-tags can be wrapped around the arguments, if required, to avoid templates being expanded.
Newly created template documentation and imports
Another option, especially for imported templates, or for users with JSON experience, is placing raw <templatedata>
-tags into the Wikitext of the template, as described in various Wikipediae.
Wikipedia's help about TemplateData • Commons-specific information
This template makes the first letter of the displayed title of the page lower case. (If the page is not in the gallery namespace, this template decapitalizes only the page title, and leaves the namespace name intact.)
Parameter | Description | Type | Status | |||
---|---|---|---|---|---|---|
No parameters specified |
Additional information
The template is intended to be used in the following namespaces: no namespace specified
The template is intended to be used by the following user groups: no user group specified
Placement: At the top of the page
Localization
This template is not intended to be localized.
Examples
Page name | Will display |
---|---|
EBay, IPod, etc. | eBay, iPod, etc. |
Talk:EBay | Talk:eBay |
Technical
This template wraps the 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.