Template:CalCell: Difference between revisions

From Twilight Heroes Wiki
Jump to navigation Jump to search
Reaper (talk | contribs)
→‎Usage: switching db and dt to proper order
No edit summary
 
Line 28: Line 28:
|{{CalCell|{{#time: j| {{THDay}} +2 day}}|{{#time: F Y|{{THDay}} +2 day}}|Description<br>with line break|black|blue|lime|red}}
|{{CalCell|{{#time: j| {{THDay}} +2 day}}|{{#time: F Y|{{THDay}} +2 day}}|Description<br>with line break|black|blue|lime|red}}
|}
|}
</noinclude>
[[Category:Utility Templates|{{PAGENAME}}]]</noinclude>

Latest revision as of 15:46, 22 February 2010

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
DayBorder: The border of the cell when it is that date
DayText: The colour of the cell text when it is that date
Background: The colour of the cell
TextColor: The colour of the text, normally

Sample

{|-
|{{CalCell|1|September 2025||black|blue|lime|red}}
|{{CalCell|2|September 2025|Description|black|blue|lime|red}}
|{{CalCell|3|September 2025||black|blue|lime|red}}
|{{CalCell|4|September 2025||black|blue|red|lime}}
|{{CalCell|5|September 2025|Description<br>with line break|black|bluelime|red}}
|}
returns:

1
2
Description
3
Today
4
5
Description
with line break