Template:Colored cell

From TSP Encyclopedia
Revision as of 11:03, 15 February 2024 by Anjo (talk | contribs) (Add support for named web colors)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Formats a newly begun table cell to have the given background color. Optionally, adds a hover-over tooltip, rowspan or colspan value, or cell width.

[Edit template data]

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
11 color colour

Color the cell should have, in CSS syntax.

Default
#000000
Example
#FF9900, black
Stringrequired
hoverhover

Tooltip text to display when hovering over the cell.

Stringoptional
widthwidth

Width the cell should have.

Default
5px
Example
10px
Stringoptional
rowspanrowspan

Custom rowspan value.

Numberoptional
colspancolspan

Custom colspan value.

Numberoptional