ढाँचा:Trim quotes
ढाँचा कागजात[हेर्नुहोस्] [सम्पादन गर्नुहोस्] [इतिहास] [ताजा गर्नुहोस्]
यो ढाँचाले लुआ प्रयोग गर्दछ: |
This template trims matched pairs of leading and trailing single (') and double (") quotes and whitespace from a string. The string should be passed as the first unnamed parameter or using |1=
or |s=
if your string contains any =
signs.
Usage
सम्पादन गर्नुहोस्{{trim quotes|text}}
= text with any leading or trailing quotes removed (as long as text doesn't contain any =
signs).
{{trim quotes|1=text}}
or {{trim quotes|s=text}}
= text with any leading or trailing square brackets removed.
Example
सम्पादन गर्नुहोस्{{trim quotes|1= 'abc' }}
producesabc
.
{{trim quotes|1= ""abc's""}}
producesabc's
{{trim quotes|1= This is a "quote"}}
producesThis is a "quote"
(since the quotes aren't at the beginning and end of the string)
Template data
सम्पादन गर्नुहोस्This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template in articles based on this TemplateData.
Trim quotesको कागजात
The template trims matched pairs of leading and trailing single and double quotes from a string.
मापदण्ड | विवरण | प्रकार | स्थिति | |
---|---|---|---|---|
String | 1 | The string to be trimmed | String | आवश्यक |
See also
सम्पादन गर्नुहोस्- {{trim}}