|
|
Line 1: |
Line 1: |
| <templatestyles src="Calculator/styles.css"/>
| | {|class="wikitable" align="center" |
| <div class="box-round">
| | |- |
| <div class="box-round-title" {{#if:{{{border|}}}{{{titlebackground|}}}{{{titleforeground|}}}{{{titlestyle|}}}|style="<!--
| | !colspan="2"|{{{title}}} |
| -->{{#if:{{{border|}}}|border-color: {{{border}}};}}<!--
| | |- |
| -->{{#if:{{{titlebackground|}}}|background: {{{titlebackground}}};}}<!--
| | |colspan="2"|{{{content}}} |
| -->{{#if:{{{titleforeground|}}}|color: {{{titleforeground}}};}}<!--
| | |} |
| -->{{#if:{{{titlestyle|}}}|{{{titlestyle}}};}}<!--
| |
| -->"}}><!--
| |
| --><h2>{{{title}}}</h2>
| |
| </div>
| |
| <div class="box-round-text" {{#if:{{{border|}}}{{{background|}}}{{{foreground|}}}{{{style|}}}|style="<!--
| |
| -->{{#if:{{{border|}}}|border-color: {{{border}}};}}<!--
| |
| -->{{#if:{{{background|}}}|background: {{{background}}};}}<!--
| |
| -->{{#if:{{{foreground|}}}|color: {{{foreground}}};}}<!--
| |
| -->{{#if:{{{style|}}}|{{{style}}};}}"}}>{{{1|{{{text|{{{content}}}}}}}}}
| |
| </div>
| |
| </div>
| |