Difference between revisions of "Template:Calendar"

From Nookipedia, the Animal Crossing wiki
(Testing fix.)
 
(32 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{| style="border:3px solid #{{ColorPrimary}}; background-color:#{{ColorSecondary}}; {{roundy|10px}};"
+
<!--Adding overflow for mobile viewing
! colspan=7 style="border-bottom: 1px solid #{{ColorPrimary}};"| <big>{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}</big>
+
--><div style="overflow-x: auto;"><!--Defining calendar variables:
 +
-->{{#vardefine:year|{{{year|{{LOCALYEAR}}}}}
 +
}}{{#vardefine:month|{{ucfirst:{{{month|{{LOCALMONTHNAME}}}}}}}
 +
}}{{#vardefine:prevmonth|{{#time:F|{{#var:year}}-{{#ifeq:{{#var:month}}|January|12|{{#expr:{{#time:n|{{#var:month}}}} - 1}}}}}}
 +
}}{{#vardefine:prevmonthdays|{{#time:t|{{#var:year}} {{#var:prevmonth}}}}
 +
}}{{#vardefine:thismonthdays|{{#time:t|{{#var:year}} {{#var:month}}}}
 +
}}{{#vardefine:nextmonth|{{#time:F|{{#var:year}}-{{#ifeq:{{#var:month}}|December|1|{{#expr:{{#time:n|{{#var:month}}}} + 1}}}}}}
 +
}}{{#vardefine:firstday|{{#time:w|{{{date|1}}} {{#var:month}} {{#var:year}}}}
 +
}}{{#vardefine:lastday|{{#time:w|{{#var:thismonthdays}} {{#var:month}} {{#var:year}}}}
 +
}}<!--This loop determines the date associated with each 'square' of the calendar:
 +
-->{{#loop: count
 +
| 0
 +
| 43
 +
| {{#vardefine:V{{#var:count}}|{{#ifexpr:(({{#var:count}} - {{#var:firstday}}) + 1) < 1 |  {{#expr:{{#var:prevmonthdays}} + (({{#var:count}} - {{#var:firstday}}) + 1)}} | {{#ifexpr:{{#var:count}} >=  ({{#var:firstday}} + {{#var:thismonthdays}}) | {{#expr:({{#var:count}} - ({{#var:firstday}} + {{#var:thismonthdays}})) + 1}} | {{#expr:(({{#var:count}} - {{#var:firstday}}) + 1)}}}}}}}}
 +
}}<!--These variables affect calendar styling:
 +
-->{{#vardefine:tablestyle|width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 +
}}{{#vardefine:cellstyle1|height{{=}}125px style{{=}}"padding:0px; background-color:#
 +
}}{{#vardefine:cellstyle2|style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}}
 +
}}{{#vardefine:cellstyle3|style{{=}}"height: 97px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}}
 +
}}<!--Creating calendar-->
 +
{| class="theme-background theme-border" style="{{roundy|10px}}; border-spacing: 4px;"
 +
| style="text-align:center; height:55px;"| {{#ifeq: {{{link|}}}|false||[[{{#ifeq:{{#var:prevmonth}}|June|June (month)|{{#var:prevmonth}}}}|{{Colorshow|000|← {{#var:prevmonth}}}}]]}}
 +
! colspan=5 style="height:55px; padding:5px 0 0 0;"| <big><big><big>{{#var:month}} {{#var:year}}</big></big></big>
 +
| style="text-align:center; height:55px;"| {{#ifeq: {{{link|}}}|false||[[{{#ifeq:{{#var:nextmonth}}|June|June (month)|{{#var:nextmonth}}}}|{{Colorshow|000|{{#var:nextmonth}} }}]]}}
 
|-
 
|-
! width=100px | Sunday
+
| class="theme-border" colspan=7 style="border-width: 0px 0px 2px 0px;" |
! width=100px | Monday
 
! width=100px | Tuesday
 
! width=100px | Wednesday
 
! width=100px | Thursday
 
! width=100px | Friday
 
! width=100px | Saturday
 
 
|-
 
|-
| colspan=7 style="padding:0px; border-bottom: 1px solid #{{ColorPrimary}};" |
+
! width=125px | <big>Sunday</big>
 +
! width=125px | <big>Monday</big>
 +
! width=125px | <big>Tuesday</big>
 +
! width=125px | <big>Wednesday</big>
 +
! width=125px | <big>Thursday</big>
 +
! width=125px | <big>Friday</big>
 +
! width=125px | <big>Saturday</big>
 
|-
 
|-
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#if: {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 1 {{{year|{{LOCALYEAR}}}}}}} | Sunday | 01}} | {{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}} | {{#switch: {{Season}} | Spring = d0eab6 | Summer = b8e9e9 | Fall = dcbf81 | Winter = cad4f4}}}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 1 {{{year|{{LOCALYEAR}}}}}}} | Sunday |  
+
| class="theme-border" colspan=7 style="padding:0px; border-width: 0px 0px 2px 0px;" |
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
|-
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{01|}}}
+
|
{{!-}}
+
|-
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 01
+
| {{#var:cellstyle1}}{{#ifexpr:{{#var:V0}} > 6 | f1f1f1 | ffffff}}; {{roundy|5px}};" | 
{{!)}}
+
{| {{#var:tablestyle}}
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 31 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Sunday |
+
| {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V0}} > 6 | {{Colorshow|bdbdbd|{{#var:V0}}}} | {{#var:V0}}}}</big>
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
|-
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p31|}}}
+
| {{#var:cellstyle3}} {{{0|}}}
{{!-}}
+
|}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|31}}
+
| {{#var:cellstyle1}}{{#ifexpr:{{#var:V1}} > 6 | f1f1f1 | ffffff}}; {{roundy|5px}};" |
{{!)}}
+
{| {{#var:tablestyle}}
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 30 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Sunday |
+
| {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V1}} > 6 | {{Colorshow|bdbdbd|{{#var:V1}}}} | {{#var:V1}}}}</big>
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
|-
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p30|}}}
+
| {{#var:cellstyle3}} {{{01|}}}
{{!-}}
+
|}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|30}}
+
| {{#var:cellstyle1}}{{#ifexpr:{{#var:V2}} > 6 | f1f1f1 | ffffff}}; {{roundy|5px}};" |
{{!)}}
+
{| {{#var:tablestyle}}
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 29 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Sunday |
+
| {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V2}} > 6 | {{Colorshow|bdbdbd|{{#var:V2}}}} | {{#var:V2}}}}</big>
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
|-
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p29|}}}
+
| {{#var:cellstyle3}} {{{02|}}}
{{!-}}
+
|}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|29}}
+
| {{#var:cellstyle1}}{{#ifexpr:{{#var:V3}} > 6 | f1f1f1 | ffffff}}; {{roundy|5px}};" |
{{!)}}
+
{| {{#var:tablestyle}}
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 28 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Sunday |
+
| {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V3}} > 6 | {{Colorshow|bdbdbd|{{#var:V3}}}} | {{#var:V3}}}}</big>
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
|-
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p28|}}}
+
| {{#var:cellstyle3}} {{{03|}}}
{{!-}}
+
|}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|28}}
+
| {{#var:cellstyle1}}{{#ifexpr:{{#var:V4}} > 6 | f1f1f1 | ffffff}}; {{roundy|5px}};" |
{{!)}}
+
{| {{#var:tablestyle}}
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 27 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Sunday |
+
| {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V4}} > 6 | {{Colorshow|bdbdbd|{{#var:V4}}}} | {{#var:V4}}}}</big>
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
|-
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p27|}}}
+
| {{#var:cellstyle3}} {{{04|}}}
{{!-}}
+
|}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|27}}
+
| {{#var:cellstyle1}}{{#ifexpr:{{#var:V5}} > 6 | f1f1f1 | ffffff}}; {{roundy|5px}};" |
{{!)}}
+
{| {{#var:tablestyle}}
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 26 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Sunday |
+
| {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V5}} > 6 | {{Colorshow|bdbdbd|{{#var:V5}}}} | {{#var:V5}}}}</big>
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
|-
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p26|}}}
+
| {{#var:cellstyle3}} {{{05|}}}
{{!-}}
+
|}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|26}}
+
| {{#var:cellstyle1}}{{#ifexpr:{{#var:V6}} > 6 | f1f1f1 | ffffff}}; {{roundy|5px}};" |
{{!)}}
+
{| {{#var:tablestyle}}
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 25 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Sunday |
+
| {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V6}} > 6 | {{Colorshow|bdbdbd|{{#var:V6}}}} | {{#var:V6}}}}</big>
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
|-
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p25|}}}
+
| {{#var:cellstyle3}} {{{06|}}}
{{!-}}
+
|}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|25}}
+
|-
{{!)}}
+
| {{#var:cellstyle1}}ffffff; {{roundy|5px}};" |
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 24 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Sunday |
+
{| {{#var:tablestyle}}
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
| {{#var:cellstyle2}} <big>{{#var:V7}}</big>
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p24|}}}
+
|-
{{!-}}
+
| {{#var:cellstyle3}} {{{07|}}}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|24}}
+
|}
{{!)}}
+
| {{#var:cellstyle1}}ffffff; {{roundy|5px}};" |
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 23 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Sunday |
+
{| {{#var:tablestyle}}
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
| {{#var:cellstyle2}} <big>{{#var:V8}}</big>
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p23|}}}
+
|-
{{!-}}
+
| {{#var:cellstyle3}} {{{08|}}}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|23}}
+
|}
{{!)}}}}}}}}}}}}}}}}}}}}}}
+
| {{#var:cellstyle1}}ffffff; {{roundy|5px}};" |
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#if: {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 1 {{{year|{{LOCALYEAR}}}}}}} | Monday | 01 | {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 2 {{{year|{{LOCALYEAR}}}}}}} | Monday | 02}}}} | {{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}} | {{#switch: {{Season}} | Spring = d0eab6 | Summer = b8e9e9 | Fall = dcbf81 | Winter = cad4f4}}}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 1 {{{year|{{LOCALYEAR}}}}}}} | Monday |
+
{| {{#var:tablestyle}}
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
| {{#var:cellstyle2}} <big>{{#var:V9}}</big>
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{01|}}}
+
|-
{{!-}}
+
| {{#var:cellstyle3}} {{{09|}}}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 01
+
|}
{{!)}}
+
| {{#var:cellstyle1}}ffffff; {{roundy|5px}};" |
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 2 {{{year|{{LOCALYEAR}}}}}}} | Monday |
+
{| {{#var:tablestyle}}
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
| {{#var:cellstyle2}} <big>{{#var:V10}}</big>
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{02|}}}
+
|-
{{!-}}
+
| {{#var:cellstyle3}} {{{10|}}}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 02
+
|}
{{!)}}
+
| {{#var:cellstyle1}}ffffff; {{roundy|5px}};" |
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 31 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Monday |
+
{| {{#var:tablestyle}}
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
| {{#var:cellstyle2}} <big>{{#var:V11}}</big>
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p31|}}}
+
|-
{{!-}}
+
| {{#var:cellstyle3}} {{{11|}}}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|31}}
+
|}
{{!)}}
+
| {{#var:cellstyle1}}ffffff; {{roundy|5px}};" |
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 30 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Monday |
+
{| {{#var:tablestyle}}
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
| {{#var:cellstyle2}} <big>{{#var:V12}}</big>
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p30|}}}
+
|-
{{!-}}
+
| {{#var:cellstyle3}} {{{12|}}}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|30}}
+
|}
{{!)}}
+
| {{#var:cellstyle1}}ffffff; {{roundy|5px}};" |
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 29 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Monday |
+
{| {{#var:tablestyle}}
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
| {{#var:cellstyle2}} <big>{{#var:V13}}</big>
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p29|}}}
+
|-
{{!-}}
+
| {{#var:cellstyle3}} {{{13|}}}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|29}}
+
|}
{{!)}}
+
|-
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 28 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Monday |
+
| {{#var:cellstyle1}}ffffff; {{roundy|5px}};" |
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
{| {{#var:tablestyle}}
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p28|}}}
+
| {{#var:cellstyle2}} <big>{{#var:V14}}</big>
{{!-}}
+
|-
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|28}}
+
| {{#var:cellstyle3}} {{{14|}}}
{{!)}}
+
|}
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 27 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Monday |
+
| {{#var:cellstyle1}}ffffff; {{roundy|5px}};" |
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
{| {{#var:tablestyle}}
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p27|}}}
+
| {{#var:cellstyle2}} <big>{{#var:V15}}</big>
{{!-}}
+
|-
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|27}}
+
| {{#var:cellstyle3}} {{{15|}}}
{{!)}}
+
|}
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 26 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Monday |
+
| {{#var:cellstyle1}}ffffff; {{roundy|5px}};" |
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
{| {{#var:tablestyle}}
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p26|}}}
+
| {{#var:cellstyle2}} <big>{{#var:V16}}</big>
{{!-}}
+
|-
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|26}}
+
| {{#var:cellstyle3}} {{{16|}}}
{{!)}}
+
|}
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 25 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Monday |
+
| {{#var:cellstyle1}}ffffff; {{roundy|5px}};" |
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
{| {{#var:tablestyle}}
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p25|}}}
+
| {{#var:cellstyle2}} <big>{{#var:V17}}</big>
{{!-}}
+
|-
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|25}}
+
| {{#var:cellstyle3}} {{{17|}}}
{{!)}}
+
|}
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 24 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Monday |
+
| {{#var:cellstyle1}}ffffff; {{roundy|5px}};" |
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
{| {{#var:tablestyle}}
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p24|}}}
+
| {{#var:cellstyle2}} <big>{{#var:V18}}</big>
{{!-}}
+
|-
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|24}}
+
| {{#var:cellstyle3}} {{{18|}}}
{{!)}}}}}}}}}}}}}}}}}}}}}}
+
|}
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#if: {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 1 {{{year|{{LOCALYEAR}}}}}}} | Tuesday | 01 | {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 2 {{{year|{{LOCALYEAR}}}}}}} | Tuesday | 02 | {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 3 {{{year|{{LOCALYEAR}}}}}}} | Tuesday | 03}}}}}} | {{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}} | {{#switch: {{Season}} | Spring = d0eab6 | Summer = b8e9e9 | Fall = dcbf81 | Winter = cad4f4}}}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 1 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
+
| {{#var:cellstyle1}}ffffff; {{roundy|5px}};" |
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
{| {{#var:tablestyle}}
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{01|}}}
+
| {{#var:cellstyle2}} <big>{{#var:V19}}</big>
{{!-}}
+
|-
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 01
+
| {{#var:cellstyle3}} {{{19|}}}
{{!)}}
+
|}
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 2 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
+
| {{#var:cellstyle1}}ffffff; {{roundy|5px}};" |
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
{| {{#var:tablestyle}}
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{02|}}}
+
| {{#var:cellstyle2}} <big>{{#var:V20}}</big>
{{!-}}
+
|-
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 02
+
| {{#var:cellstyle3}} {{{20|}}}
{{!)}}
+
|}
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 3 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
+
|-
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
| {{#var:cellstyle1}}ffffff; {{roundy|5px}};" |
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{03|}}}
+
{| {{#var:tablestyle}}
{{!-}}
+
| {{#var:cellstyle2}} <big>{{#var:V21}}</big>
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 03
+
|-
{{!)}}
+
| {{#var:cellstyle3}} {{{21|}}}
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 31 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Tuesday |
+
|}
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
| {{#var:cellstyle1}}ffffff; {{roundy|5px}};" |
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p31|}}}
+
{| {{#var:tablestyle}}
{{!-}}
+
| {{#var:cellstyle2}} <big>{{#var:V22}}</big>
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|31}}
+
|-
{{!)}}
+
| {{#var:cellstyle3}} {{{22|}}}
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 30 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Tuesday |
+
|}
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
| {{#var:cellstyle1}}ffffff; {{roundy|5px}};" |
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p30|}}}
+
{| {{#var:tablestyle}}
{{!-}}
+
| {{#var:cellstyle2}} <big>{{#var:V23}}</big>
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|30}}
+
|-
{{!)}}
+
| {{#var:cellstyle3}} {{{23|}}}
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 29 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Tuesday |
+
|}
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
| {{#var:cellstyle1}}ffffff; {{roundy|5px}};" |
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p29|}}}
+
{| {{#var:tablestyle}}
{{!-}}
+
| {{#var:cellstyle2}} <big>{{#var:V24}}</big>
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|29}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 28 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p28|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|28}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 27 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p27|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|27}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 26 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p26|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|26}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 25 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p25|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|25}}
 
{{!)}}}}}}}}}}}}}}}}}}}}}}
 
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#if: {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 1 {{{year|{{LOCALYEAR}}}}}}} | Wednesday | 01 | {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 2 {{{year|{{LOCALYEAR}}}}}}} | Wednesday | 02 | {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 3 {{{year|{{LOCALYEAR}}}}}}} | Wednesday | 03 | {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 4 {{{year|{{LOCALYEAR}}}}}}} | Wednesday | 04}}}}}}}} | {{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}} | {{#switch: {{Season}} | Spring = d0eab6 | Summer = b8e9e9 | Fall = dcbf81 | Winter = cad4f4}}}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 1 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{01|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 01
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 2 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{02|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 02
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 3 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{03|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 03
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 4 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{04|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 04
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 31 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p31|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|31}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 30 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p30|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|30}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 29 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p29|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|29}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 28 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p28|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|28}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 27 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p27|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|27}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 26 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p26|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|26}}
 
{{!)}}}}}}}}}}}}}}}}}}}}}}
 
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#if: {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 1 {{{year|{{LOCALYEAR}}}}}}} | Thursday | 01 | {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 2 {{{year|{{LOCALYEAR}}}}}}} | Thursday | 02 | {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 3 {{{year|{{LOCALYEAR}}}}}}} | Thursday | 03 | {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 4 {{{year|{{LOCALYEAR}}}}}}} | Thursday | 04 | {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 5 {{{year|{{LOCALYEAR}}}}}}} | Thursday | 05}}}}}}}}}} | {{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}} | {{#switch: {{Season}} | Spring = d0eab6 | Summer = b8e9e9 | Fall = dcbf81 | Winter = cad4f4}}}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 1 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{01|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 01
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 2 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{02|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 02
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 3 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{03|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 03
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 4 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{04|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 04
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 5 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{05|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 05
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 31 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p31|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|31}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 30 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p30|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|30}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 29 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p29|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|29}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 28 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p28|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|28}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 27 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p27|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|27}}
 
