More actions
m Coding and testing. |
m Coding and testing. |
||
| Line 44: | Line 44: | ||
-->{{#if: {{{heading1|}}}| | -->{{#if: {{{heading1|}}}| | ||
<tr> | <tr> | ||
<th class="{{{headingclass|}}}" style=" | <th class="{{{headingclass|}}}" style="padding: 0.1em; background:#101010; {{{basestyle|}}};{{{headingstyle|}}};{{{heading1style|}}}"> | ||
{{{heading1}}}</th> | {{{heading1}}}</th> | ||
</tr> | </tr> | ||
| Line 50: | Line 50: | ||
{{{content1|}}}| | {{{content1|}}}| | ||
<tr> | <tr> | ||
<td class="{{{contentclass|}}}" style="padding:0 0.1em 0.4em;{{{contentstyle|}}};{{{content1style|}}}"><!-- newline required before contents# for bullets to work --> | <td class="{{{contentclass|}}}" style="padding:0 0.1em 0.4em; background:#202020; {{{contentstyle|}}};{{{content1style|}}}"><!-- newline required before contents# for bullets to work --> | ||
{{{content1}}}</td> | {{{content1}}}</td> | ||
</tr> | </tr> | ||