Difference between revisions of "TextBoxWithTitle"
Line 3: | Line 3: | ||
<div style="font-size: {{{titleFontSize | 15pt}}}; text-align:center; border-bottom: 1px solid #cccccc; padding: 0.5em; background-color: {{{titlecolor|#FF5721}}};">'''{{{title|{{{1}}}}}}'''</div> | <div style="font-size: {{{titleFontSize | 15pt}}}; text-align:center; border-bottom: 1px solid #cccccc; padding: 0.5em; background-color: {{{titlecolor|#FF5721}}};">'''{{{title|{{{1}}}}}}'''</div> | ||
− | <div style="font-size: {{{textFontSize | 12pt}}}; padding: 0.5em;text-align:left;"><span class="plainlinks"> {{{body|{{{2}}}}}} </span> | + | <div style="font-size: {{{textFontSize | 12pt}}}; padding: 0.5em;text-align:left;"><span class="plainlinks"> {{{body|{{{2}}}}}} </span></div></div> |
− | </div> | ||
− | </div> | ||
<noinclude> | <noinclude> | ||
Revision as of 02:10, 11 August 2012
{{{1}}}
{{{2}}}
Typical usage: {{TextBoxWithTitle | TITLE | TEXT GOES HERE}}
produces
TITLE
TEXT GOES HERE