Template:Elem Infobox: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Robert W King
No edit summary
imported>Robert W King
No edit summary
Line 49: Line 49:
|}<noinclude>
|}<noinclude>
{{-}}
{{-}}
== Placement ==
{{newtemplate
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}}.
|description= Use in 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}}.
{{-}}
|sample= See example on [[Lead]].  May also include [[Template:NFPA]] to indicate hazardous qualities.
== Usage ==
|execution=<pre>
See example on [[Lead]].  May also include [[Template:NFPA]] to indicate hazardous qualities.
 
{|border="0" cellpadding="1" align="left" cellspacing="3" style="background:#ffffff;"
|<pre>{{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=
|PTImage=Period.jpg
|image-width=<!--default is 135px-->
|properties=Metallic
|compounds= [[galena]] (PbS),<br>
[[anglesite]] (PbSO<sub>4</sub>),<br>
[[cerussite]] (PbCO<sub>3</sub>)
|uses=various
|hazard=Toxic
}}</pre>
|
{|class="wikitable"
|{{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=
|PTImage=Period.jpg
|image-width=<!--default is 135px-->
|properties=Metallic
|compounds= [[galena]] (PbS),<br>[[anglesite]] (PbSO<sub>4</sub>),<br>[[cerussite]] (PbCO<sub>3</sub>)
|uses=various
|hazard=Toxic
}}
|}
 
|}
{{Elem_Infobox
{{Elem_Infobox
|background1=ffffff
|background1=ffffff
Line 135: Line 77:
|hazard=Toxic
|hazard=Toxic
}}
}}
{{-}}
</pre>
 
|caveats=
==Parameters==
 
* background1= aaccff (the color of the background, in Hex)
* background1= aaccff (the color of the background, in Hex)
* elementColor=xxxxxx (the color of the element square, in Hex)
* elementColor=xxxxxx (the color of the element square, in Hex)
Line 154: Line 94:
* uses= (uses)
* uses= (uses)
* hazard= what type of hazard does it pose?
* hazard= what type of hazard does it pose?
 
|authors=
==Credits==
 
* [[User:Robert W King|Robert King]], Original Design/test/scripting
* [[User:Robert W King|Robert King]], Original Design/test/scripting
* [[User:David Yamakuchi|DaveY]], added clearance keepout for surrounding article text, links, and some other fluff.
* [[User:David Yamakuchi|Dave Yamakuchi]], additional development
* [[User:Chris_Day|Chris Day]], additional development


</noinclude>
</noinclude>

Revision as of 19:25, 5 April 2008


{{newtemplate |description= Use in articles dealing with elements, similar to using code Elem_Infobox. NOT for complex chemical compounds. For that, use {{Chem_infobox}}. |sample= See example on Lead. May also include Template:NFPA to indicate hazardous qualities.

|execution=

{{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=
|PTImage=Period.jpg
|image-width=<!--default is 135px-->
|properties=Metallic
|compounds= [[galena]] (PbS),<br>[[anglesite]] (PbSO<sub>4</sub>),<br>[[cerussite]] (PbCO<sub>3</sub>)
|uses=various
|hazard=Toxic
}}

|caveats=

  • 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?

|authors=