Template:Userbox: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
(Created page with '<div style="float:{{{float|left}}}; border:{{{border-s|1}}}px solid {{{1|{{{border-c|{{{id-c|#999}}}}}}}}}; margin:1px;" class="wikipediauserbox"> {| cellspacing="0" style="width...')
 
mNo edit summary
Line 30: Line 30:
<pre>{{Userbox|border color|id background color|id content|info content}}</pre>
<pre>{{Userbox|border color|id background color|id content|info content}}</pre>


[[Category:Userboxes| ]]</noinclude>
[[Category:Pikipedia Userboxes| ]]</noinclude>

Revision as of 12:12, August 6, 2009

id info

Use

This template is used to create standard userboxes. All fields are optional. id refers to the small box on the left, and info refers to the bigger box on the right.

{{Userbox
|float    = left|right|none (default = left)
|border-c = border color (default = id-c)
|border-s = border width in pixels (default = 1)
|id       = id content (text or image)
|id-c     = id background color
|id-fc    = id font color
|id-s     = id text size
|id-p     = id cell padding space
|id-lh    = id line height 
|id-w     = id box width
|id-h     = id box height
|info     = info text
|info-c   = info background color
|info-fc  = info font color
|info-s   = info text size
|info-p   = info padding (distance between content and border)
|info-lh  = info line height

Abbreviated version:

{{Userbox|border color|id background color|id content|info content}}