Changes
fix not working in TemplateData
{{TemplateBox
|1=lang
|1label=language
|1d-en=[[w:ISO language code|ISO language code]]
|1d-td-en=ISO language code
|1type=line
|1def="en" (effectively)
|1stat=suggested
|2=shownum
|2aliases=sn
|2label-en=show number
|2d-en=Whether to display the number which given in parameter 2; any non-empty value (e.g. "1", "yes", etc.) will work
|2type=line
|2stat=optional
|3=space
|3label-en=space type
|3d-en=Which whitespace symbol to place between the number (given in parameter 2) and the text (given in parameters 3, 4, 5). <code>none</code> for no space, <code>plain</code> for regular space, <code>nb</code> or <code>nbsp</code> for {{w|non-breaking space}}.
|3d-td-en=Which whitespace symbol to place between the number (given in parameter 2) and the text (given in parameters 3, 4, 5). "none" for no space, "plain" for regular space, "nb" or "nbsp" for non-breaking space.
|3type=line
|3def=nbsp
|3stat=optional
|4=1
|4label-en=number
|4d-en=
|4type=number
|4def=
|4stat=required
|5=2
|5label-en=singular
|5d-en=Singular form
|5type=content
|5def=
|5stat=required
|6=3
|6label-en=plural
|6d=Plural form (or first plural form for languages with several)
|6type=content
|6def=
|6stat=required
|7=4
|7label-en=plural 2
|7d=Second plural form for languages with several plural forms. Required for such languages, unused otherwise.
|7type=content
|7def=
|7stat=optional
|name=Plural
|desc-en=This template can be used to select the singular or plural form of a word depending on a number and the grammar rules of a language. It functions more or less like the [[m:Magic words#Language-dependent word conversions|<nowiki>{{PLURAL:}}</nowiki> parser function]], except that the language code is given as a parameter.
|desc-td-en=This template can be used to select the singular or plural form of a word depending on a number and the grammar rules of a language. It functions more or less like the <nowiki>{{PLURAL:}}</nowiki> parser function, except that the language code is given as a parameter.
|namespace=template
|usergroup=all
|placement=
|usage-notes=For most languages, including English, <code><nowiki>{{Plural | lang=xx | {{{n}}} | singular | plural}}</nowiki></code> is exactly equivalent to <code><nowiki>{{#ifeq: {{{n}}} | 1 | singular | plural}}</nowiki></code>, but for some languages the rules are different and some even have more than one plural form:
* {{language|am}} ('''am'''), {{language|fr}} ('''fr'''), {{language|hi}} ('''hi'''), {{language|hy}} ('''hy'''), {{language|ln}} ('''ln'''), {{language|mg}} ('''mg'''), {{language|pt-br}} ('''pt-br'''), {{language|ti}} ('''ti'''), {{language|tl}} ('''tl'''), {{language|wa}} ('''wa'''):
*: Zero is considered singular, not plural.
* {{language|cs}} ('''cs'''), {{language|sk}} ('''sk'''):
*: Czech and Slovak have two plural forms: the first, a "{{w|paucal}}" form, is used for the numbers 2, 3 and 4, while the other is used for larger numbers.
* {{language|be}} ('''be'''), {{language|be-tarask}} ('''be-tarask'''), {{language|bs}} ('''bs'''), {{language|hr}} ('''hr'''), {{language|ru}} ('''ru'''), {{language|sh}} ('''sh'''), {{language|sr}} ('''sr''', '''sr-ec''', '''sr-el'''), {{language|uk}} ('''uk'''):
*: Same as above, except that only the ''last'' digit matters (but numbers ending in 11–19 are always plural; so 1, 21, 31, etc. all use the singular, 2–4, 22–24, 32–34 etc. use the paucal form and 5–19, 25–29, 35–39 etc. use the plural).
* {{language|ro}} ('''ro'''):
*: For integers between 20 to 100, and for integers whose last two digits are either 00 or make a number in the range from 20 to 99, the preposition ''{{lang|ro|de}}'' is added in most cases (see {{w|Romanian numbers}}, sections "[[:en:Romanian numbers#Preposition de|Preposition ''{{lang|ro|de}}'']]" and "[[:en:Romanian numbers#Agreement between number name and modified noun|Agreement between number name and modified noun]]"). To use this, one should explicitly enter the plural form without ''{{lang|ro|de}}'' as the first plural form, and the one with ''{{lang|ro|de}}'' as the second plural form.
Currently, only the exceptions listed above are implemented, but others can and should be added as needed.
'''Examples:'''
* <code><nowiki>"{{{n}}} {{Plural | lang=en | {{{n}}} | apple | apples }}"</nowiki></code>
** produces: "0 {{Plural | lang=en | 0 | apple | apples }}", "1 {{Plural | lang=en | 1 | apple | apples }}", "2 {{Plural | lang=en | 2 | apple | apples }}", etc.
* <code><nowiki>"{{{n}}} {{Plural | lang=fr | {{{n}}} | pomme | pommes }}"</nowiki></code>
** produces: "0 {{Plural | lang=fr | 0 | pomme | pommes }}", "1 {{Plural | lang=fr | 1 | pomme | pommes }}", "2 {{Plural | lang=fr | 2 | pomme | pommes }}", etc.
(To do: add more examples)
|type=conditional
|example=
|i18n-method=-
|i18n-desc=
|seealso=
|setscats=
|lines=
|shorthand=
|relieson=
|useTemplateData=1
}}<includeonly>
[[Category:Mathematical function templates]]</includeonly>
|1=lang
|1label=language
|1d-en=[[w:ISO language code|ISO language code]]
|1d-td-en=ISO language code
|1type=line
|1def="en" (effectively)
|1stat=suggested
|2=shownum
|2aliases=sn
|2label-en=show number
|2d-en=Whether to display the number which given in parameter 2; any non-empty value (e.g. "1", "yes", etc.) will work
|2type=line
|2stat=optional
|3=space
|3label-en=space type
|3d-en=Which whitespace symbol to place between the number (given in parameter 2) and the text (given in parameters 3, 4, 5). <code>none</code> for no space, <code>plain</code> for regular space, <code>nb</code> or <code>nbsp</code> for {{w|non-breaking space}}.
|3d-td-en=Which whitespace symbol to place between the number (given in parameter 2) and the text (given in parameters 3, 4, 5). "none" for no space, "plain" for regular space, "nb" or "nbsp" for non-breaking space.
|3type=line
|3def=nbsp
|3stat=optional
|4=1
|4label-en=number
|4d-en=
|4type=number
|4def=
|4stat=required
|5=2
|5label-en=singular
|5d-en=Singular form
|5type=content
|5def=
|5stat=required
|6=3
|6label-en=plural
|6d=Plural form (or first plural form for languages with several)
|6type=content
|6def=
|6stat=required
|7=4
|7label-en=plural 2
|7d=Second plural form for languages with several plural forms. Required for such languages, unused otherwise.
|7type=content
|7def=
|7stat=optional
|name=Plural
|desc-en=This template can be used to select the singular or plural form of a word depending on a number and the grammar rules of a language. It functions more or less like the [[m:Magic words#Language-dependent word conversions|<nowiki>{{PLURAL:}}</nowiki> parser function]], except that the language code is given as a parameter.
|desc-td-en=This template can be used to select the singular or plural form of a word depending on a number and the grammar rules of a language. It functions more or less like the <nowiki>{{PLURAL:}}</nowiki> parser function, except that the language code is given as a parameter.
|namespace=template
|usergroup=all
|placement=
|usage-notes=For most languages, including English, <code><nowiki>{{Plural | lang=xx | {{{n}}} | singular | plural}}</nowiki></code> is exactly equivalent to <code><nowiki>{{#ifeq: {{{n}}} | 1 | singular | plural}}</nowiki></code>, but for some languages the rules are different and some even have more than one plural form:
* {{language|am}} ('''am'''), {{language|fr}} ('''fr'''), {{language|hi}} ('''hi'''), {{language|hy}} ('''hy'''), {{language|ln}} ('''ln'''), {{language|mg}} ('''mg'''), {{language|pt-br}} ('''pt-br'''), {{language|ti}} ('''ti'''), {{language|tl}} ('''tl'''), {{language|wa}} ('''wa'''):
*: Zero is considered singular, not plural.
* {{language|cs}} ('''cs'''), {{language|sk}} ('''sk'''):
*: Czech and Slovak have two plural forms: the first, a "{{w|paucal}}" form, is used for the numbers 2, 3 and 4, while the other is used for larger numbers.
* {{language|be}} ('''be'''), {{language|be-tarask}} ('''be-tarask'''), {{language|bs}} ('''bs'''), {{language|hr}} ('''hr'''), {{language|ru}} ('''ru'''), {{language|sh}} ('''sh'''), {{language|sr}} ('''sr''', '''sr-ec''', '''sr-el'''), {{language|uk}} ('''uk'''):
*: Same as above, except that only the ''last'' digit matters (but numbers ending in 11–19 are always plural; so 1, 21, 31, etc. all use the singular, 2–4, 22–24, 32–34 etc. use the paucal form and 5–19, 25–29, 35–39 etc. use the plural).
* {{language|ro}} ('''ro'''):
*: For integers between 20 to 100, and for integers whose last two digits are either 00 or make a number in the range from 20 to 99, the preposition ''{{lang|ro|de}}'' is added in most cases (see {{w|Romanian numbers}}, sections "[[:en:Romanian numbers#Preposition de|Preposition ''{{lang|ro|de}}'']]" and "[[:en:Romanian numbers#Agreement between number name and modified noun|Agreement between number name and modified noun]]"). To use this, one should explicitly enter the plural form without ''{{lang|ro|de}}'' as the first plural form, and the one with ''{{lang|ro|de}}'' as the second plural form.
Currently, only the exceptions listed above are implemented, but others can and should be added as needed.
'''Examples:'''
* <code><nowiki>"{{{n}}} {{Plural | lang=en | {{{n}}} | apple | apples }}"</nowiki></code>
** produces: "0 {{Plural | lang=en | 0 | apple | apples }}", "1 {{Plural | lang=en | 1 | apple | apples }}", "2 {{Plural | lang=en | 2 | apple | apples }}", etc.
* <code><nowiki>"{{{n}}} {{Plural | lang=fr | {{{n}}} | pomme | pommes }}"</nowiki></code>
** produces: "0 {{Plural | lang=fr | 0 | pomme | pommes }}", "1 {{Plural | lang=fr | 1 | pomme | pommes }}", "2 {{Plural | lang=fr | 2 | pomme | pommes }}", etc.
(To do: add more examples)
|type=conditional
|example=
|i18n-method=-
|i18n-desc=
|seealso=
|setscats=
|lines=
|shorthand=
|relieson=
|useTemplateData=1
}}<includeonly>
[[Category:Mathematical function templates]]</includeonly>