{{!)}}}}}}}}}}}}}}}}}}}}}}
 
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#if: {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 1 {{{year|{{LOCALYEAR}}}}}}} | Friday | 01 | {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 2 {{{year|{{LOCALYEAR}}}}}}} | Friday| 02 | {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 3 {{{year|{{LOCALYEAR}}}}}}} | Friday | 03 | {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 4 {{{year|{{LOCALYEAR}}}}}}} | Friday | 04 | {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 5 {{{year|{{LOCALYEAR}}}}}}} | Friday | 05 | {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 6 {{{year|{{LOCALYEAR}}}}}}} | Friday | 06}}}}}}}}}}}} | {{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}} | {{#switch: {{Season}} | Spring = d0eab6 | Summer = b8e9e9 | Fall = dcbf81 | Winter = cad4f4}}}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 1 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{01|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 01
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 2 {{{year|{{LOCALYEAR}}}}}}} | Friday|
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{02|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 02
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 3 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{03|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 03
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 4 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{04|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 04
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 5 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{05|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 05
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 6 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{06|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 06
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 31 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p31|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|31}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 30 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p30|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|30}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 29 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p29|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|29}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | December | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} - 1}}/01}}}} 28 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | January | {{#expr: {{{year|{{LOCALYEAR}}}}} - 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p28|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|28}}
 
{{!)}}}}}}}}}}}}}}}}}}}}}}
 
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 1 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{01|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 01
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 2 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{02|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 02
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 3 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{03|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 03
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 4 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{04|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 04
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 5 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{05|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 05
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 6 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{06|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 06
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 7 {{{year|{{LOCALYEAR}}}}}}} | Saturday | 
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{07|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 07
 
{{!)}}}}}}}}}}}}}}}}
 
 
|-
 
