Template

Difference between revisions of "TextBoxWithTitle"

Line 4: Line 4:
  
 
<div style="font-size: {{{textFontSize | 12pt}}}; padding: 0.5em;text-align:left;">
 
<div style="font-size: {{{textFontSize | 12pt}}}; padding: 0.5em;text-align:left;">
{{{body|{{{2}}}}}}</div></div><noinclude>
+
<span class="plainlinks"> {{{body|{{{2}}}}}} </span>
 +
</div>
 +
</div>
 +
<noinclude>
  
Typical usage: <nowiki>{{TextBoxWithTitle|TITLE|TEXT GOES HERE}}</nowiki>
+
Typical usage: <nowiki>{{TextBoxWithTitle | TITLE | TEXT GOES HERE}}</nowiki>
  
 
produces
 
produces
  
{{TextBoxWithTitle|TITLE|TEXT GOES HERE}}
+
{{TextBoxWithTitle |TITLE | TEXT GOES HERE}}
 
 
Additional named parameters and their default values:
 
* titlecolor=#ddddff (background color)
 
* bodycolor=inherit (background color)
 
* width=100%
 
  
 
[[Category:Template]]
 
[[Category:Template]]
 
</noinclude>
 
</noinclude>

Revision as of 02:05, 11 August 2012

{{{1}}}

{{{2}}}


Typical usage: {{TextBoxWithTitle | TITLE | TEXT GOES HERE}}

produces

TITLE

TEXT GOES HERE