टेम्पलेट:Plural
{{{1}}} {{{2}}}
This template is used on approximately 70,000 pages, so changes to it will be widely noticed. Please test any changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Please 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 page"{{plural|1|page}}
returns "1 page"{{plural|2|page}}
returns "2 page सभ"{{plural|-1|page}}
returns "-1 page"{{plural|-2|page}}
returns "-2 page सभ"{{plural|0.5|page}}
returns "0.5 page सभ"{{plural|1.5|page}}
returns "1.5 page सभ"{{plural|-0.5|page}}
returns "-0.5 page सभ"{{plural|-1.5|page}}
returns "-1.5 page सभ"
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 ox"{{plural|1|ox|oxen}}
returns "1 ox"{{plural|2|ox|oxen}}
returns "2 oxen"{{plural|-1|ox|oxen}}
returns "-1 ox"{{plural|-2|ox|oxen}}
returns "-2 oxen"{{plural|0.5|ox|oxen}}
returns "0.5 oxen"{{plural|1.5|ox|oxen}}
returns "1.5 oxen"{{plural|-0.5|ox|oxen}}
returns "-0.5 oxen"{{plural|-1.5|ox|oxen}}
returns "-1.5 oxen"
Notes
संपादन करीं- While
{{plural|#|sheep|sheep}}
is valid, it is also fairly pointless.
TemplateData
संपादन करींTemplateData for Plural
Allows easy formatting of statements using plural.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Number | 1 | The number of items: 0, 1, 2 etc. | Number | required |
Singular name | 2 | The text to use when one item is specified | String | required |
plural name | 3 | The text to use when two or more items are specified. The default is to append the singular form with 's'. | String | optional |
See also
संपादन करीं- {{R from plural}}
- {{R to plural}}
- {{User Latin Plurals}}
- {{Close plural relationships}}
- {{User 2nd person plural:youall}}
परिचय खातिर ऊपर दिहल गइल बिबरनलेख के टेम्पलेट:Plural/doc से ट्रांसक्लूड क के इहाँ देखावल जा रहल बाटे। (संपादन करीं | इतिहास देखीं) संपादक लोग एह टेम्पलेट के अभ्यासपन्ना (सैंडबाक्स) (बनाईं | मिरर करीं) आ टेस्टकेस (बनाईं) पन्ना सभ पर अभ्यास आ प्रयोग (टेस्टिंग) क सकत बाटे। अनुरोध बा कि अगर श्रेणी जोड़े के होखे तब /doc उपपन्ना (सबपेज) पर जोड़ल जाय। एह टेम्पलेट के उपपन्ना (सबपेज) देखीं। |