Difference between revisions of "Textbox"
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | <div style="border: 1px solid #cccccc; width: {{{width| | + | <div style="border: 1px solid #cccccc; width: {{{width|100%}}}; padding: 0; background-color: {{{bodycolor|inherit}}};"> |
| − | |||
| − | |||
| − | |||
| − | Typical usage: <nowiki>{{ | + | <div style="text-align:center; border-bottom: 1px solid #cccccc; padding: 0.5em; background-color: {{{titlecolor|#ddddff}}};">'''{{{title|{{{1}}}}}}'''</div> |
| + | |||
| + | </div><noinclude> | ||
| + | |||
| + | Typical usage: <nowiki>{{Textbox | TEXT GOES HERE}}</nowiki> | ||
produces | produces | ||
| − | {{ | + | {{Textbox | TEXT GOES HERE}} |
Additional named parameters and their default values: | Additional named parameters and their default values: | ||
* titlecolor=#ddddff (background color) | * titlecolor=#ddddff (background color) | ||
| − | + | * width=100% | |
| − | * width= | ||
| − | |||
| − | |||
| − | [[Category: | + | [[Category:Template]] |
</noinclude> | </noinclude> | ||
Latest revision as of 13:17, 10 August 2012
{{{1}}}
Typical usage: {{Textbox | TEXT GOES HERE}}
produces
TEXT GOES HERE
Additional named parameters and their default values:
- titlecolor=#ddddff (background color)
- width=100%