Difference between revisions of "Template:CalCell"
From Twilight Heroes Wiki
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 21:45, 17 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|20|November 2024||black|white|lime|red}}
|{{CalCell|21|November 2024|Description|black|white|lime|red}}
|{{CalCell|22|November 2024||black|white|lime|red}}
|{{CalCell|23|November 2024||black|white|red|lime}}
|{{CalCell|24|November 2024|Description<br>with line break|black|white|lime|red}}
|}
returns:
20 |
21 Description |
22 Today |
23 |
24 Description with line break |