Template:MIM/table: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (Testing something)
No edit summary
Line 1: Line 1:
<table style="display: inline-block; vertical-align: middle;">
<table style="display:inline-block !important;vertical-align:middle">
<tr>
<tr>
<td style="{{#ifeq:{{{1|}}}|1|background:grey;}}border:1px solid currentColor;">
<td style="border:1px solid;{{#ifeq:{{{1|}}}|1|background:gray !important}}"></td>
</td>
<td style="border:1px solid;{{#ifeq:{{{2|}}}|1|background:gray !important}}"></td>
<td style="{{#ifeq:{{{2|}}}|1|background:grey;}}border:1px solid currentColor;">
</tr>
</td></tr>
<tr>
<tr>
<td style="{{#ifeq:{{{3|}}}|1|background:grey;}}border:1px solid currentColor;">
<td style="border:1px solid;{{#ifeq:{{{3|}}}|1|background:gray !important}}"></td>
</td>
<td style="border:1px solid;{{#ifeq:{{{4|}}}|1|background:gray !important}}"></td>
<td style="{{#ifeq:{{{4|}}}|1|background:grey;}}border:1px solid currentColor;">
</tr>
</td></tr></table><noinclude>[[Category:Formatting templates]]</noinclude>
</table><noinclude>[[Category:Formatting templates]]</noinclude>

Revision as of 11:19, September 9, 2022