Шаблон:Plural/doc
This template is used on approximately 0 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 "Шаблон:Plural"{{plural|1|page}}
returns "Шаблон:Plural"{{plural|2|page}}
returns "Шаблон:Plural"{{plural|-1|page}}
returns "Шаблон:Plural"{{plural|-2|page}}
returns "Шаблон:Plural"{{plural|0.5|page}}
returns "Шаблон:Plural"{{plural|1.5|page}}
returns "Шаблон:Plural"{{plural|-0.5|page}}
returns "Шаблон:Plural"{{plural|-1.5|page}}
returns "Шаблон:Plural"
For plurals that require adding "es", or more unusual forms, the singular and plural forms must be specified explicitly:
{{plural|0|ox|oxen}}
returns "Шаблон:Plural"{{plural|1|ox|oxen}}
returns "Шаблон:Plural"{{plural|2|ox|oxen}}
returns "Шаблон:Plural"{{plural|-1|ox|oxen}}
returns "Шаблон:Plural"{{plural|-2|ox|oxen}}
returns "Шаблон:Plural"{{plural|0.5|ox|oxen}}
returns "Шаблон:Plural"{{plural|1.5|ox|oxen}}
returns "Шаблон:Plural"{{plural|-0.5|ox|oxen}}
returns "Шаблон:Plural"{{plural|-1.5|ox|oxen}}
returns "Шаблон:Plural"
Notes
вироиш- While
{{plural|#|sheep|sheep}}
is valid, it is also fairly pointless.
TemplateData
вироишThis is the TemplateData documentation for this template used by VisualEditor and other tools.
Plural
Allows easy formatting of statements using plural.
Параметр | Тавзеҳот | 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}}