|-
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 2 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
+
| {{#var:cellstyle3}} {{{24|}}}
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
|}
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{02|}}}
+
| {{#var:cellstyle1}}ffffff; {{roundy|5px}};" |
{{!-}}
+
{| {{#var:tablestyle}}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 02
+
| {{#var:cellstyle2}} <big>{{#var:V25}}</big>
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 3 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{03|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 03
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 4 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{04|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 04
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 5 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{05|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 05
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 6 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{06|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 06
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 7 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{07}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 07
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 8 {{{year|{{LOCALYEAR}}}}}}} | Sunday | 
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{08|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 08
 
{{!)}}}}}}}}}}}}}}}}
 
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 3 {{{year|{{LOCALYEAR}}}}}}} | Monday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{03|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 03
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 4 {{{year|{{LOCALYEAR}}}}}}} | Monday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{04|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 04
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 5 {{{year|{{LOCALYEAR}}}}}}} | Monday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{05|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 05
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 6 {{{year|{{LOCALYEAR}}}}}}} | Monday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{06|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 06
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 7 {{{year|{{LOCALYEAR}}}}}}} | Monday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{07|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 07
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 8 {{{year|{{LOCALYEAR}}}}}}} | Monday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{08|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 08
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 9 {{{year|{{LOCALYEAR}}}}}}} | Monday | 
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{09|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 09
 
{{!)}}}}}}}}}}}}}}}}
 
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 4 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{04|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 04
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 5 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{05|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 05
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 6 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{06|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 06
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 7 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{07|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 07
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 8 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{08|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 08
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 9 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{09|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 09
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 10 {{{year|{{LOCALYEAR}}}}}}} | Tuesday | 
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{10|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 10
 
{{!)}}
 
}}}}}}}}}}}}}}
 
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 5 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{05|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 05
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 6 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{06|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 06
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 7 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{07|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 07
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 8 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{08|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 08
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 9 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{09|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 09
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 10 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{10|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 10
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 11 {{{year|{{LOCALYEAR}}}}}}} | Wednesday | 
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{11|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 11
 
{{!)}}}}}}}}}}}}}}}}
 
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 6 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{06|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 06
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 7 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{07|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 07
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 8 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{08|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 08
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 9 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{09|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 09
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 10 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{10|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 10
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 11 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{11|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 11
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 12 {{{year|{{LOCALYEAR}}}}}}} | Thursday | 
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{12|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 12
 
{{!)}}
 
}}}}}}}}}}}}}}
 
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 7 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{07|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 07
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 8 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{08|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 08
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 9 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{09|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 09
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 10 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{10|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 10
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 11 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{11|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 11
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 12 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{12|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 12
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 13 {{{year|{{LOCALYEAR}}}}}}} | Friday | 
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{13|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 13
 
{{!)}}
 
}}}}}}}}}}}}}}
 
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 8 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{08|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 08
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 9 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{09|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 09
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 10 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{10|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 10
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 11 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{11|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 11
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 12 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{12|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 12
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 13 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{13|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 13
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 14 {{{year|{{LOCALYEAR}}}}}}} | Saturday | 
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{14|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 14
 
{{!)}}}}}}}}}}}}}}}}
 
 
|-
 
