style="background-color:{{{1}}};"
Usage
This template colors in cells on tables. For example, using:
{| class="wikitable"
! colspan=2 | Table
|-
| Unshaded
|{{bg|#ffcfcf}}| Red
|-
|{{bg|#dfdfdf}}| Shaded
|{{bg|#cfcfff}}| Blue
|}
... would result in:
Table | |
---|---|
Unshaded | Red |
Shaded | Blue |