Template:Elem Infobox: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>David Yamakuchi
(I think I found the right if finally)
imported>David Yamakuchi
mNo edit summary
Line 22: Line 22:
|}
|}
{| border="1" width="140" cellpadding="1" cellspacing="0"
{| border="1" width="140" cellpadding="1" cellspacing="0"
|-
{{#if:{{{PTImage|}}}|{{{PTImage}}}}}
{{#if:{{{PTImage|}}}|{{{PTImage}}}}}
|-
|-
{{#if:{{{properties|}}}|
{{#if:{{{properties|}}}|
<table border="0" width="100%" colspan="1" cellpadding="2" cellspacing="0" bgcolor=#f2f2f2>
<table border="0" width="100%" colspan="1" cellpadding="2" cellspacing="0" bgcolor=#f2f2f2>
Line 39: Line 35:
<table border="0" width="100%" colspan="1" cellpadding="2" cellspacing="0" bgcolor=#f2f2f2>
<table border="0" width="100%" colspan="1" cellpadding="2" cellspacing="0" bgcolor=#f2f2f2>
<td width="100%" align="right"><font size=1px><b>[[/Catalogs#hazard|Hazard]]:</b></font></td></table>{{#if:{{{hazard|}}}|<table border="0" width="100%" cellpadding="2" cellspacing="3" bgcolor=#ffffff><td><font size=1px>{{{hazard}}}</font></td></table>}}}}
<td width="100%" align="right"><font size=1px><b>[[/Catalogs#hazard|Hazard]]:</b></font></td></table>{{#if:{{{hazard|}}}|<table border="0" width="100%" cellpadding="2" cellspacing="3" bgcolor=#ffffff><td><font size=1px>{{{hazard}}}</font></td></table>}}}}
|-
|}
|}
|}
|}
|}
<noinclude>
<noinclude>
 
<br /><br /><br /><br /><br /><br />
<noinclude>
== Placement ==
== Placement ==
Articles dealing with elements, similar to using code [[Template:Elem_Infobox|Elem_Infobox]].  <u>'''NOT'''</u> for complex chemical compounds.  For that, use {{tl|Chem_infobox}}.
Articles dealing with elements, similar to using code [[Template:Elem_Infobox|Elem_Infobox]].  <u>'''NOT'''</u> for complex chemical compounds.  For that, use {{tl|Chem_infobox}}.

Revision as of 02:36, 4 April 2008

{{{elName}}}
{{{elMass}}} {{{no1}}}
{{{no2}}}
{{{no3}}}
{{{no4}}}
  {{{elSym}}}
{{{elNum}}}
{{{eltrnCfg}}}







Placement

Articles dealing with elements, similar to using code Elem_Infobox. NOT for complex chemical compounds. For that, use {{Chem_infobox}}.




Usage

See example on Lead. May also include Template:NFPA to indicate hazardous qualities.]

Lead
207.2 +2
+4


  Pb
82
[Xe]6s 24f 145d 106p 2
Properties:
Metallic
compounds:
galena(PbS),

anglesite(PbSO4),

cerussite(PbCO3)
Hazard:
Toxic
{{Elem_Infobox
|background1=ffffff
|elementColor=fefefe
|elMenucolor1=ffffff
|elName=Lead
|elMass=207.2
|elSym=Pb
|elNum=82
|eltrnCfg=[Xe]6''s''
<sup>2</sup>4''f''
<sup>14</sup>5''d''
<sup>10</sup>6''p''
<sup>2</sup>
|no1= +2
|no2= +4
|no3=
|no4=
|properties=Metallic
|compounds= [[galena]](PbS),<br /> 
[[anglesite]](PbSO<sub>4</sub>),<br />
[[cerussite]](PbCO<sub>3</sub>)
|uses=
|hazard=Toxic
}}
Lead
207.2 +2
+4


  Pb
82
[Xe]6s24f145d106p2
Properties:
Metallic
compounds:
galena(PbS),
anglesite(PbSO4),
cerussite(PbCO3)
Hazard:
Toxic

Parameters

  • background1= aaccff (the color of the background, in Hex)
  • elementColor=xxxxxx (the color of the element square, in Hex)
  • elName= (element name)
  • elMass= (element mass)
  • elSym= (element symbol)
  • elNum= (atomic number)
  • eltrnCfg=X-X (electron confguration)
  • no1=A (oxidation states)
  • no2=B
  • no3=C
  • no4=D
  • properties= Brief description of properties
  • compounds= What common materials is it found in?
  • uses= (uses)
  • hazard= what type of hazard does it pose?

Credits

  • Robert King, Original Design/test/scripting
  • DaveY, added clearance keepout for surrounding article text, links, and some other fluff.