Template:Chem infobox: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Robert W King
No edit summary
imported>Drew R. Smith
(Reverting.)
 
(64 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<-- Template makers: this is the data I want to see in a Chem_infobox -->
{|border="1" width={{{width}}} frame=box rules=none align={{{align}}} style="border:1px solid #FAFAFA; margin:5 5 5 5; background-color:#DEDEDE;"
 
|colspan=2|
{|border="1"
{|border="0" width=100% style="border-style:collapse;"
|Name:|{{{molname}}}
|align="center" valign="center"|{{{image}}}
|}
|-
|colspan=2 style="background-color:#EDEDED;" align="center"|'''{{{molname}}}'''
|-
|colspan=2|
{|border="0" width=100%  border:1px solid #FFFFFF; margin:5 5 5 5; padding:5 5 5 5;" frame=box rules=none
|width=50% |IUPAC name:
|width=50% |{{{iupac}}}
|-
|width=50%|Synonyms:
|width=50%|{{{synonyms}}}
|-
|width=50% |Formula:
|width=50% |{{{molformula}}}
|}
|-
|colspan=2 style="margin: 0 0 0 0; padding:0 0 0 0; height:1;"|<hr style="align:center; width:60%; border:0; height:1px; color:#FFF;">
|-
|width=50%|&nbsp;Uses:
|width=50%|{{{uses}}}
|-
|colspan=2 style="height:3px;"|<hr style="align:center; width:60%; border:0; height:1px; color:#FFF;">
|-
|width=50% |&nbsp;Properties:
|width=50% |{{{properties}}}
|-
|colspan=2 style="height:3px;"|<hr style="align:center; width:60%; border:0; height:1px; color:#FFF;">
|-
|width=50%|&nbsp;Hazards:
|width=50%|{{{hazards}}}
|-
|-
|Synonyms:|{{{synonyms}}}
|colspan=2 style="height:3px;"|<hr style="align:center; width:60%; border:0; height:1px; color:#FFF;">
|-
|-
|Formula:|{{{molformula}}}
|colspan=2|
{|border=0 width=100%
|align="center" width=50% |Mass (g/mol):
|align="center" width=50% |CAS #:
|-
|-
|align="center" width=50% style="background-color:#DEDEDE;"|{{{molmass}}}
|align="center" width=50% style="background-color:#DEDEDE;"|{{{casnumber}}}
|}
|}
|}
*synonyms
*molformula
*molmass
*properties
*uses
*hazards
*casnumber
*iupac
<table border="1" cellpadding="2" cellspacing="0" bordercolor="#CCCCCC" bgcolor="#FFFFFF">
<tr><td>'''Name'''</td><td>ethanol</td>
</tr>
<tr><td>'''Synonyms'''</td><td>ethyl alcohol</td>
</tr>
<tr><td>'''Formula'''</td><td>C<sub>2</sub>H<sub>6</sub>O</td>
</tr>
<tr><td>'''Mass'''</td><td>345.6023</td>
</tr>
<tr><td>'''Properties'''</td><td>clear liquid, polar</td>
</tr>
<tr><td>'''Uses'''</td><td>solvent, intoxicant</td>
</tr>
<tr><td>'''Hazards'''</td><td>flammable</td>
</tr>
<tr><td>'''CAS #'''</td><td>123456-67</td>
</tr>
<tr><td>'''IUPAC name'''</td><td>hydroxyethane</td>
</tr>
</table>


The variables should be named:
<noinclude>
*molname
{{newtemplate
*synonyms
|description=Template for chemical information.  <u>'''NOT'''</u> for single elements.  For element information, use {{tl|Elem_Infobox}}.
*molformula
|execution=
*molmass
<pre>
*properties
{{chem_infobox
*uses
|width= use the same width as the picture pixel width.
*hazards
|align= use this to position the infobox on the article (left right or center)
*casnumber
|image= insert the image on this line
*iupac
|iupac=
|synonyms=
|molformula=
|casnumber=
|properties=
|molmass=
|uses=
|hazards=
}}
</pre>
|sample= see [[itraconazole]]
|caveats=IUPAC number might not work yet.
|authors=
*[[User:David_E._Volk|David E. Volk]]
*[[user:Robert_W_King|Robert King]]
}}
</noinclude>

Latest revision as of 02:49, 20 September 2009

{{{image}}}
{{{molname}}}
IUPAC name: {{{iupac}}}
Synonyms: {{{synonyms}}}
Formula: {{{molformula}}}

 Uses: {{{uses}}}

 Properties: {{{properties}}}

 Hazards: {{{hazards}}}

Mass (g/mol): CAS #:
{{{molmass}}} {{{casnumber}}}




Template Description

Template for chemical information. NOT for single elements. For element information, use {{Elem_Infobox}}.

Execution

{{chem_infobox
|width= use the same width as the picture pixel width.
|align= use this to position the infobox on the article (left right or center)
|image= insert the image on this line
|iupac=
|synonyms=
|molformula=
|casnumber=
|properties=
|molmass=
|uses=
|hazards=
}}

Sample

see itraconazole

Caveats

IUPAC number might not work yet.

Authors