Template:lowercase title
(questa parte di documentazione è disponibile solo in alcune lingue)
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.)
Uso
{{lowercase title}}
(questa parte di documentazione è disponibile solo in alcune lingue)
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''}}
.
Parametri template
- 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.)
Parametro | Descrizione | Tipo | Stato | |||
---|---|---|---|---|---|---|
Nessun parametro specificato |
Informazioni aggiuntive
Questo template è concepito per essere usato nei seguenti namespace: nessun namespace specificato
Questo template è concepito per essere usato dai seguenti gruppi utente: nessun gruppo utente specificato
Posizione: In cima alla pagina
Localizzazione
Questo template non è concepito per essere localizzato.
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.