|-
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 9 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
+
| {{#var:cellstyle3}} {{{25|}}}
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
|}
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{09|}}}
+
| {{#var:cellstyle1}}ffffff; {{roundy|5px}};" |
{{!-}}
+
{| {{#var:tablestyle}}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 09
+
| {{#var:cellstyle2}} <big>{{#var:V26}}</big>
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 10 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{10|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 10
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 11 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{11|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 11
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 12 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{12|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 12
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 13 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{13|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 13
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 14 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{14|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 14
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 15 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{15|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 15
 
{{!)}}
 
}}}}}}}}}}}}}}
 
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 10 {{{year|{{LOCALYEAR}}}}}}} | Monday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{10|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 10
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 11 {{{year|{{LOCALYEAR}}}}}}} | Monday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{11|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 11
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 12 {{{year|{{LOCALYEAR}}}}}}} | Monday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{12|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 12
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 13 {{{year|{{LOCALYEAR}}}}}}} | Monday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{13|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 13
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 14 {{{year|{{LOCALYEAR}}}}}}} | Monday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{14|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 14
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 15 {{{year|{{LOCALYEAR}}}}}}} | Monday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{15|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 15
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 16 {{{year|{{LOCALYEAR}}}}}}} | Monday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{16|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 16
 
{{!)}}}}}}}}}}}}}}}}
 
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 11 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{11|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 11
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 12 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{12|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 12
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 13 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{13|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 13
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 14 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{14|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 14
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 15 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{15|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 15
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 16 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{16|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 16
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 17 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{17|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 17
 
{{!)}}}}}}}}}}}}}}}}
 
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 12 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{12|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 12
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 13 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{13|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 13
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 14 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{14|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 14
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 15 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{15|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 15
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 16 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{16|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 16
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 17 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{17|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 17
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 18 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{18|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 18
 
{{!)}}
 
}}}}}}}}}}}}}}
 
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 13 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{13|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 13
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 14 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{14|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 14
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 15 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{15|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 15
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 16 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{16|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 16
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 17 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{17|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 17
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 18 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{18|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 18
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 19 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{19|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 19
 
{{!)}}}}}}}}}}}}}}}}
 
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 14 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{14|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 14
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 15 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{15|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 15
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 16 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{16|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 16
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 17 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{17|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 17
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 18 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{18|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 18
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 19 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{19|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 19
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 20 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{20|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 20
 
{{!)}}}}}}}}}}}}}}}}
 
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 15 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{15|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 15
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 16 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{16|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 16
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 17 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{17|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 17
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 18 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{18|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 18
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 19 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{19|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 19
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 20 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{20|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 20
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 21 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{21|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 21
 
{{!)}}}}}}}}}}}}}}}}
 
 
|-
 
