ಟೆಂಪ್ಲೇಟು:Plural/doc

ವಿಕಿಪೀಡಿಯದಿಂದ, ಇದು ಮುಕ್ತ ಹಾಗೂ ಸ್ವತಂತ್ರ ವಿಶ್ವಕೋಶ

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.

Syntax[ಬದಲಾಯಿಸಿ]

  • {{plural|number|name}}
  • {{plural|number|singular name|plural name}}

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 page"
  • {{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 ox"
  • {{plural|1|ox|oxen}} returns "1 ox"
  • {{plural|2|ox|oxen}} returns "2 oxen"

Notes[ಬದಲಾಯಿಸಿ]

  • While {{plural|#|sheep|sheep}} is valid, it is also fairly pointless.

TemplateData[ಬದಲಾಯಿಸಿ]

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Plural in articles based on its TemplateData.

TemplateData for Plural

Allows easy formatting of statements using plural.

Template parameters

ಪರಿಮಿತಿವಿವರನಮೂನೆಸ್ಥಾನಮಾನ
Number1

The number of items: 0, 1, 2 etc.

ಸಂಖ್ಯೆrequired
Singular name2

The text to use when one item is specified

Stringrequired
plural name3

The text to use when two or more items is specified. The default is to append the singular form with 's'.

Stringಐಚ್ಛಿಕ