Template:Kg to lb

From Teampedia
Jump to: navigation, search

Template:Pp-template

Usage
{{kg to lb | num | abbr | spell | precision | wiki}}
Examples
Manual of Style notation: {{kg to lb|100}} → 100 kilograms (220 lb)
Short notation: {{kg to lb|100|abbr=yes}} → 100 kg (220 lb)
Full notation: {{kg to lb|num=100|abbr=no|spell=Commonwealth|precision=2|wiki=yes}} → 100 kilogrammes (220.46 pounds)

Italicized parameters are optional:

  • num is a required parameter, which specifies the number of kilograms to be converted to pounds. Please do not format this parameter; i.e., use 1234 instead of 1,234.
  • abbr can take values of either mos, yes, or no. Mos will show the names of the units as specified in the Manual of Style for dates and numbers (kilograms, lb); yes will show the abbreviated names of the units (kg, lb); and no will show the full names of the units (kilograms, pounds). The default value is mos.
  • spell can take values of American or Commonwealth and is only meaningful when abbr is set to no. American will use "kilograms", and Commonwealth—"kilogrammes". The default value is American.
  • precision is the number of decimal digits in the converted value. The default value is 0.
  • wiki specifies whether the names of the units should be wikified or not and can take values of either yes or no. The default value is no.

Capitalization of the parameters is unimportant.

See also