|-
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 16 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
+
| {{#var:cellstyle3}} {{{26|}}}
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
|}
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{16|}}}
+
| {{#var:cellstyle1}}ffffff; {{roundy|5px}};" |
{{!-}}
+
{| {{#var:tablestyle}}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 16
+
| {{#var:cellstyle2}} <big>{{#var:V27}}</big>
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 17 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{17|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 17
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 18 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{18|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 18
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 19 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{19|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 19
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 20 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{20|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 20
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 21 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{21|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 21
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 22 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{22|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 22
 
{{!)}}}}}}}}}}}}}}}}
 
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 17 {{{year|{{LOCALYEAR}}}}}}} | Monday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{17|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 17
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 18 {{{year|{{LOCALYEAR}}}}}}} | Monday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{18|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 18
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 19 {{{year|{{LOCALYEAR}}}}}}} | Monday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{19|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 19
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 20 {{{year|{{LOCALYEAR}}}}}}} | Monday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{20|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 20
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 21 {{{year|{{LOCALYEAR}}}}}}} | Monday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{21|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 21
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 22 {{{year|{{LOCALYEAR}}}}}}} | Monday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{22|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 22
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 23 {{{year|{{LOCALYEAR}}}}}}} | Monday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{23|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 23
 
{{!)}}}}}}}}}}}}}}}}
 
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 18 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{18|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 18
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 19 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{19|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 19
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 20 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{20|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 20
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 21 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{21|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 21
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 22 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{22|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 22
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 23 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{23|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 23
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 24 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{24|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 24
 
{{!)}}}}}}}}}}}}}}}}
 
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 19 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{19|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 19
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 20 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{20|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 20
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 21 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{21|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 21
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 22 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{22|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 22
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 23 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{23|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 23
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 24 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{24|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 24
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 25 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{25|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 25
 
{{!)}}}}}}}}}}}}}}}}
 
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 20 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{20|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 20
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 21 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{21|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 21
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 22 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{22|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 22
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 23 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{23|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 23
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 24 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{24|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 24
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 25 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{25|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 25
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 26 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{26|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 26
 
{{!)}}}}}}}}}}}}}}}}
 
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 21 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{21|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 21
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 22 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{22|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 22
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 23 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{23|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 23
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 24 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{24|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 24
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 25 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{25|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 25
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 26 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{26|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 26
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 27 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{27|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 27
 
{{!)}}}}}}}}}}}}}}}}
 
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 22 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{22|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 22
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 23 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{23|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 23
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 24 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{24|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 24
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 25 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{25|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 25
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 26 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{26|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 26
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 27 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{27|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 27
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 28 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{28|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 28
 
{{!)}}}}}}}}}}}}}}}}
 
 
|-
 
