Template:Yd3 to m3

From MidsouthMakers - Memphis Area Hackerpace
Jump to navigation Jump to search

At least one numeric parameter is required!

[edit] [purge] Template documentation

This template is intended to perform cubic yard-to-cubic meter conversions. It converts single values and ranges.

Accepted parameters

Italicized parameters are optional:

  • from, or first unnamed parameter is a required parameter, which specifies the number of cubic yards to be converted to cubic meters, or start of range (for range conversions). Please do not format this parameter; i.e., use 1234 instead of 1,234.
  • to, or second unnamed parameter is a parameter specifying end of range in cubic yards to be converted to cubic meters. 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 (cubic yards, m3); yes will show the abbreviated names of the units (cu yd, m3); and no will show the full names of the units (cubic yards, cubic meters). 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 "cubic meters", and Commonwealth—"cubic metres". The default value is American.
  • precision is the number of decimal digits in the converted value. The default value is 0 for converted values equal or more than 10, and 1 for converted values of less than 10.
  • 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.

Usage and examples

Single value conversion

Usage
{{yd3 to m3 | from | abbr | spell | precision | wiki}}
Examples
Manual of Style notation: {{yd3 to m3|100}} → 100 cubic yards (76 m3)
Short notation: {{yd3 to m3|100|abbr=yes}} → 100 cu yd (76 m3)
Full notation: {{yd3 to m3|100|abbr=no|spell=Commonwealth|precision=2|wiki=yes}} → 100 cubic yards (76.46 cubic metres)

Range conversions

Usage
{{yd3 to m3 | from | to | abbr | spell | precision | wiki}}
Examples
Manual of Style notation: {{yd3 to m3|100|200|}} → 100–200 cubic yards (76–153 m3)
Short notation: {{yd3 to m3|100|200|abbr=yes}} → 100–200 cu yd (76–153 m3)
Full notation: {{yd3 to m3|from=100|to=200|abbr=no|spell=Commonwealth|precision=2|wiki=yes}} → 100–200 cubic yards (76.46–152.91 cubic metres)

See also