Template:Plural
{{{1}}} {{{2}}}s
| This template is used on approximately 109,000 pages. To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. 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 it should work in other languages with minimal modification.
Usage
With a space between the number and name (using numeric character reference  ):
- {{plural|number|name}}
- {{plural|number|singular name|plural name}}
With a non-breaking space between the number and name (using character entity reference ):
- {{plural|number|name|nb=yes}}
- {{plural|number|singular name|plural name|nb=yes}}
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"{{plural|-1|page}}returns "-1 page"{{plural|-2|page}}returns "-2 pages"{{plural|0.5|page}}returns "0.5 pages"{{plural|1.5|page}}returns "1.5 pages"{{plural|-0.5|page}}returns "-0.5 pages"{{plural|-1.5|page}}returns "-1.5 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"{{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"
With parameter |nb=:
<div style="width:5em">{{plural|2|sesquipedalian|nb=yes}}</div>returns:2 sesquipedalians<div style="width:5em">{{plural|2|sesquipedalian|nb=no}}</div>returns:2 sesquipedalians
Notes
- While
{{plural|#|sheep|sheep}}is valid, it is also fairly pointless. - The template does not handle missing parameters 1 or 2:
{{plural}}returns "{{{1}}} {{{2}}}s" - The template does not handle empty parameters 1 or 2:
{{plural||}}returns " s" - The template does not remove leading or trailing spaces in parameters 1 or 2:
{{plural | 2 | page }}returns " 2 page s"
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 |
| 4 | 4 | no description | Unknown | optional |
| nb | nb | no description | Unknown | optional |
See also
- {{R from plural}}
- {{R to plural}}
- {{Singular}}
- {{Singular and plural}}
- {{Plural abbr}}
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.