Template:Userbox: Difference between revisions
Template page
More actions
Created page with "<!-- Template:Userbox --> <div style="float: left; border: solid {{{border-c|#C0C0C0}}} {{{border-s|1}}}px; margin: 1px;"> {| cellspacing="0" style="width: 238px; background: {{{info-c|#F8F9FA}}};" | style="width: 45px; height: 45px; background: {{{id-c|#FFFFFF}}}; text-align: center; font-size: {{{id-s|14}}}pt; color: {{{id-fc|black}}};" | {{{id}}} | style="font-size: {{{info-s|8}}}pt; padding: 4pt; line-height: 1.25em; color: {{{info-fc|black}}}; text-align: {{{info-a|..." |
(No difference)
|
Revision as of 17:40, 12 July 2025
| {{{id}}} | {{{info}}} |
Usage
This is a generic userbox template.
{{Userbox
| border-c = border color
| border-s = border size (in pixels)
| id = the text in the left box (the "ID")
| id-c = background color of the ID box
| id-s = font size of the ID text
| id-fc = font color of the ID text
| info = the text in the main box (the "info")
| info-c = background color of the info box
| info-s = font size of the info text
| info-fc = font color of the info text
| info-a = text alignment of the info text
}}