Template:Userbox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div style="float:{{{float|left}}}; border:{{{border-width|{{{border-s|1}}}}}}px solid {{{border-color|{{{1|{{{border-c|{{{id-c|#999}}}}}}}}}}}}; margin:1px;" class="userbox"> | <div style="float:{{{float|left}}}; border:{{{border-width|{{{border-s|1}}}}}}px solid {{{border-color|{{{1|{{{border-c|{{{id-c|#999}}}}}}}}}}}}; margin:1px;" class="userbox"> | ||
{| cellspacing="0" style="width: | {| cellspacing="0" style="width:{{{width|238}}}px; 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|{{{5|{{{id-s|14}}}}}}}}}pt; color:{{{logo-color|{{{id-fc|black}}}}}}; padding:{{{logo-padding|{{{id-p|1px}}}}}}; line-height:{{{logo-line-height|{{{id-lh|1.25em}}}}}}; {{{logo-other-param|{{{id-op|}}}}}}; vertical-align: middle;" |'''{{{logo|{{{3|{{{id|id}}}}}}}}}''' | | 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|{{{5|{{{id-s|14}}}}}}}}}pt; color:{{{logo-color|{{{id-fc|black}}}}}}; padding:{{{logo-padding|{{{id-p|1px}}}}}}; line-height:{{{logo-line-height|{{{id-lh|1.25em}}}}}}; {{{logo-other-param|{{{id-op|}}}}}}; vertical-align: middle;" |'''{{{logo|{{{3|{{{id|id}}}}}}}}}''' | ||
| style="text-align:left; font-size:{{{info-size|{{{info-s|8}}}}}}pt; padding:{{{info-padding|{{{info-p|4px}}}}}}; line-height:{{{info-line-height|{{{info-lh|1.25em}}}}}}; color:{{{info-color|{{{info-fc|black}}}}}}; {{{info-other-param|{{{info-op|}}}}}}; vertical-align: middle;" | {{{info|{{{4|{{{info|''info''}}}}}}}}} | | style="text-align:left; font-size:{{{info-size|{{{info-s|8}}}}}}pt; padding:{{{info-padding|{{{info-p|4px}}}}}}; line-height:{{{info-line-height|{{{info-lh|1.25em}}}}}}; color:{{{info-color|{{{info-fc|black}}}}}}; {{{info-other-param|{{{info-op|}}}}}}; vertical-align: middle;" | {{{info|{{{4|{{{info|''info''}}}}}}}}} | ||
|}</div> | |}</div>{{clr}}<noinclude> | ||
{{clr}} | |||
Source: http://en.wikipedia.org/wiki/Template:Userbox | Source: http://en.wikipedia.org/wiki/Template:Userbox | ||
Line 29: | Line 28: | ||
| info-lh = info line height (or distance in between text lines) | | info-lh = info line height (or distance in between text lines) | ||
| info-op = info other (CSS) parameter(s) | | info-op = info other (CSS) parameter(s) | ||
| width = width | |||
}} | }} | ||
</pre> | </pre> | ||
[[Category:Box templates]][[Category: | [[Category:Box templates|{{PAGENAME}}]][[Category:Userboxes| ]] | ||
</noinclude> | </noinclude> |
Latest revision as of 02:17, 18 April 2009
id | info |
Source: http://en.wikipedia.org/wiki/Template:Userbox
I'm lazy. :P
{{userbox | border-c = border color | border-s = border width in pixels | 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) | width = width }}