Difference between revisions of "Template:CalCell"

From Twilight Heroes Wiki
Jump to: navigation, 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|November 2008|Description|black|white|green|red}}</nowiki><br><nowiki>
+
|{{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|green|red}}</nowiki><br><nowiki>
+
|{{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|November 2008|Description|black|white|green|red}}
+
|{{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|green|red}}
+
|{{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 22: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|18|September 2024||black|white|lime|red}}
|{{CalCell|19|September 2024|Description|black|white|lime|red}}
|{{CalCell|20|September 2024||black|white|lime|red}}
|{{CalCell|21|September 2024||black|white|red|lime}}
|{{CalCell|22|September 2024|Description<br>with line break|black|white|lime|red}}
|}
returns:

18
19
Description
20
Today
21
22
Description
with line break