Template:Colored cell
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.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| 1 | 1 color colour | Color the cell should have, in CSS syntax.
| String | required |
| hover | hover | Tooltip text to display when hovering over the cell. | String | optional |
| width | width | Width the cell should have.
| String | optional |
| rowspan | rowspan | Custom rowspan value. | Number | optional |
| colspan | colspan | Custom colspan value. | Number | optional |