Difference between revisions of "Template:Modular Heading"

From Crystal Path
Jump to navigationJump to search
(Created page with '!colspan="{{{colspan}}}" style="text-align:{{{txtalgn}}}; background: {{{color}}}; font-size: {{{fontsize}}};"|{{{headertext}}} |-')
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
!colspan="{{{colspan}}}" style="text-align:{{{txtalgn}}}; background: {{{color}}}; font-size: {{{fontsize}}};"|{{{headertext}}}
+
!colspan="{{{colspan}}}" style="text-align:{{{txtalgn}}}; background: {{{backcolor}}}; color: {{{fontcolor}}}; font-size: {{{fontsize}}};"|{{{headertext}}}
|-
+
<noinclude>
 +
==Usage==
 +
<pre>
 +
{{Modular Heading
 +
| colspan=
 +
| txtalgn=
 +
| backcolor=
 +
| fontsize=
 +
| headertext=
 +
| fontcolor=
 +
}}
 +
</pre>
 +
</noinclude>

Latest revision as of 10:38, 28 February 2010

!colspan="{{{colspan}}}" style="text-align:{{{txtalgn}}}; background: {{{backcolor}}}; color: {{{fontcolor}}}; font-size: {{{fontsize}}};"|{{{headertext}}}

Usage

{{Modular Heading
| colspan= 
| txtalgn= 
| backcolor= 
| fontsize= 
| headertext=
| fontcolor= 
}}