From Gislewiki
Userboxes are an optional decoration of a user page. These boxes are arranged in a tower-like formation to give visitors information on the user.
[edit] Directions
- To begin your userbox tower, type
{{userboxtop}}
- Add userbox blocks by copying and pasting the code listed under "code" below. Each box must be on its own line (press Enter/Return after each paste).
- To end your tower, type
|}.
- To change the standard "Gislewiki:Userbox" text, type
{{userboxtop|Text you want to appear}}
[edit] Templates
Use these templates if you like, or make your own!
[edit] Personal details
| Userbox | Code
|
| | {{Userbox/Male}}
|
| | {{Userbox/Female}}
|
| Name | This user's name is John Q. Public. |
| {{Userbox/Name|John Q. Public}} Parameters: your name.
|
| KID | This user is under 13 years old. |
| {{Userbox/Age|kid}}
|
| TEEN | This user is between 13 and 19 years old. |
| {{Userbox/Age|teen}}
|
| OLD | This user is over 19 years old. |
| {{Userbox/Age|old}}
|
| 25 | This user is 25 years old. |
| {{Userbox/Age|25}} Parameters: age in numbers.
|
[edit] Locale
| Userbox | Code
|
| | {{Userbox/Location/USA}}
|
| | {{Userbox/Location/UK}}
|
| | {{Userbox/Location/Finland}}
|
 | This user hails from China. |
| {{Userbox/Location/China}}
|
[edit] On the wiki
| Userbox | Code
|
| | {{Userbox/Contribs|100}} Parameters: approximate number of edits.
|
| TIME | This user has been on Gislewiki for 2 years, 8 months and 30 days. |
| {{Userbox/Userfox|2007|11|1}} Parameters: year of joining; month of joining; day of joining.
|
[edit] Albums
| Userbox | Code
|
 | This user's favorite album is Unicorn. |
| {{Userbox/Unicorn}}
|
| | {{Userbox/Cinematronics}}
|
 | This user's favorite album is Resound. |
| {{Userbox/Resound}}
|
| | {{Userbox/Nanokaravan}}
|
[edit] Custom
You can also create your very own userbox from scratch. Use the following code, modify what you need and place it on your userbox tower as normal.
{{userbox
| codecolor = <<color of the text on the left>>
| codebg = <<background of the left square>>
| code = <<text on the left; an abbreviation or an image (45px width)>>
| msgcolor = <<color of the text on the right>>
| msgbg = <<background of the main part of the userbox>>
| msg = <<the actual text of the userbox>>
| bordercolor = <<the color of the border stroke around the userbox>>
}}
As an example:
| Userbox | Code
|
| MOD | This user likes to mod userboxes. |
| {{userbox
| codecolor = #FFFFFF
| codebg = #CFC949
| code = MOD
| msgcolor = #000000
| msgbg = #ECEAB9
| msg = This user likes to '''mod userboxes'''.
| bordercolor = #564F23
}}
|