Difference between revisions of "Template:CellTintB"
Line 1: | Line 1: | ||
− | style='background: #f1eff3;' | + | <noinclude> |
+ | Faintly tint a cell black. | ||
+ | |||
+ | ==Example== | ||
+ | This usage | ||
+ | <pre><nowiki>{| class="wikitable" | ||
+ | | {{CellTintB}} | Text | ||
+ | |}</nowiki></pre> | ||
+ | |||
+ | produces: | ||
+ | {| class="wikitable" | ||
+ | | {{CellTintB}} | Text | ||
+ | |} | ||
+ | |||
+ | </noinclude><includeonly>style='background: #f1eff3;'</includeonly> |
Latest revision as of 01:04, 3 January 2019
Faintly tint a cell black.
Example
This usage
{| class="wikitable" | {{CellTintB}} | Text |}
produces:
Text |