Template:Periodic: Difference between revisions
Jump to navigation
Jump to search
imported>Chris Day No edit summary |
imported>Chris Day No edit summary |
||
Line 1: | Line 1: | ||
{|align=center border=0 cellspacing=0 cellpadding=0 | <includeonly>{|align=center border=0 cellspacing=0 cellpadding=0 | ||
|[[Hydrogen |{{ {{#ifeq:{{{elSym}}}|H | |[[Hydrogen |{{ {{#ifeq:{{{elSym}}}|H | ||
|element on | |element on | ||
Line 684: | Line 684: | ||
|[[Periodic Table of Elements|<div style="width:8px; height:11px; background-color:#fff"><font style="size:0px;"></font> | |[[Periodic Table of Elements|<div style="width:8px; height:11px; background-color:#fff"><font style="size:0px;"></font> | ||
</div>]] | </div>]] | ||
|} | |}</includeonly><noinclude> | ||
{{newtemplate | |||
|description=mini configurable table of the elements used in {{tl|Elem_Infobox}} | |||
|execution= | |||
<pre> | |||
{{Elem_Infobox | |||
|background1=ffffff | |||
|align=left | |||
|elementColor=fefeaa | |||
|elName=Scandium | |||
|elMass=44.96 | |||
|elSym=Sc | |||
|elNum=21 | |||
|elClass=Transition Metal | |||
|eltrnCfg=Ar3d<sup>1</sup>-4s<sup>2</sup> | |||
|no1=2 | |||
|no2=8 | |||
|no3=9 | |||
|no4=2 | |||
|properties= | |||
|compounds= | |||
|uses= | |||
|hazard= toxic | |||
}} | |||
</pre> | |||
|sample= | |||
{{Elem_Infobox | |||
|background1=ffffff | |||
|align=left | |||
|elementColor=fefeaa | |||
|elName=Scandium | |||
|elMass=44.96 | |||
|elSym=Sc | |||
|elNum=21 | |||
|elClass=Transition Metal | |||
|eltrnCfg=Ar3d<sup>1</sup>-4s<sup>2</sup> | |||
|no1=2 | |||
|no2=8 | |||
|no3=9 | |||
|no4=2 | |||
|properties= | |||
|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. | |||
|authors= | |||
*[[User:Robert_W_King|Robert King]] | |||
*[[User:Chris_Day|Chris Day]] | |||
*[[User:David_Yamakuchi|David Yamakuchi]] | |||
}}</noinclude> |
Revision as of 01:15, 11 April 2008
Template Description
mini configurable table of the elements used in {{Elem_Infobox}}
Execution
{{Elem_Infobox |background1=ffffff |align=left |elementColor=fefeaa |elName=Scandium |elMass=44.96 |elSym=Sc |elNum=21 |elClass=Transition Metal |eltrnCfg=Ar3d<sup>1</sup>-4s<sup>2</sup> |no1=2 |no2=8 |no3=9 |no4=2 |properties= |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.