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

Template for collecting userboxes into a single (or multiple) column grouping easily.

Usage[]

{{Userboxes|boxes=
{{User Fallout}}
{{User Fallout 2}}
{{User Fallout 3}}
}}

Parameters[]

Neutral
(default: "#E7EADA")
bg
Main background color of the box. Accepts standard HTML color names or RGB hex triplets.
Neutral
(default: "#AAAAAA")
border color
Color of the box border. Accepts standard HTML color names or RGB hex triplets.
Neutral
boxes
The userboxes which should be displayed within this template.
Neutral
(default: none)
clear
Sets CSS "clear" attribute for the box. Basically, this is used to "reset" floats (see below). For example, setting this to "left" will cause the box to appear at the left margin of the page even if there are left-floating elements before it (which would normally cause the box to appear to their right).

Available options:

  • left: Resets floats to the left.
  • right: Resets floats to the right.
  • both: Resets all floats.
  • none: Resets no floats.
Neutral
(default: "#000000")
color
Color of the text within the box. Colors set for specific userboxes override this setting. Accepts standard HTML color names or RGB hex triplets.
Neutral
(default: "1")
columns
The number of columns the userboxes should be displayed in.
Neutral
extra-css
Any additional CSS you wish to apply to the box.
Neutral
(default: "right")
float
CSS "float".

Available options:

  • none: Text does not flow around the box.
  • left: Subsequent text floats around the box on the right.
  • right: Subsequent text floats around the box on the left.
Neutral
no title
Set this to true to hide the title.
Neutral
(default: "Userboxes")
title
The title of the template, i.e. the text which appears above the userboxes.

Example[]

Simple[]

Userboxes
Gametitle-FO1This user is knowledgeable about the original Fallout.
Gametitle-FO2This user is knowledgeable about Fallout 2.
Gametitle-FO3This user is knowledgeable about Fallout 3.
{{Userboxes
|boxes   =
{{User Fallout}}
{{User Fallout 2}}
{{User Fallout 3}}
}}

Multiple columns[]

Userboxes
Gametitle-FO1This user is knowledgeable about the original Fallout.
Gametitle-FO2This user is knowledgeable about Fallout 2.
Gametitle-FO3This user is knowledgeable about Fallout 3.
Gametitle-FOTThis user is knowledgeable about Fallout Tactics.
{{Userboxes
|columns =2
|boxes   =
{{User Fallout}}
{{User Fallout 2}}
{{User Fallout 3}}
{{User Fallout Tactics}}
}}

Altered alignment[]

Userboxes
Gametitle-FO1This user is knowledgeable about the original Fallout.
Gametitle-FO2This user is knowledgeable about Fallout 2.
Gametitle-FO3This user is knowledgeable about Fallout 3.
{{Userboxes
|float   =left
|boxes   =
{{User Fallout}}
{{User Fallout 2}}
{{User Fallout 3}}
}}

Altered background & title[]

My userboxes
Gametitle-FO1This user is knowledgeable about the original Fallout.
Gametitle-FO2This user is knowledgeable about Fallout 2.
Gametitle-FO3This user is knowledgeable about Fallout 3.
{{Userboxes
|bg      =#F9F9F9
|title   =My userboxes
|boxes   =
{{User Fallout}}
{{User Fallout 2}}
{{User Fallout 3}}
}}

No title[]

Gametitle-FO1This user is knowledgeable about the original Fallout.
Gametitle-FO2This user is knowledgeable about Fallout 2.
Gametitle-FO3This user is knowledgeable about Fallout 3.
{{Userboxes
|no title=true
|boxes   =
{{User Fallout}}
{{User Fallout 2}}
{{User Fallout 3}}
}}
Documentation transcluded from Template:Userboxes/doc.
Advertisement