|-
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 23 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
+
| {{#var:cellstyle3}} {{{27|}}}
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
|}
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{23|}}}
+
{{#ifexpr:({{#var:thismonthdays}} + {{#var:firstday}} + (6 - {{#var:lastday}})) > 28 |
 
{{!-}}
 
{{!-}}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 23
+
{{!}} {{#var:cellstyle1}}{{#ifexpr:{{#var:V28}} < 7 | f1f1f1 | ffffff}}; {{roundy|5px}};" {{!}}
{{!)}}
+
{{(!}} {{#var:tablestyle}}
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 24 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
+
{{!}} {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V28}} < 7 | {{Colorshow|bdbdbd|{{#var:V28}}}} | {{#var:V28}}}}</big>
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{24|}}}
 
 
{{!-}}
 
{{!-}}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 24
+
{{!}} {{#var:cellstyle3}} {{{28|}}}
 
{{!)}}
 
{{!)}}
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 25 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
+
{{!}} {{#var:cellstyle1}}{{#ifexpr:{{#var:V29}} < 7 | f1f1f1 | ffffff}}; {{roundy|5px}};" {{!}}
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
{{(!}} {{#var:tablestyle}}
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{25|}}}
+
{{!}} {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V29}} < 7 | {{Colorshow|bdbdbd|{{#var:V29}}}} | {{#var:V29}}}}</big>
 
{{!-}}
 
{{!-}}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 25
+
{{!}} {{#var:cellstyle3}} {{{29|}}}
 
{{!)}}
 
{{!)}}
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 26 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
+
{{!}} {{#var:cellstyle1}}{{#ifexpr:{{#var:V30}} < 7 | f1f1f1 | ffffff}}; {{roundy|5px}};" {{!}}
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
{{(!}} {{#var:tablestyle}}
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{26|}}}
+
{{!}} {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V30}} < 7 | {{Colorshow|bdbdbd|{{#var:V30}}}} | {{#var:V30}}}}</big>
 
{{!-}}
 
{{!-}}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 26
+
{{!}} {{#var:cellstyle3}} {{{30|}}}
 
{{!)}}
 
{{!)}}
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 27 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
+
{{!}} {{#var:cellstyle1}}{{#ifexpr:{{#var:V31}} < 7 | f1f1f1 | ffffff}}; {{roundy|5px}};" {{!}}
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
{{(!}} {{#var:tablestyle}}
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{27|}}}
+
{{!}} {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V31}} < 7 | {{Colorshow|bdbdbd|{{#var:V31}}}} | {{#var:V31}}}}</big>
 
{{!-}}
 
{{!-}}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 27
+
{{!}} {{#var:cellstyle3}} {{{31|}}}
 
{{!)}}
 
{{!)}}
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 28 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
+
{{!}} {{#var:cellstyle1}}{{#ifexpr:{{#var:V32}} < 7 | f1f1f1 | ffffff}}; {{roundy|5px}};" {{!}}
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
{{(!}} {{#var:tablestyle}}
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{28|}}}
+
{{!}} {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V32}} < 7 | {{Colorshow|bdbdbd|{{#var:V32}}}} | {{#var:V32}}}}</big>
 
{{!-}}
 
{{!-}}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 28
+
{{!}} {{#var:cellstyle3}} {{{32|}}}
 
{{!)}}
 
{{!)}}
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
+
{{!}} {{#var:cellstyle1}}{{#ifexpr:{{#var:V33}} < 7 | f1f1f1 | ffffff}}; {{roundy|5px}};" {{!}}
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
{{(!}} {{#var:tablestyle}}
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{29|}}}
+
{{!}} {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V33}} < 7 | {{Colorshow|bdbdbd|{{#var:V33}}}} | {{#var:V33}}}}</big>
 
{{!-}}
 
{{!-}}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 29
+
{{!}} {{#var:cellstyle3}} {{{33|}}}
{{!)}}}}}}}}}}}}}}}}
 
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#if: {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 24 {{{year|{{LOCALYEAR}}}}}}} | Monday | 24 | {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 25 {{{year|{{LOCALYEAR}}}}}}} | Monday | 25 | {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 26 {{{year|{{LOCALYEAR}}}}}}} | Monday | 26 | {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 27 {{{year|{{LOCALYEAR}}}}}}} | Monday | 27 | {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 28 {{{year|{{LOCALYEAR}}}}}}} | Monday | 28 | {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Monday | 29 | {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Monday | 30}}}}}}}}}}}}}} | {{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}} | {{#switch: {{Season}} | Spring = d0eab6 | Summer = b8e9e9 | Fall = dcbf81 | Winter = cad4f4}}}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 24 {{{year|{{LOCALYEAR}}}}}}} | Monday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{24|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 24
 
 
{{!)}}
 
{{!)}}
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 25 {{{year|{{LOCALYEAR}}}}}}} | Monday |
+
{{!}} {{#var:cellstyle1}}{{#ifexpr:{{#var:V34}} < 7 | f1f1f1 | ffffff}}; {{roundy|5px}};" {{!}}
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
{{(!}} {{#var:tablestyle}}
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{25|}}}
+
{{!}} {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V34}} < 7 | {{Colorshow|bdbdbd|{{#var:V34}}}} | {{#var:V34}}}}</big>
 
{{!-}}
 
{{!-}}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 25
+
{{!}} {{#var:cellstyle3}} {{{34|}}}
{{!)}}
+
{{!)}}|}}
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 26 {{{year|{{LOCALYEAR}}}}}}} | Monday |
+
{{#ifexpr:({{#var:thismonthdays}} + {{#var:firstday}} + (6 - {{#var:lastday}})) > 35 |
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{26|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 26
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 27 {{{year|{{LOCALYEAR}}}}}}} | Monday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{27|}}}
 
 
{{!-}}
 
{{!-}}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 27
+
{{!}} {{#var:cellstyle1}}{{#ifexpr:{{#var:V35}} < 7 | f1f1f1 | ffffff}}; {{roundy|5px}};" {{!}}
{{!)}}
+
{{(!}} {{#var:tablestyle}}
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 28 {{{year|{{LOCALYEAR}}}}}}} | Monday |
+
{{!}} {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V35}} < 7 | {{Colorshow|bdbdbd|{{#var:V35}}}} | {{#var:V35}}}}</big>
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{28|}}}
 
 
{{!-}}
 
{{!-}}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 28
+
{{!}} {{#var:cellstyle3}} {{{35|}}}
 
{{!)}}
 
{{!)}}
| {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= 29}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Monday |
+
{{!}} {{#var:cellstyle1}}{{#ifexpr:{{#var:V36}} < 7 | f1f1f1 | ffffff}}; {{roundy|5px}};" {{!}}
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
{{(!}} {{#var:tablestyle}}
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{29|}}}
+
{{!}} {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V36}} < 7 | {{Colorshow|bdbdbd|{{#var:V36}}}} | {{#var:V36}}}}</big>
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 29
 
{{!)}}}}
 
| {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= 30}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Monday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{30|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 30
 
{{!)}}}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 01 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Monday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n01|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|01}}
 
{{!)}}}}}}}}}}}}}}}}}}
 
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#if: {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 25 {{{year|{{LOCALYEAR}}}}}}} | Tuesday | 25 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 26 {{{year|{{LOCALYEAR}}}}}}} | Tuesday | 26 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 27 {{{year|{{LOCALYEAR}}}}}}} | Tuesday | 27 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 28 {{{year|{{LOCALYEAR}}}}}}} | Tuesday | 28 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Tuesday | 29 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Tuesday | 30 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Tuesday | 31}}}}}}}}}}}}}} | {{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}} | {{#switch: {{Season}} | Spring = d0eab6 | Summer = b8e9e9 | Fall = dcbf81 | Winter = cad4f4}}}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 25 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{25|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 25
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 26 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{26|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 26
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 27 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{27|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 27
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 28 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{28|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 28
 
{{!)}}
 
| {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= 29}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{29|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 29
 
{{!)}}}}
 
| {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= 30}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{30|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 30
 
{{!)}}}}
 
| {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= 31}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{31|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 31
 
{{!)}}}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 01 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n01|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|01}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 02 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n02|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|02}}
 
{{!)}}}}}}}}}}}}}}}}}}}}
 
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#if: {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 26 {{{year|{{LOCALYEAR}}}}}}} | Wednesday | 26 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 27 {{{year|{{LOCALYEAR}}}}}}} | Wednesday | 27 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 28 {{{year|{{LOCALYEAR}}}}}}} | Wednesday | 28 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Wednesday | 29 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Wednesday | 30 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Wednesday | 31}}}}}}}}}}}} | {{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}} | {{#switch: {{Season}} | Spring = d0eab6 | Summer = b8e9e9 | Fall = dcbf81 | Winter = cad4f4}}}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 26 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{26|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 26
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 27 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{27|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 27
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 28 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{28|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 28
 
{{!)}}
 
| {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Wednesday | 29}}}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{29|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 29
 
{{!)}}}}
 
| {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Wednesday | 30}}}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{30|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 30
 
{{!)}}}}
 
