Module:UnitPlural/doc

The main function takes a number and unit name (|quantity=) and an optional language code (|lang=) from the frame.

Module:UnitPlural/doc

Function main

The main function takes a number and unit name (|quantity=) and an optional language code (|lang=) from the frame.

It returns the quantity with proper plural units in the given language, if it can.

It will find use when the quantity is returned from Wikidata, so that the numerical value is not yet known.

Examples

  • {{#invoke:UnitPlural |main |quantity=1 week}} → 1 week
  • {{#invoke:UnitPlural |main |quantity=3 week}} → 3 weeks
  • {{#invoke:UnitPlural |main |quantity=3.50 week}} → 3.50 weeks
  • {{#invoke:UnitPlural |main |quantity=1 foot}} → 1 foot
  • {{#invoke:UnitPlural |main |quantity=3 foot}} → 3 feet
  • {{#invoke:UnitPlural |main |quantity=1 mile per hour}} → 1 mile per hour
  • {{#invoke:UnitPlural |main |quantity=3 mile per hour}} → 3 miles per hour
  • {{#invoke:UnitPlural |main |quantity=1 standard gravity}} → 1 standard gravity
  • {{#invoke:UnitPlural |main |quantity=3 standard gravity}} → 3 standard gravities
  • {{#invoke:UnitPlural |main |quantity=1 foot}} → 1 solar mass
  • {{#invoke:UnitPlural |main |quantity=3 solar mass}} → 3 solar masses

Function plural

Function plural is equivalent to function main(frame), but takes parameters for use in other modules. The langcode is optional and is "en" by default on enwiki.

  • quant = plural(quant, langcode)

Function pl

Function pl returns the plural of the unit name, and takes parameters for use in other modules. The langcode is optional and is "en" by default on enwiki.

  • unitnameplural = pl(unitname, langcode)


Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.