×
Create a new article
Write your page title here:
We currently have 230 articles on Farthest Frontier. Type your article name above or create one of the articles listed here!



    Farthest Frontier

    Template:Lowercase title/doc

    eesti  Deutsch  dansk  čeština  asturianu  català  Boarisch  English  español  sicilianu  中文(简体)  中文(繁體)  Esperanto  Tiếng Việt  Scots  українська  Zazaki  Türkçe  ไทย  slovenščina  polski  മലയാളം  galego  Ελληνικά  日本語  ქართული  македонски  فارسی  Nederlands  မြန်မာဘာသာ  русский  中文  suomi  العربية  norsk bokmål  norsk  Lëtzebuergesch  српски / srpski  Plattdüütsch  български  한국어  svenska  português do Brasil  hrvatski  ဘာသာ မန်  français  magyar  euskara  עברית  Mirandés  italiano  اردو  português  Bahasa Indonesia  বাংলা  Bahasa Melayu  беларуская (тарашкевіца)  edit

    Template:No substitution

    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:]]|&#9[4-6][0-9];)"
    

    TemplateData

    eesti  Deutsch  dansk  čeština  asturianu  català  Boarisch  English  español  sicilianu  中文(简体)  中文(繁體)  Esperanto  Tiếng Việt  Scots  українська  Zazaki  Türkçe  ไทย  slovenščina  polski  മലയാളം  galego  Ελληνικά  日本語  ქართული  македонски  فارسی  Nederlands  မြန်မာဘာသာ  русский  中文  suomi  العربية  norsk bokmål  norsk  Lëtzebuergesch  српски / srpski  Plattdüütsch  български  한국어  svenska  português do Brasil  hrvatski  ဘာသာ မန်  français  magyar  euskara  עברית  Mirandés  italiano  اردو  português  Bahasa Indonesia  বাংলা  Bahasa Melayu  беларуская (тарашкевіца)  edit <templatedata> { "params": { "italic": { "label": "Italic", "description": "If this is specified with any value, italicize the title, except for any part in brackets.", "type": "string" }, "force": { "label": "Fully italic", "description": "If this AND \"italic\" have a value specified, then the whole title will be italic including any brackets.", "type": "string" }, "dab": { "label": "Italicize disambiguation", "description": "If this is specified with any value, italicize the part in brackets.", "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

    Template:Correct title examples


    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.