Template:CalCell
Usage
This template formats a cell.
Syntax:
{{CalCell|Day|Month Year|Description|Background1|Color1|Background2|Color2}}
Day: The number of the day
Month Year: The month and year; the first letter of the month should be capitalised.
Description: Content of the cell
Background1, color1: The colours of the cell when it is that date
Background2, color2: The colours of the cell when it is NOT that date
Sample
{|-
|{{CalCell|25|October 2025||black|white|lime|red}}
|{{CalCell|26|October 2025|Description|black|white|lime|red}}
|{{CalCell|27|October 2025||black|white|lime|red}}
|{{CalCell|28|October 2025||black|white|red|lime}}
|{{CalCell|29|October 2025|Description<br>with line break|black|white|lime|red}}
|}
returns:
| 25 |
26 Description |
27 Today |
28 |
29 Description with line break |