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
DayBorder: The border of the cell when it is that date
DayText: The colour of the cell text when it is that date
Background: The colour of the cell
TextColor: The colour of the text, normally
Sample
{|-
|{{CalCell|26|June 2026||black|blue|lime|red}}
|{{CalCell|27|June 2026|Description|black|blue|lime|red}}
|{{CalCell|28|June 2026||black|blue|lime|red}}
|{{CalCell|29|June 2026||black|blue|red|lime}}
|{{CalCell|30|June 2026|Description<br>with line break|black|bluelime|red}}
|}
returns:
| 26 |
27 Description |
28 Today |
29 |
30 Description with line break |