Template:Elem Infobox: Difference between revisions
Jump to navigation
Jump to search
imported>Robert W King No edit summary |
imported>Robert W King No edit summary |
||
Line 3: | Line 3: | ||
<div style="position:absolute; top:0px; left:0px;"> | <div style="position:absolute; top:0px; left:0px;"> | ||
{|border="1" width="141" align="right" cellpadding="4" cellspacing="0" style="background:#{{{background1}}}; wrap=no; border:1px solid #888" | {|border="1" width="141" align="right" cellpadding="4" cellspacing="0" style="background:#{{{background1}}}; wrap=no; border:1px solid #888" | ||
|align="center" width=100% bgcolor=#f2f2f2 style="border-top:2px solid #bbb" |'''{{{elName}}}''' | |align="center" width=100% bgcolor=#f2f2f2 style="border-top:2px solid #bbb" |'''{{{elName}}}''' | ||
{|border="0" width="140" align="center" cellpadding="4" cellspacing="0" style="background:#{{{elementColor}}};" | {|border="0" width="140" align="center" cellpadding="4" cellspacing="0" style="background:#{{{elementColor}}};" | ||
|- | |- | ||
|colspan="2" align="left" |<font size=1em>[[Atomic mass|{{{elMass}}}]]</font> | |colspan="2" align="left" |<font size=1em>[[Atomic mass|{{{elMass}}}]]</font> | ||
|rowspan="3" colspan="1" valign="top" align="right" width="35"|<font size=2px>[[Oxidation state|{{{no1}}}<br/>{{{no2}}}<br/>{{{no3}}}<br/>{{{no4}}}<br/>]]</font> | |rowspan="3" colspan="1" valign="top" align="right" width="35"|<font size=2px>[[Oxidation state|{{{no1}}}<br/>{{{no2}}}<br/>{{{no3}}}<br/>{{{no4}}}<br/>]]</font> | ||
|- | |- | ||
Line 47: | Line 43: | ||
|} | |} | ||
|} | |} | ||
|}<noinclude> | |} | ||
<noinclude> | |||
{{newtemplate | {{newtemplate | ||
|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}}. | |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}}. |
Revision as of 19:26, 5 April 2008
Template Description
Use in articles dealing with elements, similar to using code Elem_Infobox. NOT for complex chemical compounds. For that, use {{Chem_infobox}}.
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 }}
Sample
See example on Lead. May also include Template:NFPA to indicate hazardous qualities.
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
- Robert King, Original Design/test/scripting
- Dave Yamakuchi, additional development
- Chris Day, additional development