Template:Chembox CalcTemperatures/doc

From blackwiki
< Template:Chembox CalcTemperatures
Revision as of 13:46, 17 February 2014 by imported>DePiep (→‎Usage)
Jump to navigation Jump to search

Usage

Value1 = temperature in C
Value2 = temperature in F
Value3 = temperature in K
Value4 = temperature high range, to-value in C (with value1 as the from-value)
Value5 = temperature high range, to-value in F (with value2 as the from-value)
Value6 = temperature high range, to-value in K (with value3 as the from-value)
Value7 = prefix text
{{Chembox CalcTemperatures
| prefix={{{value7|}}}
| unit={{#if:{{{value1|}}}|C|{{#if:{{{value2|}}}|F|{{#if:{{{value3|}}}|K|}}}}}}
| temp1={{{value1|}}} {{{value2|}}} {{{value3|}}}
| temp2={{{value4|}}} {{{value5|}}} {{{value6|}}}
| defaultvalue={{{value|}}} }}{{#if:{{{label|}}}| {{{label}}}
}}