More actions
Added comments to heading parts of the Template to make spacing consistent |
Tag: Rollback |
||
| Line 54: | Line 54: | ||
heading#/content# starts here: | heading#/content# starts here: | ||
-->{{#if: {{{heading1|}}}| | |||
<tr> | |||
<th class="sbHeading {{{headingclass|}}}" style="{{{basestyle|}}};{{{headingstyle|}}};{{{heading1style|}}}"> | |||
{{{heading1}}}</th> | |||
</tr> | |||
}}{{#if: | |||
{{{content1|}}}| | |||
<tr> | |||
<td class="sbContent {{{contentclass|}}}" style="{{{contentstyle|}}};{{{content1style|}}}"><!-- newline required before contents# for bullets to work --> | |||
{{{content1}}}</td> | |||
</tr> | |||
}}{{#if: {{{heading2|}}}| | |||
<tr> | |||
<th class="sbHeading {{{headingclass|}}}" style="{{{basestyle|}}};{{{headingstyle|}}};{{{heading2style|}}}"> | |||
{{{heading2}}}</th> | |||
</tr> | |||
}}{{#if: | |||
{{{content2|}}}| | |||
<tr> | |||
<td class="sbContent {{{contentclass|}}}" style="{{{contentstyle|}}};{{{content2style|}}}"> | |||
{{{content2}}}</td> | |||
</tr> | |||
}}{{#if: {{{heading3|}}}| | |||
<tr> | |||
<th class="sbHeading {{{headingclass|}}}" style="{{{ | |||
</tr> | </tr> | ||
}}<!-- | }}<!-- | ||