سانچہ:صغیرہ
| اس سانچے میں حسب ذیل لوا ماڈیول زیر استعمال ہے: |
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 |
| Talk:EBay | Talk:eBay |
| Category:MacOS | Category:macOS |
| Template:IPhone models | Template:iPhone models |
Issues
[ترمیم]The template cannot be directly combined with {{Italic title}}; if they are both placed on a page, only the latter is applied, and a DISPLAYTITLE error message is generated. Some of these combined stylizations (lowercase titles combined with fully italicized titles, potentially including non-disambigutory parentheses) can be enacted using this template's parameters, while others (lowercase titles with non-standard or disambigutory italicized substrings) require the use of {{DISPLAYTITLE}} directly.
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
[ترمیم]معلومات سانچہ صغیرہ
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.
| پیرامیٹر | وضاحت | طرز | حالت | |
|---|---|---|---|---|
| Italic | italic | If this is specified with any value, italicize the title, except for any part in brackets. | اِسٹرنگ | اختیاری |
| Fully italic | force | If this AND "italic" have a value specified, then the whole title will be italic including any brackets. | اِسٹرنگ | اختیاری |
| Italicize disambiguation | dab | If this is specified with any value, italicize the part in brackets. | اِسٹرنگ | اختیاری |
| اوپر دی گئی دستاویز صفحہ سانچہ:صغیرہ/دستاویز سے شامل کی گئی ہے۔ (ترمیم | تاریخچہ) صارفین سانچہ کے تختہ مشق (تخلیق | آئینہ) اور ثابتات (تخلیق) میں تجربات کرسکتے ہیں۔ براہ کرم /دستاویز کے ذیلی صفحہ پر زمرہ جات شامل فرمائیں۔ اس سانچہ کے ذیلی صفحات۔ |