Screamer Wiki was down earlier due to an outage relating to scrapers grabbing too many pages way too fast. This is currently being mitigated and performance should improve over the next while.
Template:Userbox/Doc
Jump to navigation
Jump to search
- Description
- This template is used to create user boxes.
| Description | Left Inset | Main Box | Right Inset | |
|---|---|---|---|---|
| Content | Content wiki code | lcontent= | content= | rcontent= |
| Background | color | lbg= | mainbg= | rbg= |
| Text color | color | lcolor= | color= | rcolor= |
| Width | with units | lwidth= | width= (with insets) |
rwidth= |
| Font size | with units | lsize= | size= | rsize= |
| ||||
- Syntax
- Type
{{userbox}}on user page. - The box is formatted with the help of MediaWiki:Wikia.css (see below) - allowing the template to be used both with and without additional formatting information.
- The box consists of three parts - left and right inserts as well as the main (text) cell; the cells are rendered if the relevant content parameters are provided.
- The available parameters are listed in the box to the right.
- CSS code (add to MediaWiki:Wikia.css)
/* === USERBOXES === */
table.userbox { float:left; margin:0.2em; padding:0; border-width:1px; border-style:solid; }
table.userbox td.left, table.userbox td.right { text-align:center; vertical-align:middle; font-size:1.6em; padding:0; }
table.userbox td.main { padding:0 4px; vertical-align:middle; line-height:125%; font-size:0.9em; }
table.userbox { border-color:#aaa; background:#f8f8f8; }
table.userbox td.left, table.userbox td.right { background:#d8d8d8; }
- Sample output
{{userbox}}gives...
{{{info}}} |
{{userbox|rcontent=R|content=Box with one inset and no provided styling.}}gives...
{{{info}}} |
{{userbox|lcontent=L|rcontent=R|content=Box with both insets and no provided styling.}}gives...
{{{info}}} |
{{userbox|rcontent=[[File:Red Prompt button up-1-.svg]]|content=Box with one inset with a photo and no provided styling.}}gives...
{{{info}}} |
{{userbox|rcontent=BLU|content=Right inset, custom colors|mainbg=steelblue|rbg=lightsteelblue|rcolor=midnightblue|rsize=2em|color=#BBDDFF|bcolor=skyblue}}gives...
{{{info}}} |
- Dependencies
- See also
- Template:User edits on Templates Wiki, a userbox using this template.
- Template:Userbox on WoWWiki, upon which this template was based.