Template:M3 to yd3

From Wikipedia, the free encyclopedia

At least one numeric parameter is required!

This template employs intricate features of template syntax.
You are encouraged to familiarise yourself with its setup and parser functions before editing the template. If your edit causes unexpected problems, please undo it quickly, as this template may appear on a large number of pages.
Remember that you can conduct experiments, and should test all improvements, in either the general Template sandbox or your user space before changing anything here.
[edit] Template documentation

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

Contents

[edit] Accepted parameters

Italicized parameters are optional:

  • from, or first unnamed parameter is a required parameter, which specifies the number of cubic meters to be converted to cubic yards, or start of range (for range conversions). Please do not format this parameter; e.g., use 1234 instead of 1,234.
  • to, or second unnamed parameter is a parameter specifying end of range in cubic meters to be converted to cubic yards. Please do not format this parameter; e.g., 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 feet, m³); yes will show the abbreviated names of the units (cu ft, m³); and no will show the full names of the units (cubic meters, cubic yards). 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.

[edit] Usage and examples

[edit] Single value conversion

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

[edit] Range conversions

Usage
{{m3 to yd3 | from | to | abbr | spell | precision | wiki}}
Examples
Manual of Style notation: {{m3 to yd3|100|200|}} → 100–200 m³ (131–262 cubic yards)
Short notation: {{m3 to yd3|100|200|abbr=yes}} → 100–200 m³ (131–262 cu yd)
Full notation: {{m3 to yd3|from=100|to=200|abbr=no|spell=Commonwealth|precision=2|wiki=yes}} → 100–200 cubic metres (130.8–261.59 cubic yards)

[edit] See also