ढाँचा:Plural/doc
{{{1}}} {{{2}}}s
ढाँचा कागजात[हेर्नुहोस्] [सम्पादन गर्नुहोस्] [इतिहास] [ताजा गर्नुहोस्]
This is a documentation subpage for ढाँचा:Terminate sentence It may contain usage information, categories and other content that is not part of the original ढाँचा page. |
This template is used on approximately ९८,००० pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
This template allows easy formatting of statements of the form "# thing(s)", with correct use of plurals. It uses the "plural" magic word, so ideally it should work with minimal modification for other language.
Syntax
सम्पादन गर्नुहोस्- {{plural|number|name}}
- {{plural|number|singular name|plural name}}
Examples
सम्पादन गर्नुहोस्For most English nouns, the plural is formed by adding "s" to the end of the singular form. If that is the case, only one "name" parameter is required:
{{plural|0|page}}
returns "0 pages"{{plural|1|page}}
returns "1 page"{{plural|2|page}}
returns "2 pages"
For plurals that require adding "es", or more unusual forms, the singular and plural forms must be specified explicitly:
{{plural|0|ox|oxen}}
returns "0 oxen"{{plural|1|ox|oxen}}
returns "1 ox"{{plural|2|ox|oxen}}
returns "2 oxen"
Notes
सम्पादन गर्नुहोस्- While
{{plural|#|sheep|sheep}}
is valid, it is also fairly pointless.
TemplateData
सम्पादन गर्नुहोस्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.
Pluralको कागजात
Allows easy formatting of statements using plural.
मापदण्ड | विवरण | प्रकार | स्थिति | |
---|---|---|---|---|
Number | 1 | The number of items: 0, 1, 2 etc. | सङ्ख्या | आवश्यक |
Singular name | 2 | The text to use when one item is specified | String | आवश्यक |
plural name | 3 | The text to use when two or more items is specified. The default is to append the singular form with 's'. | String | वैकल्पिक |