Template:Unit/Doc/Data

From Citizendium
< Template:Unit
Revision as of 18:09, 23 June 2008 by imported>David Yamakuchi
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Example of the {{Unit}} template displayed on a /Data page

Or rather not displayed, as it were. The {{Unit}} template truncates the alpha characters from the number on /Data pages so they can be used in {{#expr:}} functions.

{| border="1"
|-
|colspan="2"|<font size=2em>'''Boiling points °C'''</font>
|-
|[[Carbon]]:
| {{:Carbon/Boiling point}}
|-
|[[Nitrogen]]:
| {{:Nitrogen/Boiling point}}
|-
|[[Oxygen]]:
| {{:Oxygen/Boiling point}}
|}
Boiling points °C
Carbon: 3800 °C


Nitrogen: -195.79 °C
Oxygen: -182.962 °C
<font size=1em>
{| border="1"
|-
|colspan="2"|'''Boiling points °C'''
|-
|[[Carbon]]:
| {{#expr:{{:Carbon/Boiling point}} round 0}}
|-
|[[Nitrogen]]:
| {{#expr:{{:Nitrogen/Boiling point}} round 0}}
|-
|[[Oxygen]]:
| {{#expr:{{:Oxygen/Boiling point}} round 0}}
|}</font>

Boiling points °C
Carbon: Expression error: Unrecognized punctuation character "°".
Nitrogen: Expression error: Unrecognized punctuation character "°".
Oxygen: Expression error: Unrecognized punctuation character "°".