Template:CalCell

From Twilight Heroes Wiki
Revision as of 05:45, 18 November 2008 by Dfmchfhf (talk | contribs) (Added to sample to make it look better)
Jump to navigation Jump to search

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|1|September 2025||black|white|lime|red}}
|{{CalCell|2|September 2025|Description|black|white|lime|red}}
|{{CalCell|3|September 2025||black|white|lime|red}}
|{{CalCell|4|September 2025||black|white|red|lime}}
|{{CalCell|5|September 2025|Description<br>with line break|black|white|lime|red}}
|}
returns:

1
2
Description
3
Today
4
5
Description
with line break