Vorlage:Plural/doc
{{#ifeq: doc | doc
|
{{
#ifeq: show | show | {{ {{#switch: {{#if: | | {{#if: | {{#ifeq:| | talk | }} | {{#ifeq:vorlage|vorlage diskussion | talk | vorlage }} }} }}
| main | = ambox | talk = tmbox | user = ombox | wikipedia = ombox | file | image = imbox | mediawiki = ombox | template = ombox | help = ombox | category = cmbox | portal = ombox | book = ombox | other | #default = ombox
}}
| type = notice
| image = 40px
| imageright =
| class =
| style =
| textstyle =
| text = This is a documentation subpage for Vorlage:Plural.
It contains usage information, categories, interlanguage links and other content that is not part of the original {{ #if: | {{{text2}}} | {{ #if: | {{{text1}}} | {{ #ifeq: Vorlage | Benutzer | vorlage template page | {{ #if: Vorlage |vorlage page|article}}}}}}}}.
| small =
| smallimage =
| smallimageright =
| smalltext =
| subst =
| date =
}}
}}{{ #if: | | [[Category:{{ #if: Vorlage | Vorlage | Article }} 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[Bearbeiten]
- {{plural|number|name}}
- {{plural|number|singular name|plural name}}
2 Examples[Bearbeiten]
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[Bearbeiten]
- While
{{plural|#|sheep|sheep}}
is valid, it is also fairly pointless.