×
Fallout Wiki
FO76 ui workshop team.png Independent Fallout Wiki - Template Area FO76 ui workshop team.png

Template:Atom

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[edit]

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

Parameters[edit]

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[edit]

Just the icon[edit]

Atoms

{{atom}}


Resized icon[edit]

Atoms

{{atom|size=30px}}


Icon with value[edit]

300 Atoms

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


Resized icon with value[edit]

300 Atoms

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


Icon with value and different link[edit]

300 Atomic Shop

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


Resized icon value and with different link[edit]

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[edit]

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[edit]

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.