Template:CalCell
Usage
This template formats a cell.
Syntax:
{{CalCell|Day|Month Year|Description|DayBorder|DayText|Background|TextColor}}
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
DayText: The colour of the cell text when it is that date
DayBorder: The border of the cell when it is that date
Background: The colour of the cell
TextColor: The colour of the text, normally
Sample
{|-
|{{CalCell|17|March 2026||black|blue|lime|red}}
|{{CalCell|18|March 2026|Description|black|blue|lime|red}}
|{{CalCell|19|March 2026||black|blue|lime|red}}
|{{CalCell|20|March 2026||black|blue|red|lime}}
|{{CalCell|21|March 2026|Description<br>with line break|black|bluelime|red}}
|}
returns:
| 17 |
18 Description |
19 Today |
20 |
21 Description with line break |