Template:Unit/Doc/Data: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>David Yamakuchi
m (New page: {{Resizable Periodic Table of Elements|Atomic number|Atomic mass|Electron configuration|Electronegativity|Standard phase|Boiling point| |colorscheme=Boiling point }})
 
imported>David Yamakuchi
mNo edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Resizable Periodic Table of Elements|Atomic number|Atomic mass|Electron configuration|Electronegativity|Standard phase|Boiling point|
== Example of the {{Tl|Unit}} template displayed on a /Data page ==
|colorscheme=Boiling point
Or rather not displayed, as it were.  The {{Tl|Unit}} template truncates the alpha characters from the number on /Data pages so they can be used in <nowiki>{{#expr:}}</nowiki> functions.
}}
<pre>{| border="1"
|-
|colspan="2"|<font size=2em>'''Boiling points °C'''</font>
|-
|[[Carbon]]:
| {{:Carbon/Boiling point}}
|-
|[[Nitrogen]]:
| {{:Nitrogen/Boiling point}}
|-
|[[Oxygen]]:
| {{:Oxygen/Boiling point}}
|}</pre>
{| border="1"
|-
|colspan="2"|<font size=2em>'''Boiling points °C'''</font>
|-
|[[Carbon]]:
| {{:Carbon/Boiling point}}
|-
|[[Nitrogen]]:
| {{:Nitrogen/Boiling point}}
|-
|[[Oxygen]]:
| {{:Oxygen/Boiling point}}
|}
 
<pre><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></pre>
<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>

Latest revision as of 18:09, 23 June 2008

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 "°".