ढाँचा:Title without disambig/doc
Jump to navigation
Jump to search
![]() | यो ढाँचा:Title without disambigको दस्तावेज उपपृष्ठ हो। यसले उपयोग जानकारी, श्रेणीहरू र अन्य सामग्री समावेश गर्दछ जुन मूल ढाँचा पृष्ठको अंश हुँदैन। |
Removes disambiguation part from page titles, if there is one. More precisely, finds first (
in the parameter and removes everything from position one character before it (that one character should be usually a space).
Usage[सम्पादन गर्ने]
{{title without disambig|page title}}
Examples:
{{title without disambig|foo (bar)}}
→ "foo"{{title without disambig|foo bar}}
→ "foo bar"
Note: This template uses {{str find}}
, so it doesn't find brackets more than 50 characters from beginning of the string.
See also[सम्पादन गर्ने]
- Template:PAGENAMEBASE: uses the name of the current page as the input string.
Description of all string templates