Difference between revisions of "TextBoxIcon1"
| Line 1: | Line 1: | ||
<div style="border: 1px solid #cccccc; width: {{{width|100%}}}; padding: 0; background-color: {{{bodycolor|inherit}}};"> | <div style="border: 1px solid #cccccc; width: {{{width|100%}}}; padding: 0; background-color: {{{bodycolor|inherit}}};"> | ||
| − | <div style="float: {{{ | + | <div style="float: {{{iconFloat | left}}};" >[[Image:{{{icon | Star_Empty.png}}} | {{{iconSize | 25px}}}|]]</div><div style="text-align:center; border-bottom: 1px solid #cccccc; padding: 0.5em; background-color: {{{titlecolor|#ddddff}}};">'''{{{title|{{{1}}}}}}'''</div> |
</div><noinclude> | </div><noinclude> | ||
| Line 14: | Line 14: | ||
* titlecolor=#ddddff (background color) | * titlecolor=#ddddff (background color) | ||
* bodycolor=inherit (background color) | * bodycolor=inherit (background color) | ||
| − | * width= | + | * width=? |
* icon=Star_Empty.png | * icon=Star_Empty.png | ||
| − | * iconSize= | + | * iconSize=? |
| + | * iconFloat=? | ||
See the [[Template_talk:Textbox|talk page]] for further details and examples. | See the [[Template_talk:Textbox|talk page]] for further details and examples. | ||
Revision as of 14:41, 10 August 2012
Typical usage: {{TextBoxIcon1 | TITLE | TEXT GOES HERE}}
produces
Additional named parameters and their default values:
- titlecolor=#ddddff (background color)
- bodycolor=inherit (background color)
- width=?
- icon=Star_Empty.png
- iconSize=?
- iconFloat=?
See the talk page for further details and examples.