Difference between revisions of "Template:Chembox CalcTemperatures/doc"
Jump to navigation
Jump to search
imported>DePiep |
imported>DePiep |
||
| Line 4: | Line 4: | ||
== Usage == | == Usage == | ||
<pre> | <pre> | ||
| − | + | 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-range) | |
| − | + | Value5 = temperature high range, to-value in F (with value2 as the from-range) | |
| − | + | Value6 = temperature high range, to-value in K (with value3 as the from-range) | |
| + | Value7 = prefix text | ||
</pre> | </pre> | ||
<pre> | <pre> | ||
{{Chembox CalcTemperatures | {{Chembox CalcTemperatures | ||
| − | |unit={{#if:{{{value1|}}}|C|{{#if:{{{value2|}}}|F|{{#if:{{{value3|}}}|K|}}}}}} | + | | 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}}} | | defaultvalue={{{value|}}} }}{{#if:{{{label|}}}| {{{label}}} | ||
}}</pre> | }}</pre> | ||
Revision as of 15:26, 20 December 2013
| 40px | This is a documentation subpage for Template:Chembox CalcTemperatures. It contains usage information, categories and other content that is not part of the original template page. |
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-range) Value5 = temperature high range, to-value in F (with value2 as the from-range) Value6 = temperature high range, to-value in K (with value3 as the from-range) 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}}}
}}