Template: Userbox

From Xeliki
Jump to: navigation, search
(test)
 
m
 
(2 intermediate revisions by one other user not shown)
Line 4: Line 4:
 
| 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><noinclude>
 
|}</div><noinclude>
 +
== Usage ==
 +
<pre>
 +
{{ 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)
 +
}}</pre>
 +
[[Category:Templates|Userbox]]
 +
</noinclude>

Latest revision as of 22:26, 3 September 2009

id info

Usage

{{ 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)
}}