Difference between revisions of "Template:CalCell"
m |
m (Documentation + stylistic changes) |
||
Line 1: | Line 1: | ||
− | <includeonly>{{#ifeq:{{#time: j F Y|{{{1}}} {{{2}}}}} | {{THDay}} | style="background: {{{4}}}; color: {{{5}}}" | style="background: {{{6}}}; color: {{{7}}}"}} | <big>'''{{{1}}}'''</big>{{#if:{{{3}}} | <br> {{{3}}} | }}<br></includeonly><noinclude></noinclude> | + | <includeonly>{{#ifeq:{{#time: j F Y|{{{1}}} {{{2}}}}} | {{THDay}} | style="background: {{{4}}}; color: {{{5}}}; height:75px" valign="top" align="left" | style="background: {{{6}}}; color: {{{7}}}; height:75px" valign="top" align="left" | style="height:75px" valign="top" align="left"}} |<big>'''{{{1}}}'''</big>{{#if:{{{3}}} | <br> {{{3}}} | }}<br></includeonly><noinclude> |
+ | ==Usage== | ||
+ | This template formats a cell.<br> | ||
+ | Syntax:<br> | ||
+ | <nowiki>{{CalCell|Day|Month Year|Description|Background1|Color1|Background2|Color2}}</nowiki><br> | ||
+ | <b>Day</b>: The number of the day<br> | ||
+ | <b>Month Year</b>: The month and year; the first letter of the month should be capitalised.<br> | ||
+ | <b>Description</b>: Content of the cell<br> | ||
+ | <b>Background1</b>, <b>color1</b>: The colours of the cell when it is that date<br> | ||
+ | <b>Background2</b>, <b>color2</b>: The colours of the cell when it is NOT that date<br> | ||
+ | |||
+ | ==Sample== | ||
+ | <nowiki>{|-</nowiki><br><nowiki> | ||
+ | |{{CalCell|2|November 2008|Description|black|white|green|red}}</nowiki><br><nowiki> | ||
+ | |{{CalCell|</nowiki>{{CURRENTDAY}}|{{CURRENTMONTHNAME}} {{CURRENTYEAR}}<nowiki>||black|white|green|red}}</nowiki><br><nowiki> | ||
+ | |}</nowiki><br> | ||
+ | returns:<br> | ||
+ | |{{CalCell|2|November 2008|Description|black|white|green|red}} | ||
+ | |{{CalCell|{{CURRENTDAY}}|{{CURRENTMONTHNAME}} {{CURRENTYEAR}}||black|white|green|red}} | ||
+ | |} | ||
+ | </noinclude> |
Revision as of 19:51, 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|2|November 2008|Description|black|white|green|red}}
|{{CalCell|10|November 2024||black|white|green|red}}
|}
returns:
|style="background: green; color: red; height: 75px; width: 75px" valign="top" align="left" |2
Description
|style="background: green; color: white; border-top:3px solid black; border-right:3px solid black; border-bottom:3px solid black; border-left:3px solid black; height: 75px; width: 75px" valign="top" align="left" |10
|}