Template:CalCell

From Twilight Heroes Wiki
Revision as of 15:36, 30 November 2008 by Dfmchfhf (talk | contribs) (Changed demo colours)

Jump to: navigation, search

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|18|September 2024||black|blue|lime|red}}
|{{CalCell|19|September 2024|Description|black|blue|lime|red}}
|{{CalCell|20|September 2024||black|blue|lime|red}}
|{{CalCell|21|September 2024||black|blue|red|lime}}
|{{CalCell|22|September 2024|Description<br>with line break|black|bluelime|red}}
|}
returns:

18
19
Description
20
Today
21
22
Description
with line break