This is the documentation page for Module:UnitPlural


Function main edit source

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 edit source

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

Function plural edit source

Function plural is equivalent to function main(frame), but takes parameters for use in other modules. The langcode is optional and is "en-gb" by default on Lua error in Module:WikidataIB at line 3057: attempt to index field 'wikibase' (a nil value)..

  • quant = plural(quant, langcode)

Function pl edit source

Function pl returns the plural of the unit name, and takes parameters for use in other modules. The langcode is optional and is "en-gb" by default on Lua error in Module:WikidataIB at line 3057: attempt to index field 'wikibase' (a nil value)..

  • unitnameplural = pl(unitname, langcode)