|
{{{name}}} |
Biographical information |
---|
Physical description |
General information |
|
| [Source] |
Field list
- image
- name
- birth
- birthplace
- residence
- gender
- skin color
- height
- weight
- hair
- eyes
- occupation
- hobbies
- contribs
- userboxes (place optional userbox template here)
- c1 (optional color modifier)
- c2 (optional color modifier)
- c3 (optional color modifier)
Display parameters
Details
This version of the user infobox template allows users to easily recolor the box and gives them the ability to display their userboxes using an optional userbox container template that was specially designed to nest neatly within it.
Usage
To use this template, paste the following code into the top of your userpage, filling all relevant fields:
{{user infobox
|image=
|name=
|birth=
|birthplace=
|residence=
|gender=
|skin=
|height=
|weight=
|hair=
|eyes=
|occupation=
|hobbies=
|contribs=
|userboxes=
}}
Notes
- All the data fields are collapsible, so do not worry about leaving any of them empty.
- The three variables (hideb, hidep, and hideg) correspond to the three sub-headings (Biographical information, Physical description, and General information). If you wish to remove one of them, all you must do is append a brief statement to the template code. For instance:
{{user infobox
|hideb=hide
}}
Produces this:
Template:User infobox
Example
Template:User infobox
Code
{{user infobox
|c1=#3366cc
|c2=#99ccff
|name=name
|birth=date
|gender=gender
|skin=skin color
|height=height
|weight=weight
|hair=color
|eyes=color
|hobbies=hobbies
|userboxes={{userbox container
|c1=#99ccff
|c2=#3366cc
|ub1={{user en}}
|ub2={{user fox}}
|ub3={{user sw-3}}
}}
}}