Template:Userbox
From MeritBadgeDotOrg
(Difference between revisions)
(New page: <div style="float:left;border:solid {{{framecolor}}} 2px; margin:1px;"> {| cellspacing="0" style="width: 236px;color:{{{textcolor}}};background:{{{rightbgcolor}}};" | style="width:26px;hei...) |
(add {{{imagesize}}}) |
||
| Line 1: | Line 1: | ||
<div style="float:left;border:solid {{{framecolor}}} 2px; margin:1px;"> | <div style="float:left;border:solid {{{framecolor}}} 2px; margin:1px;"> | ||
{| cellspacing="0" style="width: 236px;color:{{{textcolor}}};background:{{{rightbgcolor}}};" | {| cellspacing="0" style="width: 236px;color:{{{textcolor}}};background:{{{rightbgcolor}}};" | ||
| - | | style="width:26px;height:43px;background:{{{leftbgcolor}}};text-align:center;font-size:}pt;" | [[Image:{{{image}}}| | + | | style="width:26px;height:43px;background:{{{leftbgcolor}}};text-align:center;font-size:}pt;" | [[Image:{{{image}}}|{{{imagesize}}}px]] |
| | | | ||
| style="font-size:{{{textsize}}}pt;text-align:center;padding:4pt;line-height:1.25em;" | {{{text}}} | | style="font-size:{{{textsize}}}pt;text-align:center;padding:4pt;line-height:1.25em;" | {{{text}}} | ||
Revision as of 08:54, March 27, 2008
| [[Image:{{{image}}}|{{{imagesize}}}px]] | {{{text}}} |
- This documentation is transcluded from Template:Userbox/doc.
This template may have a sandbox (edit) and testcases for editors to experiment.
Contents |
Template usage examples
Example 1
The following code:
{{Userbox
|text = This user is a <br>'''[[Cubmaster]]'''.
|textsize = 10
|textcolor = black
|image = Cubmaster_small.gif
|imagesize = 50
|leftbgcolor = white
|rightbgcolor = silver
|framecolor = darkblue
|framewidth = 2
|category = [[Category:Cubmasters]]
}}
Will produce:
| This user is a Cubmaster. |
Example 2
The following code:
{{Userbox
|text = This user has been awarded the <br/>'''Silver Beaver'''.
|textsize = 8
|textcolor = #E5E5E5
|image = Knotbeaver.jpg
|imagesize = 115
|leftbgcolor = #D2B48C
|rightbgcolor = #D2B48C
|framecolor = #CDAA7D
|framewidth = 2
|category = [[Category:Silver Beaver Users]]
}}
Will produce:
Copy-and-paste template
{{Userbox
|text =
|textsize =
|textcolor = #
|image =
|imagesize =
|leftbgcolor = #
|rightbgcolor = #
|framecolor = #
|framewidth =
|category = [[Category:]]
}}
<noinclude>
{{documentation}}
</noinclude>

