Fallout Wiki
Advertisement
Fallout Wiki
Template documentation (for the template shown above, sometimes hidden or invisible)

Displays an "atom" icon (Atomic Shop) with possible value before it., a shortcut to the {{icon}} for easier use.

Usage[]

{{atom}}
{{atom|<value>|<size>|<link>|<tooltip>}}

Parameters[]

Neutral
<unnnamed1> or value
Value to place to the left of the atom symbol.
Neutral
(default: "20px")
<unnnamed2> or size
The size of the atom symbol.
Neutral
(default: "Atom")
<unnnamed3> or link
The link that the atom symbol points to when clicked.
Neutral
(default: "Atom")
<unnnamed4> or tooltip
The tooltip of the atom symbol. If left blank or unused the link value will be used.

Examples[]

Just the icon[]

Atom

{{atom}}


Resized icon[]

Atom

{{atom|size=30px}}


Icon with value[]

300 Atom

{{atom|300}}
{{atom|value=300}}


Resized icon with value[]

300 Atom

{{atom|300|30px}}
{{atom|value=300|size=30px}}
{{atom|300|size=30px}}


Icon with value and different link[]

300 Atomic Shop

{{atom|value=300|link=Atomic Shop}}
{{atom|300|link=Atomic Shop}}


Resized icon value and with different link[]

300 Atomic Shop

{{atom|300|30px|Atomic Shop}}
{{atom|value=300|size=30px|link=Atomic Shop}}
{{atom|300|size=30px|Atomic Shop}}


Icon with value, different link, and tooltip[]

300 Atoms

{{atom|300|link=Atomic Shop|tooltip=Atoms}}
{{atom|value=300|link=Atomic Shop|tooltip=Atoms}}

Resized icon with value, different link, and tooltip[]

300 Atoms

{{atom|300|30px|Atomic Shop|Atoms}}
{{atom|value=300|size=30px|link=Atomic Shop|tooltip=Atoms}}
{{atom|300|size=30px|Atomic Shop|Atoms}}
Documentation transcluded from Template:Atom/doc.
Advertisement