Simulism:Userboxes
From Simulism
A "Userbox" is a box placed on a user's main page to express oneself. They can be fun, informative, or whatever the user prefers. Please note that only the top template has so far been coded.
[edit] Coding On Your User Page
Coding a userbox is easy. Simply code as follows:
{{userboxtop|Your Name, Title}}
{{user ____}}
{{user ____}}
{{userboxbottom}}
Replace the "____" with the title of the template that you seek to use, from the lists on the sub pages below.
[edit] Coding a New Box
It is easy to create your own Userbox. All new userboxes must be templates, created under the title "template:User ____". Experienced coders can change the web colors using any of the standard hexadecimal color values.
| Code | Appearance | |||
|---|---|---|---|---|
| Standard box | ||||
| {{Userbox |border-c=#000 |border-s=1 |id-c=#fff |id-s=12 |id-fc=#000 |info-c=#039 |info-s=8 |info-fc=#fff |id=ID |info=Content}}
or {{Userbox |side-box colour |main box colour |side-box content |main box content}} |
| |||
| Reverse box | ||||
| {{Userbox-r |border-c=#000 |border-s=1 |id-c=#fff |id-s=12 |id-fc=#000 |info-c=#039 |info-s=8 |info-fc=#fff |id=ID |info=Content}}
or {{Userbox-r |side-box colour |main box colour |side-box content |main box content}} |
| |||
| Double box | ||||
| {{Userbox-2 |border-c=#000 |border-s=1 |id1-c=#fff |id1-s=12 |id1-fc=#000 |id2-c=#000 |id2-s=12 |id2-fc=#fff |info-c=#039 |info-s=8 |info-fc=#fff |id1=ID 1 |id2=ID 2 |info=Content}}
or {{Userbox-2 |side-box 1 colour |main box colour |side-box 1 content |message |side-box 2 content |border colour |side-box 2 colour |main box font-colour |box border thickness}}
|
| |||
[edit] An Example
Put Your Username Here
|
This was coded using:
- {{UserboxTop|Put Your Username Here}}
- {{Userbox |border-c=#000 |border-s=1 |id-c=#fff |id-s=12 |id-fc=#000 |info-c=#999 |info-s=8 |info-fc=#fff |id=[[Image:AI_movieposter.jpg|50px]] |info=This user has Artifical Intelligence}}
- {{{Userbox-r |border-c=#000 |border-s=1 |id-c=#fff |id-s=12 |id-fc=#000 |info-c=#039 |info-s=8 |info-fc=#fff |i|id=[[Image:Digitaluniverse.jpg|50px]] |info=This user believes in the [[Computable Universe Theory]]}}
- {{Userbox |red|white|UK|This user lives in the UK}}
- {{UserboxBottom}}

