User:Quirozom/my userboxes sandbox

From Wikipedia, the free encyclopedia

This is a Wikipedia user page.

This is not an encyclopedia article. If you find this page on any site other than Wikipedia, you are viewing a mirror site. Be aware that the page may be outdated and that the user to whom this page belongs may have no personal affiliation with any site other than Wikipedia itself. The original page is located at http://en.wikipedia.org/wiki/User:Quirozom/my_userboxes_sandbox.


http://en.wikipedia.org/wiki/Wikipedia:Userbox http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Userboxes

Template Parameters Meaning Value type
border-c The border colour of the userbox CSS colour value (#hex or colour name)
border-s The border size of the userbox Width in pixels
id-c The background colour of the id box CSS colour value
id-s The font size of the id box Size in PostScript points
id-fc The font colour of the id box text CSS colour value
info-c The background colour of info box CSS colour value
info-s The font size of info box Size in PostScript points
info-fc The font colour of info box CSS colour value
id This is the content of the id box Text
info This is the content of info box Text
Code
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     = info box content
}}</