Template:CalCell: Difference between revisions
Jump to navigation
Jump to search
m Changed demo colours |
m Whoops (removed extra 'style=') |
||
Line 1: | Line 1: | ||
<includeonly>{{#ifeq:{{#time: j F Y|{{{1}}} {{{2}}}}} | {{THDay}} | style="background: {{{6}}}; color: {{{5}}}; | <includeonly>{{#ifeq:{{#time: j F Y|{{{1}}} {{{2}}}}} | {{THDay}} | style="background: {{{6}}}; color: {{{5}}}; border-top:3px solid {{{4}}}; border-right:3px solid {{{4}}}; border-bottom:3px solid {{{4}}}; border-left:3px solid {{{4}}}; height: 75px; width: 75px" valign="top" align="left" | style="background: {{{6}}}; color: {{{7}}}; height: 75px; width: 75px" valign="top" align="left" | style="height: 75px; width: 75px" valign="top" align="left"}} |<big>'''{{{1}}}'''</big>{{#if:{{{3}}} | <br> {{{3}}} | }}<br></includeonly><noinclude> | ||
==Usage== | ==Usage== | ||
This template formats a cell.<br> | This template formats a cell.<br> |
Revision as of 22:37, 30 November 2008
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
DayText: The colour of the cell text when it is that date
DayBorder: The border of the cell when it is that date
Background: The colour of the cell
TextColor: The colour of the text, normally
Sample
{|-
|{{CalCell|10|June 2025||black|blue|lime|red}}
|{{CalCell|11|June 2025|Description|black|blue|lime|red}}
|{{CalCell|12|June 2025||black|blue|lime|red}}
|{{CalCell|13|June 2025||black|blue|red|lime}}
|{{CalCell|14|June 2025|Description<br>with line break|black|bluelime|red}}
|}
returns:
10 |
11 Description |
12 Today |
13 |
14 Description with line break |