| {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Wednesday | 31}}}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{31|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 31
 
{{!)}}}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 01 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n01|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|01}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 02 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n02|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|02}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 03 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n03|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|03}}
 
{{!)}}}}}}}}}}}}}}}}}}}}
 
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#if: {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 27 {{{year|{{LOCALYEAR}}}}}}} | Thursday | 27 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 28 {{{year|{{LOCALYEAR}}}}}}} | Thursday | 28 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Thursday | 29 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Thursday | 30 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Thursday | 31}}}}}}}}}} | {{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}} | {{#switch: {{Season}} | Spring = d0eab6 | Summer = b8e9e9 | Fall = dcbf81 | Winter = cad4f4}}}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 27 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{27|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 27
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 28 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{28|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 28
 
{{!)}}
 
| {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= 29}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{29|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 29
 
{{!)}}}}
 
| {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= 30}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{30|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 30
 
{{!)}}}}
 
| {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= 31}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{31|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 31
 
{{!)}}}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 01 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n01|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|01}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 02 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n02|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|02}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 03 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n03|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|03}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 04 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n04|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|04}}
 
{{!)}}}}}}}}}}}}}}}}}}}}
 
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#if: {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 28 {{{year|{{LOCALYEAR}}}}}}} | Friday | 28 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Friday | 29 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Friday | 30 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Friday | 31}}}}}}}} | {{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}} | {{#switch: {{Season}} | Spring = d0eab6 | Summer = b8e9e9 | Fall = dcbf81 | Winter = cad4f4}}}}; {{roundy|5px}};" | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 28 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{28|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 28
 
{{!)}}
 
| {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= 29}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{29|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 29
 
{{!)}}}}
 
| {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= 30}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{30|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 30
 
{{!)}}}}
 
| {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= 31}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{31|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 31
 
{{!)}}}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 01 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n01|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|01}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 02 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n02|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|02}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 03 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n03|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|03}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 04 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n04|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|04}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 05 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Friday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n05|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|05}}
 
{{!)}}}}}}}}}}}}}}}}}}}}
 
| height=100px style="padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#if: {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Saturday | 29 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Saturday | 30 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Saturday | 31}}}}}} | {{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}} | {{#switch: {{Season}} | Spring = d0eab6 | Summer = b8e9e9 | Fall = dcbf81 | Winter = cad4f4}}}}; {{roundy|5px}};" | {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= 29}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{29|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 29
 
{{!)}}}}
 
| {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= 30}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{30|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 30
 
{{!)}}}}
 
| {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= 31}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{31|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 31
 
{{!)}}}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 01 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n01|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|01}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 02 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n02|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|02}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 03 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n03|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|03}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 04 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n04|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|04}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 05 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n05|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|05}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 06 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Saturday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n06|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|06}}
 
{{!)}}}}}}}}}}}}}}}}}}}}
 
{{#if: {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Sunday | 30 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Sunday | 31}}}} |
 
{{!-}}
 
{{!}} height{{=}}100px style{{=}}"padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}}; {{roundy|5px}};" {{!}} {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{30|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 30
 
{{!)}}
 
| {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{31|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 31
 
{{!)}}}}}}
 
{{!}} height{{=}}100px style{{=}}"padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#if: {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Monday | 31}} | {{#switch: {{Season}} | Spring = f6fbf1 | Summer = f2fbfb | Fall = fdfcf9 | Winter = f1f4fd}} | {{#switch: {{Season}} | Spring = d0eab6 | Summer = b8e9e9 | Fall = dcbf81 | Winter = cad4f4}}}}; {{roundy|5px}};" {{!}} {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= 31}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Monday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{31|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} 31
 
{{!)}}}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 01 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Monday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n01|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|01}}
 
{{!)}}}}}}
 
{{!}} height{{=}}100px style{{=}}"padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = d0eab6 | Summer = b8e9e9 | Fall = dcbf81 | Winter = cad4f4}}; {{roundy|5px}};" {{!}} {{#ifeq: {{#time:l|
 
{{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 01 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n01|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|01}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 02 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Tuesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n02|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|02}}
 
{{!)}}}}}}
 
{{!}} height{{=}}100px style{{=}}"padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = d0eab6 | Summer = b8e9e9 | Fall = dcbf81 | Winter = cad4f4}}; {{roundy|5px}};" {{!}} {{#ifeq: {{#time:l|
 
{{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 02 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n02|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|02}}
 
{{!)}}
 
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 03 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Wednesday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n03|}}}
 
{{!-}}
 
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|03}}
 
{{!)}}}}}}
 
