Template:Userbox

Revision as of 23:16, 16 February 2024 by Peppercrumble (talk | contribs) (Created page with "<div style="float:{{{float|left}}}; border:{{{border-width|{{{border-s|1}}}}}}px solid {{{border-color|{{{1|{{{border-c|{{{id-c|#999}}}}}}}}}}}}; margin:1px;" class="wwikiuserbox"> {| cellspacing="0" style="width:250px; background:{{{info-background|{{{2|{{{info-c|#EEE}}}}}}}}};" | style="width:{{{logo-width|{{{id-w|45}}}}}}px; height:{{{logo-height|{{{id-h|45}}}}}}px; background:{{{logo-background|{{{1|{{{id-c|#DDD}}}}}}}}}; text-align:center; font-size:{{{logo-size|{{{...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
id info

Template:Clear

Simple Code

{{userbox|#ff0000|#c0c0c0|id text/image|caption}}

Advanced Code

{{Userbox
  |id       = id 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-op    = id other parameter (CSS)
  |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 cell contents & cell border)
  |info-lh  = info line height (or distance in between text lines)
  |info-op  = info other (CSS) parameter(s)
  |border-c = box color
  |border-s = border width in pixels
}}