Vorlage:Plural: Unterschied zwischen den Versionen
Leder (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „{{{1}}} {{{{{|safesubst:}}}plural:{{{1}}}|{{{2}}}|{{{3|{{{2}}}s}}}|{{{4}}}}}<noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpag…“) |
(kein Unterschied)
|
Aktuelle Version vom 3. Februar 2017, 23:17 Uhr
{{{1}}} {{{2}}}s
[edit] [[[:Vorlage:Purge]]] Template documentation
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.
1 Syntax
- {{plural|number|name}}
- {{plural|number|singular name|plural name}}
2 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"
3 Notes
- While
{{plural|#|sheep|sheep}}
is valid, it is also fairly pointless.
The above documentation is transcluded from Vorlage:Plural/doc. (edit | history) Editors can experiment in this template's sandbox (create) and testcases (create) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template. |