{{!}} height{{=}}100px style{{=}}"padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = d0eab6 | Summer = b8e9e9 | Fall = dcbf81 | Winter = cad4f4}}; {{roundy|5px}};" {{!}} {{#ifeq: {{#time:l|
 
{{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 03 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Thursday |
 
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n03|}}}
 
 
{{!-}}
 
{{!-}}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|03}}
+
{{!}} {{#var:cellstyle3}} {{{36|}}}
 
{{!)}}
 
{{!)}}
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 04 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Thursday |
+
{{!}} {{#var:cellstyle1}}{{#ifexpr:{{#var:V37}} < 7 | f1f1f1 | ffffff}}; {{roundy|5px}};" {{!}}
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
{{(!}} {{#var:tablestyle}}
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n04|}}}
+
{{!}} {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V37}} < 7 | {{Colorshow|bdbdbd|{{#var:V37}}}} | {{#var:V37}}}}</big>
 
{{!-}}
 
{{!-}}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|04}}
+
{{!}} {{#var:cellstyle3}} {{{37|}}}
 
{{!)}}
 
{{!)}}
}}}}
+
{{!}} {{#var:cellstyle1}}{{#ifexpr:{{#var:V38}} < 7 | f1f1f1 | ffffff}}; {{roundy|5px}};" {{!}}
{{!}} height{{=}}100px style{{=}}"padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = d0eab6 | Summer = b8e9e9 | Fall = dcbf81 | Winter = cad4f4}}; {{roundy|5px}};" {{!}} {{#ifeq: {{#time:l|
+
{{(!}} {{#var:tablestyle}}
{{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 04 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Friday |
+
{{!}} {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V38}} < 7 | {{Colorshow|bdbdbd|{{#var:V38}}}} | {{#var:V38}}}}</big>
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n04|}}}
 
 
{{!-}}
 
{{!-}}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|04}}
+
{{!}} {{#var:cellstyle3}} {{{38|}}}
 
{{!)}}
 
{{!)}}
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 05 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Friday |
+
{{!}} {{#var:cellstyle1}}{{#ifexpr:{{#var:V39}} < 7 | f1f1f1 | ffffff}}; {{roundy|5px}};" {{!}}
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
{{(!}} {{#var:tablestyle}}
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n05|}}}
+
{{!}} {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V39}} < 7 | {{Colorshow|bdbdbd|{{#var:V39}}}} | {{#var:V39}}}}</big>
 
{{!-}}
 
{{!-}}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|05}}
+
{{!}} {{#var:cellstyle3}} {{{39|}}}
 
{{!)}}
 
{{!)}}
}}}}
+
{{!}} {{#var:cellstyle1}}{{#ifexpr:{{#var:V40}} < 7 | f1f1f1 | ffffff}}; {{roundy|5px}};" {{!}}
{{!}} height{{=}}100px style{{=}}"padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#switch: {{Season}} | Spring = d0eab6 | Summer = b8e9e9 | Fall = dcbf81 | Winter = cad4f4}}; {{roundy|5px}};" {{!}} {{#ifeq: {{#time:l|
+
{{(!}} {{#var:tablestyle}}
{{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 05 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Saturday |
+
{{!}} {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V40}} < 7 | {{Colorshow|bdbdbd|{{#var:V40}}}} | {{#var:V40}}}}</big>
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
 
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n05|}}}
 
 
{{!-}}
 
{{!-}}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|05}}
+
{{!}} {{#var:cellstyle3}} {{{40|}}}
 
{{!)}}
 
{{!)}}
| {{#ifeq: {{#time:l| {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | January | {{#time:F|{{#expr: {{#time:n|{{{month|{{LOCALMONTHNAME}}}}}}} + 1}}/01}}}} 06 {{#ifeq: {{{month|{{LOCALMONTHNAME}}}}} | December | {{#expr: {{{year|{{LOCALYEAR}}}}} + 1}} | {{{year|{{LOCALYEAR}}}}}}}}} | Saturday |
+
{{!}} {{#var:cellstyle1}}{{#ifexpr:{{#var:V41}} < 7 | f1f1f1 | ffffff}}; {{roundy|5px}};" {{!}}
{{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
+
{{(!}} {{#var:tablestyle}}
{{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n06|}}}
+
{{!}} {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V41}} < 7 | {{Colorshow|bdbdbd|{{#var:V41}}}} | {{#var:V41}}}}</big>
 
{{!-}}
 
{{!-}}
{{!}} style{{=}}"padding:2px 5px 0 0; line-height: 12px; vertical-align: bottom; text-align: right;" {{!}} {{Colorshow|{{ColorSecondary}}|06}}
+
{{!}} {{#var:cellstyle3}} {{{41|}}}
{{!)}}}}}}}}
+
{{!)}}|}}
|}<noinclude><br>
+
|}</div><noinclude><br>
<!-- {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= 29 or 0 = {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 01 {{{year|{{LOCALYEAR}}}}}}} | Sunday | 1 | 0}}}} | 1 | }} -->
+
{{Documentation}}
 
+
[[Category:Templates]]
== Syntax ==
+
[[Category:Calendar templates]]
<pre>{{Calendar
+
[[Category:Pages using the Variables extension]]
| month = (calendar month to be generated - optional)
+
</noinclude>
| year = (corresponding year calendar month is to be generated for - optional)
 
| p23 ... p31 = (value to appear in date of previous month - optional)
 
| 01 ... 31 =  (value to appear in this month's date - optional)
 
| n01 ... n06 = (value to appear in date of following month - optional)
 
}}</pre>
 
 
 
== Notes ==
 
*If no month is entered, the template will generate a calendar for the current month.
 
*If no year is entered, the template will generate a calendar for the current year.
 
*Number parameters prefixed with a "p" (previous) are used to enter content into a date cell from a month that has passed (darkened date).
 
*Number parameters are used to enter content into a date cell for the current month (e.g. entering a value for "01", like "Bob's birthday", will cause that value to appear in the cell associated with the first of the month).
 
*Number parameters prefixed with a "n" (next) are used to enter content into a date cell from a month that is forthcoming (darkened date).</noinclude>
 

Latest revision as of 12:28, November 1, 2022

← February March 2024 April →
Sunday Monday Tuesday Wednesday Thursday Friday Saturday
25
26
27
28
29
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6


Template documentation (view)


Syntax

{{Calendar
| month    = name of calendar month to be generated (e.g., January) - optional
| year     = corresponding year calendar month is to be generated for (e.g., 2020) - optional
| link     = true or false, default is true - optional
| 0 ... 42 = text to appear in calendar square associated with given numeral - optional
}}

Usage notes

  • If no month is entered, the template will generate a calendar for the current month {{LOCALMONTH}}.
  • If no year is entered, the template will generate a calendar for the current year {{LOCALYEAR}}.
  • To remove the previous/next calendar links, set link as false
  • Number parameters are used to enter content into a date cell for the current month. Unlike the previous version of the template, these numbers are not associated with the date (e.g. the value entered for "01" is not necessarily associated with the first of the month). Rather, these numbers correspond to each 'square' of the calendar, where the upper leftmost square is designated "0". Single-digit numerals take a leading zero (e.g. 01, 02...).
  • Examples of usage are available in Category:Calendar templates.

Coding notes

The logic for the loop operation is as follows:
Calculate the difference between calendar value x and the start date value (numeral associated with the day of the week the month starts on), and add 1. If the result of this expression is less than one, then the calendar value is part of the previous month. For these calendar values, take the number of days in the previous month and add to them the result of the following expression: calendar value x - the start date value + 1. If the result of the expression in the first sentence is 1 or greater then determine if calendar value x is equal to or greater than the sum of the number of days in the current month and the start date value. If so, then the calendar value is part of the following month. For these calendar values, subtract the sum of the number of days in the current month and the start date value from calendar value x and add 1. For all other values (the calendar values associated with the days of the current month), calculate the difference between calendar value x and the start date value and add 1.

The logic for the 5th & 6th week display is as follows:

To determine whether or not the calendar should display a given week, find the sum of these variables: the number of days in the current month, the start date value, and six minus the end date value. Whether or not the week is displayed is dependent on whether this value exceeds 28 (for a fifth week), and then 35 (for a sixth week).