Template:CalCell: Difference between revisions
Jump to navigation
Jump to search
m Deleted duplicated part |
m Added to sample to make it look better |
||
Line 12: | Line 12: | ||
==Sample== | ==Sample== | ||
<nowiki>{|-</nowiki><br><nowiki> | <nowiki>{|-</nowiki><br><nowiki> | ||
|{{CalCell|2| | |{{CalCell|</nowiki>{{#time: j| {{THDay}} -2 day}}|{{#time: F Y|{{THDay}} -2 day}}<nowiki>||black|white|lime|red}}</nowiki><br><nowiki> | ||
|{{CalCell|</nowiki>{{#time: j| {{THDay}}}}|{{#time: F Y|{{THDay}}}}<nowiki>||black|white| | |{{CalCell|</nowiki>{{#time: j| {{THDay}} -1 day}}|{{#time: F Y|{{THDay}} -1 day}}<nowiki>|Description|black|white|lime|red}}</nowiki><br><nowiki> | ||
|{{CalCell|</nowiki>{{#time: j| {{THDay}}}}|{{#time: F Y|{{THDay}}}}<nowiki>||black|white|lime|red}}</nowiki><br><nowiki> | |||
|{{CalCell|</nowiki>{{#time: j| {{THDay}} +1 day}}|{{#time: F Y|{{THDay}} +1 day}}<nowiki>||black|white|red|lime}}</nowiki><br><nowiki> | |||
|{{CalCell|</nowiki>{{#time: j| {{THDay}} +2 day}}|{{#time: F Y|{{THDay}} +2 day}}<nowiki>|Description<br>with line break|black|white|lime|red}}</nowiki><br><nowiki> | |||
|}</nowiki><br> | |}</nowiki><br> | ||
returns:<br> | returns:<br> | ||
{|- | {|- | ||
|{{CalCell|2| | |{{CalCell|{{#time: j| {{THDay}} -2 day}}|{{#time: F Y|{{THDay}} -2 day}}||black|white|lime|red}} | ||
|{{CalCell|{{#time: j| {{THDay}}}}|{{#time: F Y|{{THDay}}}}||black|white| | |{{CalCell|{{#time: j| {{THDay}} -1 day}}|{{#time: F Y|{{THDay}} -1 day}}|Description|black|white|lime|red}} | ||
|{{CalCell|{{#time: j| {{THDay}}}}|{{#time: F Y|{{THDay}}}}|Today|black|white|lime|red}} | |||
|{{CalCell|{{#time: j| {{THDay}} +1 day}}|{{#time: F Y|{{THDay}} +1 day}}||black|white|red|lime}} | |||
|{{CalCell|{{#time: j| {{THDay}} +2 day}}|{{#time: F Y|{{THDay}} +2 day}}|Description<br>with line break|black|white|lime|red}} | |||
|} | |} | ||
</noinclude> | </noinclude> |
Revision as of 05:45, 18 November 2008
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|10|June 2025||black|white|lime|red}}
|{{CalCell|11|June 2025|Description|black|white|lime|red}}
|{{CalCell|12|June 2025||black|white|lime|red}}
|{{CalCell|13|June 2025||black|white|red|lime}}
|{{CalCell|14|June 2025|Description<br>with line break|black|white|lime|red}}
|}
returns:
10 |
11 Description |
12 Today |
13 |
14 Description with line break |