Template:Temperature

From RimWorld Wiki
Revision as of 09:42, 15 December 2016 by Zesty (talk | contribs) (God help me if I remember how mediawiki math expressions work)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

This template is used to take a temperature value in Celsius, so it can then display both Celsius and Fahrenheit.

The template accepts both numbers and expressions as inputs.

Syntax

Type {{Temperature|<X>}} on the page to be marked, where X is your temperature value in Celsius.

To display a range of temperatures, type {{Temperature|<X>|<Y>}} on the page to be marked, where X and Y are the bounds of your temperature range in Celsius.

To display a temperature difference rather than an absolute temperature type {{Temperature|X||delta}} or {{Temperature|<X>|<Y>|<delta>}}.

Example 1

Absolute temperature: {{Temperature|20}}

20 (68)

Example 2

Absolute temperature: {{Temperature|32}}

32 (89.6)

Example 3

Absolute temperature range: {{Temperature|20|32}}

20 (68)

Example 4

Temperature difference: {{Temperature|20||delta}}

20 (68)

Example 5

Temperature difference range: {{Temperature|20|32|delta}}

20 (68)