Difference between revisions of "Template:Blockboxlayout"
From StarMade Wiki
m |
m |
||
Line 4: | Line 4: | ||
<table class="darktable" cellspacing="5" style="{{{bodystyle|}}}"><!-- | <table class="darktable" cellspacing="5" style="{{{bodystyle|}}}"><!-- | ||
Header | Header | ||
− | -->{{#if:{{{title|}}}|<tr><th colspan="2" style="{{{ | + | -->{{#if:{{{title|}}}|<tr><th colspan="2" style="{{{titlestyle|}}}">{{{title}}}</th></tr>}}<!-- |
Image | Image | ||
− | -->{{#if:{{{image|}}}|<tr><td colspan="2" style="{{{imagestyle|}}}"> {{{image | + | -->{{#if:{{{image|}}}|<tr><td colspan="2" style="{{{imagestyle|}}}"> {{{image}}}</td></tr>}}<!-- |
Row 1 | Row 1 | ||
-->{{#if:{{{header1|}}}|<tr><th colspan="2" style="{{{headerstyle|}}}">{{{header1|}}}</th></tr>| {{#if:{{{label1|}}}|{{#if:{{{data1|}}}|<tr><td style="{{{labelstyle|}}}">{{{label1|}}}</td><td style="{{{datastyle|}}}">{{{data1|}}}</td></tr>}}| {{#if:{{{data1|}}}|<tr><td colspan="2" style="{{{datastyle|}}}">{{{data1|}}}</td></tr>}} }} }}<!-- | -->{{#if:{{{header1|}}}|<tr><th colspan="2" style="{{{headerstyle|}}}">{{{header1|}}}</th></tr>| {{#if:{{{label1|}}}|{{#if:{{{data1|}}}|<tr><td style="{{{labelstyle|}}}">{{{label1|}}}</td><td style="{{{datastyle|}}}">{{{data1|}}}</td></tr>}}| {{#if:{{{data1|}}}|<tr><td colspan="2" style="{{{datastyle|}}}">{{{data1|}}}</td></tr>}} }} }}<!-- |