Template:Plural

From Valve Developer Community
Jump to navigation Jump to search

Works like magic word {{Plural:}} but uses 3-parameter format.

Note.pngNote:If you need 2-parameter format use the original {{Plural:<number>|is|are}}

Examples

{{Plural|1|Статья|Статьи|Статей}} → Статья

{{Plural|2|Статья|Статьи|Статей}} → Статьи

{{Plural|5|Статья|Статьи|Статей}} → Статей

An empty value is counted as 0.

{{Plural||Статья|Статьи|Статей}} → Статей

If you need to specify text along with the number being checked, you can use this workaround.

{{Plural||=4|Статья|Статьи|Статей}} → 4 Статьи

{{Plural||=0|Статья|Статьи|Статей}} → 0 Статей