Difference between revisions of "Template:Element"
(adding an "atmospheric abundance" element) |
m (minor formatting) |
||
Line 1: | Line 1: | ||
− | <div style="float:{{{float|right}}};width:100px;text-align:center;background-color:#fff;border:#888888 solid 1px"> | + | <div style="margin:5px 5px 5px 5px;float:{{{float|right}}};width:100px;text-align:center;background-color:#fff;border:#888888 solid 1px"> |
<div style="margin:5px auto 5px auto;border:2px #000000 solid;padding:0;width:66px;height:66px;text-align:center;background-color:#FFF0E8"> | <div style="margin:5px auto 5px auto;border:2px #000000 solid;padding:0;width:66px;height:66px;text-align:center;background-color:#FFF0E8"> | ||
{|style="background-color:transparent;margin:0 auto 0 auto;" | {|style="background-color:transparent;margin:0 auto 0 auto;" |
Revision as of 17:53, 16 December 2007
{{{elementSymbol}}} | {{{protons}}} |
[[{{{elementName}}}]] |
Abundance: {{{abundance}}}
Currently testing a template for elements in category:Chemistry. This will be expanded for chemical formulae in time.
Usage:
If you have an element you would like to be represented by this periodic table symbol, you require the element symbol ({{{elementSymbol}}}), element name ({{{elementName}}}) and no. of protons in the nuclei ({{{protons}}}). Optional: use the "float" command ({{{float}}}) to define either "left" or "right" side of article text.
Example:
For the element of Oxygen:
{{element
|float=left
|elementName=Oxygen
|elementSymbol=O
|protons=8
|abundance=0.13%
}}
This yields:
O | 8 |
Oxygen |
Abundance: 0.13%