Template:Periodic: Difference between revisions
Jump to navigation
Jump to search
imported>David Yamakuchi mNo edit summary |
imported>David Yamakuchi mNo edit summary |
||
Line 1: | Line 1: | ||
<div style="position:absolute; z-index:3;"> | <div style="position:absolute; z-index:3;"> | ||
{|border=0 cellspacing=0 cellpadding=1 | {|border=0 cellspacing=0 cellpadding=1 | ||
{{#ifeq:{{{elSym}}}| | {{#ifeq:{{{elSym}}}|H| | ||
{{!}}{{ele|color=#FFFF00|alphaOp=100|elOpacity=1|b=1}}| | {{!}}{{ele|color=#FFFF00|alphaOp=100|elOpacity=1|b=1}}| | ||
{{!}}{{ele|color=#FFFF00|alphaOp=15|elOpacity=.15|b=0}} | {{!}}{{ele|color=#FFFF00|alphaOp=15|elOpacity=.15|b=0}} | ||
Line 140: | Line 140: | ||
|execution= | |execution= | ||
<pre> | <pre> | ||
{{periodic | {{periodic|elSym=H}}{{Elem_Infobox | ||
|elSym= | |background1=ffffff | ||
|align=left | |||
|elementColor=f5f5f5 | |||
|elName=Lead | |||
|elMass=207.2 | |||
|elSym=Pb | |||
|elNum=82 | |||
|eltrnCfg=[Xe]6s<sup>2</sup>4f<sup>14</sup>5d<sup>10</sup>6p<sup>2</sup> | |||
|no1= +2 | |||
|no2= +4 | |||
|no3= | |||
|no4= | |||
|properties= [[corrosion]]-resistant, [[density|dense]], [[ductility|ductile]], and [[malleability|malleable]] blue-gray [[transition metal]] | |||
|compounds= | |||
|uses= | |||
|hazard= toxic | |||
}} | |||
</pre> | </pre> | ||
|sample= | |sample= {{periodic|elSym=H}}{{Elem_Infobox | ||
|background1=ffffff | |||
|align=left | |||
|elementColor=f5f5f5 | |||
|elName=Lead | |||
|elMass=207.2 | |||
|elSym=Pb | |||
|elNum=82 | |||
|eltrnCfg=[Xe]6s<sup>2</sup>4f<sup>14</sup>5d<sup>10</sup>6p<sup>2</sup> | |||
|no1= +2 | |||
|no2= +4 | |||
|no3= | |||
|no4= | |||
|properties= [[corrosion]]-resistant, [[density|dense]], [[ductility|ductile]], and [[malleability|malleable]] blue-gray [[transition metal]] | |||
|compounds= | |||
|uses= | |||
|hazard= toxic | |||
}} | |||
|caveats= each cell design is under {{tl|ele}}. The only stuff to be adjusted here are background colors, opacity, border styles, etc, anything that does not affect each cell. | |caveats= each cell design is under {{tl|ele}}. The only stuff to be adjusted here are background colors, opacity, border styles, etc, anything that does not affect each cell. | ||
|authors= | |authors= |
Revision as of 17:30, 6 April 2008
Template Description
mini configurable table of the elements
Execution
{{periodic|elSym=H}}{{Elem_Infobox |background1=ffffff |align=left |elementColor=f5f5f5 |elName=Lead |elMass=207.2 |elSym=Pb |elNum=82 |eltrnCfg=[Xe]6s<sup>2</sup>4f<sup>14</sup>5d<sup>10</sup>6p<sup>2</sup> |no1= +2 |no2= +4 |no3= |no4= |properties= [[corrosion]]-resistant, [[density|dense]], [[ductility|ductile]], and [[malleability|malleable]] blue-gray [[transition metal]] |compounds= |uses= |hazard= toxic }}
Sample
Caveats
each cell design is under {{
}}. The only stuff to be adjusted here are background colors, opacity, border styles, etc, anything that does not affect each cell.Authors
- Robert King - implementation
- Chris Day - design
- David Yamakuchi - inspiration