Difference between revisions of "Template:C to F"

From MidsouthMakers - Memphis Area Hackerpace
Jump to navigation Jump to search
m (1 revision)
 
(No difference)

Latest revision as of 05:48, 23 February 2010

Usage
{{C to F | num | precision | wiki}}
Examples
Short notation: {{C to F|66}} → 66 °C (150.8 °F)
Full notation: {{C to F|num=66|precision=0|wiki=yes}} → 66 °C (151 °F)

Italicized parameters are optional:

  • num is a required parameter, which specifies the number of degrees Celsius to be converted to degrees Fahrenheit. Please do not format this parameter, i.e., use 1234 instead of 1,234.
  • precision is the number of decimal digits in the converted value. The default value is 1.
  • 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.