Template:Elem Infobox: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Chris Day
(lets see what defualt looks like)
imported>Chris Day
m (Reverted edits by Chris Day (Talk); changed back to last version by David E. Volk)
Line 1: Line 1:
{|border="1" width="141" frame=box rules=none align="right" cellpadding="3" cellspacing="1" style="background:#{{{background1}}}; wrap=no"  
{|border="1" width="141" frame=box rules=none align="right" cellpadding="3" cellspacing="1" style="margin: 0 0 0 0; background:#{{{background1}}}; wrap=no"  
|align="center" width=100% colspan="4"|'''{{{elName}}}'''
|align="center" width=100% colspan="4"|'''{{{elName}}}'''
<!-- change background to reflect position on periodic table -->
<!-- change background to reflect position on periodic table -->
{|border="0" width="140" frame=box rules=none align="center" cellpadding="3" cellspacing="0" style="background:#{{{elementColor}}};"  
{|border="0" width="140" frame=box rules=none align="center" cellpadding="3" cellspacing="0" style="margin: 0 0 0 0; background:#{{{elementColor}}};"  
<!--|align="center" width=100% colspan="4"|'''{{{elName}}}''' <!-- name of element -->
<!--|align="center" width=100% colspan="4"|'''{{{elName}}}''' <!-- name of element -->
|-
|-

Revision as of 14:59, 20 March 2008

{{{elName}}}
{{{elMass}}}   {{{no1}}}
{{{no2}}}
{{{no3}}}
{{{no4}}}
  {{{elSym}}}
{{{elNum}}}
{{{eltrnCfg}}}
Properties:
{{{properties}}}
Compounds:
{{{compounds}}}
Uses:
{{{uses}}}
Hazards:
{{{hazard}}}

















Placement

Articles dealing with chemical elements, using code Template:Elem_Infobox.

Usage

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

Wikitext Appearance Anatomical
{{Elem_Infobox
|background1=ffffff
|elementColor=
|elName=Scandium
|elMass=44.9559
|elSym=Sc
|elNum=21
|eltrnCfg=Ar3d<sup>1</sup>-4s<sup>2</sup>
|no1=2
|no2=8
|no3=9
|no4=2
|properties=Metallic
|compounds=[[Thortveitite]].
|uses=None
|hazard=Radioactive.  
}}
Scandium
44.9559   2
8
9
2
  Sc
21
Ar3d1-4s2
Properties:
Metallic
Compounds:
Thortveitite.
Uses:
None
Hazards:
Radioactive.
Scandium
44.9559   2
8
9
2
  Sc
21
Ar3d1-4s2
Properties:
Metallic
Compounds:
Thortveitite.
Uses:
None
Hazards:
Radioactive.

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= Describe what it looks like
  • compounds= What is it found in?
  • uses= (uses)
  • hazard= what type of hazard does it pose?

Credits