|
|
(19 intermediate revisions by 4 users not shown) |
Line 1: |
Line 1: |
− | {| style="border:4px solid #{{ColorPrimary}}; background-color:#{{ColorSecondary}}; {{roundy|10px}};" | + | <!--Adding overflow for mobile viewing |
− | | style="text-align:center; height:45px;"| {{#ifeq: {{{link|}}}|false||<small>[[{{#time:F|now - 1 months}}|{{Colorshow|000|← {{#time:F|now - 1 months}}}}]]</small>}} | + | --><div style="overflow-x: auto;"><!--Defining calendar variables: |
− | ! colspan=5 style="height:45px;"| <big><big>{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}</big></big> | + | -->{{#vardefine:year|{{{year|{{LOCALYEAR}}}}} |
− | | style="text-align:center; height:45px;"| {{#ifeq: {{{link|}}}|false||<small>[[{{#time:F|now + 1 months}}|{{Colorshow|000|{{#time:F|now + 1 months}} →}}]]</small>}} | + | }}{{#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}} →}}]]}} |
| |- | | |- |
− | | colspan=7 style="border-bottom: 2px solid #{{ColorPrimary}};" | | + | | class="theme-border" colspan=7 style="border-width: 0px 0px 2px 0px;" | |
| |- | | |- |
− | ! width=100px | Sunday | + | ! width=125px | <big>Sunday</big> |
− | ! width=100px | Monday | + | ! width=125px | <big>Monday</big> |
− | ! width=100px | Tuesday | + | ! width=125px | <big>Tuesday</big> |
− | ! width=100px | Wednesday | + | ! width=125px | <big>Wednesday</big> |
− | ! width=100px | Thursday | + | ! width=125px | <big>Thursday</big> |
− | ! width=100px | Friday | + | ! width=125px | <big>Friday</big> |
− | ! width=100px | Saturday | + | ! width=125px | <big>Saturday</big> |
| |- | | |- |
− | | colspan=7 style="padding:0px; border-bottom: 2px solid #{{ColorPrimary}};" | | + | | class="theme-border" colspan=7 style="padding:0px; border-width: 0px 0px 2px 0px;" | |
| |- | | |- |
| | | | | |
| |- | | |- |
− | | 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 | | + | | {{#var:cellstyle1}}{{#ifexpr:{{#var:V0}} > 6 | f1f1f1 | ffffff}}; {{roundy|5px}};" | |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;" | + | {| {{#var:tablestyle}} |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>01</big> | + | | {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V0}} > 6 | {{Colorshow|bdbdbd|{{#var:V0}}}} | {{#var:V0}}}}</big> |
− | {{!-}} | + | |- |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{01|}}} | + | | {{#var:cellstyle3}} {{{0|}}} |
− | {{!)}} | + | |} |
− | | {{#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:cellstyle1}}{{#ifexpr:{{#var:V1}} > 6 | f1f1f1 | ffffff}}; {{roundy|5px}};" | |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;" | + | {| {{#var:tablestyle}} |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|31}}</big> | + | | {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V1}} > 6 | {{Colorshow|bdbdbd|{{#var:V1}}}} | {{#var:V1}}}}</big> |
− | {{!-}} | + | |- |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p31|}}} | + | | {{#var:cellstyle3}} {{{01|}}} |
− | {{!)}} | + | |} |
− | | {{#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:cellstyle1}}{{#ifexpr:{{#var:V2}} > 6 | f1f1f1 | ffffff}}; {{roundy|5px}};" | |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;" | + | {| {{#var:tablestyle}} |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|30}}</big> | + | | {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V2}} > 6 | {{Colorshow|bdbdbd|{{#var:V2}}}} | {{#var:V2}}}}</big> |
− | {{!-}} | + | |- |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p30|}}} | + | | {{#var:cellstyle3}} {{{02|}}} |
− | {{!)}}
| + | |} |
− | | {{#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:cellstyle1}}{{#ifexpr:{{#var:V3}} > 6 | f1f1f1 | ffffff}}; {{roundy|5px}};" | |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;" | + | {| {{#var:tablestyle}} |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|29}}</big> | + | | {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V3}} > 6 | {{Colorshow|bdbdbd|{{#var:V3}}}} | {{#var:V3}}}}</big> |
− | {{!-}}
| + | |- |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p29|}}} | + | | {{#var:cellstyle3}} {{{03|}}} |
− | {{!)}} | + | |} |
− | | {{#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:cellstyle1}}{{#ifexpr:{{#var:V4}} > 6 | f1f1f1 | ffffff}}; {{roundy|5px}};" | |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;" | + | {| {{#var:tablestyle}} |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|28}}</big> | + | | {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V4}} > 6 | {{Colorshow|bdbdbd|{{#var:V4}}}} | {{#var:V4}}}}</big> |
− | {{!-}} | + | |- |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p28|}}} | + | | {{#var:cellstyle3}} {{{04|}}} |
− | {{!)}} | + | |} |
− | | {{#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:cellstyle1}}{{#ifexpr:{{#var:V5}} > 6 | f1f1f1 | ffffff}}; {{roundy|5px}};" | |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;" | + | {| {{#var:tablestyle}} |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|27}}</big> | + | | {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V5}} > 6 | {{Colorshow|bdbdbd|{{#var:V5}}}} | {{#var:V5}}}}</big> |
− | {{!-}}
| + | |- |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p27|}}} | + | | {{#var:cellstyle3}} {{{05|}}} |
− | {{!)}} | + | |} |
− | | {{#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:cellstyle1}}{{#ifexpr:{{#var:V6}} > 6 | f1f1f1 | ffffff}}; {{roundy|5px}};" | |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;" | + | {| {{#var:tablestyle}} |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|26}}</big> | + | | {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V6}} > 6 | {{Colorshow|bdbdbd|{{#var:V6}}}} | {{#var:V6}}}}</big> |
− | {{!-}}
| + | |- |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p26|}}} | + | | {{#var:cellstyle3}} {{{06|}}} |
− | {{!)}} | + | |} |
− | | {{#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 | | + | |- |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| + | | {{#var:cellstyle1}}ffffff; {{roundy|5px}};" | |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|25}}</big>
| + | {| {{#var:tablestyle}} |
− | {{!-}}
| + | | {{#var:cellstyle2}} <big>{{#var:V7}}</big> |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p25|}}}
| + | |- |
− | {{!)}}
| + | | {{#var:cellstyle3}} {{{07|}}} |
− | | {{#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 |
| + | |} |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| + | | {{#var:cellstyle1}}ffffff; {{roundy|5px}};" | |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|24}}</big>
| + | {| {{#var:tablestyle}} |
− | {{!-}}
| + | | {{#var:cellstyle2}} <big>{{#var:V8}}</big> |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p24|}}}
| + | |- |
− | {{!)}}
| + | | {{#var:cellstyle3}} {{{08|}}} |
− | | {{#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 |
| + | |} |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| + | | {{#var:cellstyle1}}ffffff; {{roundy|5px}};" | |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|23}}</big>
| + | {| {{#var:tablestyle}} |
− | {{!-}}
| + | | {{#var:cellstyle2}} <big>{{#var:V9}}</big> |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p23|}}}
| + | |- |
− | {{!)}}}}}}}}}}}}}}}}}}}}}}
| + | | {{#var:cellstyle3}} {{{09|}}} |
− | | 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 |
| + | |} |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| + | | {{#var:cellstyle1}}ffffff; {{roundy|5px}};" | |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>01</big>
| + | {| {{#var:tablestyle}} |
− | {{!-}}
| + | | {{#var:cellstyle2}} <big>{{#var:V10}}</big> |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{01|}}}
| + | |- |
− | {{!)}}
| + | | {{#var:cellstyle3}} {{{10|}}} |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 2 {{{year|{{LOCALYEAR}}}}}}} | Monday |
| + | |} |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| + | | {{#var:cellstyle1}}ffffff; {{roundy|5px}};" | |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>02</big>
| + | {| {{#var:tablestyle}} |
− | {{!-}}
| + | | {{#var:cellstyle2}} <big>{{#var:V11}}</big> |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{02|}}}
| + | |- |
− | {{!)}}
| + | | {{#var:cellstyle3}} {{{11|}}} |
− | | {{#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 |
| + | |} |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| + | | {{#var:cellstyle1}}ffffff; {{roundy|5px}};" | |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|31}}</big>
| + | {| {{#var:tablestyle}} |
− | {{!-}}
| + | | {{#var:cellstyle2}} <big>{{#var:V12}}</big> |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p31|}}}
| + | |- |
− | {{!)}}
| + | | {{#var:cellstyle3}} {{{12|}}} |
− | | {{#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 |
| + | |} |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| + | | {{#var:cellstyle1}}ffffff; {{roundy|5px}};" | |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|30}}</big>
| + | {| {{#var:tablestyle}} |
− | {{!-}}
| + | | {{#var:cellstyle2}} <big>{{#var:V13}}</big> |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p30|}}}
| + | |- |
− | {{!)}}
| + | | {{#var:cellstyle3}} {{{13|}}} |
− | | {{#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 |
| + | |} |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| + | |- |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|29}}</big>
| + | | {{#var:cellstyle1}}ffffff; {{roundy|5px}};" | |
− | {{!-}}
| + | {| {{#var:tablestyle}} |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p29|}}}
| + | | {{#var:cellstyle2}} <big>{{#var:V14}}</big> |
− | {{!)}}
| + | |- |
− | | {{#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:cellstyle3}} {{{14|}}} |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| + | |} |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|28}}</big>
| + | | {{#var:cellstyle1}}ffffff; {{roundy|5px}};" | |
− | {{!-}}
| + | {| {{#var:tablestyle}} |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p28|}}}
| + | | {{#var:cellstyle2}} <big>{{#var:V15}}</big> |
− | {{!)}}
| + | |- |
− | | {{#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:cellstyle3}} {{{15|}}} |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| + | |} |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|27}}</big>
| + | | {{#var:cellstyle1}}ffffff; {{roundy|5px}};" | |
− | {{!-}}
| + | {| {{#var:tablestyle}} |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p27|}}}
| + | | {{#var:cellstyle2}} <big>{{#var:V16}}</big> |
− | {{!)}}
| + | |- |
− | | {{#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:cellstyle3}} {{{16|}}} |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| + | |} |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|26}}</big>
| + | | {{#var:cellstyle1}}ffffff; {{roundy|5px}};" | |
− | {{!-}}
| + | {| {{#var:tablestyle}} |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p26|}}}
| + | | {{#var:cellstyle2}} <big>{{#var:V17}}</big> |
− | {{!)}}
| + | |- |
− | | {{#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:cellstyle3}} {{{17|}}} |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| + | |} |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|25}}</big>
| + | | {{#var:cellstyle1}}ffffff; {{roundy|5px}};" | |
− | {{!-}}
| + | {| {{#var:tablestyle}} |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p25|}}}
| + | | {{#var:cellstyle2}} <big>{{#var:V18}}</big> |
− | {{!)}}
| + | |- |
− | | {{#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:cellstyle3}} {{{18|}}} |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| + | |} |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|24}}</big>
| + | | {{#var:cellstyle1}}ffffff; {{roundy|5px}};" | |
− | {{!-}}
| + | {| {{#var:tablestyle}} |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p24|}}}
| + | | {{#var:cellstyle2}} <big>{{#var:V19}}</big> |
− | {{!)}}}}}}}}}}}}}}}}}}}}}}
| + | |- |
− | | 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:cellstyle3}} {{{19|}}} |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| + | |} |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>01</big>
| + | | {{#var:cellstyle1}}ffffff; {{roundy|5px}};" | |
− | {{!-}}
| + | {| {{#var:tablestyle}} |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{01|}}}
| + | | {{#var:cellstyle2}} <big>{{#var:V20}}</big> |
− | {{!)}}
| + | |- |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 2 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
| + | | {{#var:cellstyle3}} {{{20|}}} |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| + | |} |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>02</big>
| + | |- |
− | {{!-}}
| + | | {{#var:cellstyle1}}ffffff; {{roundy|5px}};" | |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{02|}}}
| + | {| {{#var:tablestyle}} |
− | {{!)}}
| + | | {{#var:cellstyle2}} <big>{{#var:V21}}</big> |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 3 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
| + | |- |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| + | | {{#var:cellstyle3}} {{{21|}}} |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>03</big>
| + | |} |
− | {{!-}}
| + | | {{#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:V22}}</big> |
− | | {{#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:cellstyle3}} {{{22|}}} |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|31}}</big>
| + | |} |
− | {{!-}}
| + | | {{#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:V23}}</big> |
− | | {{#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:cellstyle3}} {{{23|}}} |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|30}}</big>
| + | |} |
− | {{!-}}
| + | | {{#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:V24}}</big> |
− | | {{#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:cellstyle3}} {{{24|}}} |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|29}}</big>
| + | |} |
− | {{!-}}
| + | | {{#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:V25}}</big> |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|28}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p28|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|27}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p27|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|26}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p26|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|25}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p25|}}}
| |
− | {{!)}}}}}}}}}}}}}}}}}}}}}}
| |
− | | 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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>01</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{01|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 2 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>02</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{02|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 3 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>03</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{03|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 4 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>04</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|31}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p31|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|30}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p30|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|29}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p29|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|28}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p28|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|27}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p27|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|26}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p26|}}}
| |
− | {{!)}}}}}}}}}}}}}}}}}}}}}}
| |
− | | 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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>01</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{01|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 2 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>02</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{02|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 3 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>03</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{03|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 4 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>04</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{04|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 5 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>05</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|31}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p31|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|30}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p30|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|29}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p29|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|28}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p28|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|27}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p27|}}}
| |
− | {{!)}}}}}}}}}}}}}}}}}}}}}}
| |
− | | 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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>01</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{01|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 2 {{{year|{{LOCALYEAR}}}}}}} | Friday|
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>02</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{02|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 3 {{{year|{{LOCALYEAR}}}}}}} | Friday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>03</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{03|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 4 {{{year|{{LOCALYEAR}}}}}}} | Friday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>04</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{04|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 5 {{{year|{{LOCALYEAR}}}}}}} | Friday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>05</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{05|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 6 {{{year|{{LOCALYEAR}}}}}}} | Friday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>06</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|31}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p31|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|30}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p30|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|29}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p29|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|28}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{p28|}}}
| |
− | {{!)}}}}}}}}}}}}}}}}}}}}}}
| |
− | | 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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>01</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{01|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 2 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>02</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{02|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 3 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>03</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{03|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 4 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>04</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{04|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 5 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>05</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{05|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 6 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>06</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{06|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 7 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>07</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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}} {{{25|}}} |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| + | |} |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>02</big>
| + | | {{#var:cellstyle1}}ffffff; {{roundy|5px}};" | |
− | {{!-}}
| + | {| {{#var:tablestyle}} |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{02|}}}
| + | | {{#var:cellstyle2}} <big>{{#var:V26}}</big> |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 3 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>03</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{03|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 4 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>04</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{04|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 5 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>05</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{05|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 6 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>06</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{06|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 7 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>07</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{07|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 8 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>08</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>03</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{03|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 4 {{{year|{{LOCALYEAR}}}}}}} | Monday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>04</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{04|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 5 {{{year|{{LOCALYEAR}}}}}}} | Monday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>05</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{05|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 6 {{{year|{{LOCALYEAR}}}}}}} | Monday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>06</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{06|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 7 {{{year|{{LOCALYEAR}}}}}}} | Monday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>07</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{07|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 8 {{{year|{{LOCALYEAR}}}}}}} | Monday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>08</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{08|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 9 {{{year|{{LOCALYEAR}}}}}}} | Monday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>09</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>04</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{04|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 5 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>05</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{05|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 6 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>06</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{06|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 7 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>07</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{07|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 8 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>08</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{08|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 9 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>09</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{09|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 10 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>10</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>05</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{05|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 6 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>06</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{06|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 7 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>07</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{07|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 8 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>08</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{08|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 9 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>09</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{09|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 10 {{{year|{{LOCALYEAR}}}}}}} | Wednesday | | |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>10</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{10|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 11 {{{year|{{LOCALYEAR}}}}}}} | Wednesday | | |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>11</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>06</big>
| |
− | {{!-}} | |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{06|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 7 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>07</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{07|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 8 {{{year|{{LOCALYEAR}}}}}}} | Thursday | | |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>08</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{08|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 9 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>09</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{09|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 10 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>10</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{10|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 11 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>11</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{11|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 12 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>12</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>07</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{07|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 8 {{{year|{{LOCALYEAR}}}}}}} | Friday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>08</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{08|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 9 {{{year|{{LOCALYEAR}}}}}}} | Friday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>09</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{09|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 10 {{{year|{{LOCALYEAR}}}}}}} | Friday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>10</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{10|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 11 {{{year|{{LOCALYEAR}}}}}}} | Friday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>11</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{11|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 12 {{{year|{{LOCALYEAR}}}}}}} | Friday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>12</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{12|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 13 {{{year|{{LOCALYEAR}}}}}}} | Friday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>13</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>08</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{08|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 9 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>09</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{09|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 10 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>10</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{10|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 11 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>11</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{11|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 12 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>12</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{12|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 13 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>13</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{13|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 14 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>14</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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}} {{{26|}}} |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| + | |} |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>09</big>
| + | | {{#var:cellstyle1}}ffffff; {{roundy|5px}};" | |
− | {{!-}}
| + | {| {{#var:tablestyle}} |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{09|}}}
| + | | {{#var:cellstyle2}} <big>{{#var:V27}}</big> |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 10 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>10</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{10|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 11 {{{year|{{LOCALYEAR}}}}}}} | Sunday | | |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>11</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{11|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 12 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>12</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{12|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 13 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>13</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{13|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 14 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>14</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{14|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 15 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>15</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>10</big> | |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{10|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 11 {{{year|{{LOCALYEAR}}}}}}} | Monday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>11</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{11|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 12 {{{year|{{LOCALYEAR}}}}}}} | Monday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>12</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{12|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 13 {{{year|{{LOCALYEAR}}}}}}} | Monday | | |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>13</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{13|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 14 {{{year|{{LOCALYEAR}}}}}}} | Monday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>14</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{14|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 15 {{{year|{{LOCALYEAR}}}}}}} | Monday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>15</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{15|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 16 {{{year|{{LOCALYEAR}}}}}}} | Monday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>16</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>11</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{11|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 12 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>12</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{12|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 13 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>13</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{13|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 14 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>14</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{14|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 15 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>15</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{15|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 16 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>16</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{16|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 17 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>17</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>12</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{12|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 13 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>13</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{13|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 14 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>14</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{14|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 15 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>15</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{15|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 16 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>16</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{16|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 17 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>17</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{17|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 18 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>18</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>13</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{13|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 14 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>14</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{14|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 15 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>15</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{15|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 16 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>16</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{16|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 17 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>17</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{17|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 18 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>18</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{18|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 19 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>19</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>14</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{14|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 15 {{{year|{{LOCALYEAR}}}}}}} | Friday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>15</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{15|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 16 {{{year|{{LOCALYEAR}}}}}}} | Friday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>16</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{16|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 17 {{{year|{{LOCALYEAR}}}}}}} | Friday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>17</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{17|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 18 {{{year|{{LOCALYEAR}}}}}}} | Friday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>18</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{18|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 19 {{{year|{{LOCALYEAR}}}}}}} | Friday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>19</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{19|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 20 {{{year|{{LOCALYEAR}}}}}}} | Friday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>20</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>15</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{15|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 16 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>16</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{16|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 17 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>17</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{17|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 18 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>18</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{18|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 19 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>19</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{19|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 20 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>20</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{20|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 21 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>21</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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}} {{{27|}}} |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| + | |} |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>16</big>
| + | {{#ifexpr:({{#var:thismonthdays}} + {{#var:firstday}} + (6 - {{#var:lastday}})) > 28 | |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{16|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 17 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>17</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{17|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 18 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>18</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{18|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 19 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>19</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{19|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 20 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>20</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{20|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 21 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>21</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{21|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 22 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>22</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>17</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{17|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 18 {{{year|{{LOCALYEAR}}}}}}} | Monday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>18</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{18|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 19 {{{year|{{LOCALYEAR}}}}}}} | Monday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>19</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{19|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 20 {{{year|{{LOCALYEAR}}}}}}} | Monday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>20</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{20|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 21 {{{year|{{LOCALYEAR}}}}}}} | Monday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>21</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{21|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 22 {{{year|{{LOCALYEAR}}}}}}} | Monday | | |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>22</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{22|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 23 {{{year|{{LOCALYEAR}}}}}}} | Monday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>23</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>18</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{18|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 19 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>19</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{19|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 20 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>20</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{20|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 21 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>21</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{21|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 22 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>22</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{22|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 23 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>23</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{23|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 24 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>24</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>19</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{19|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 20 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>20</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{20|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 21 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>21</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{21|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 22 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>22</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{22|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 23 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>23</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{23|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 24 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>24</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{24|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 25 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>25</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>20</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{20|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 21 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>21</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{21|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 22 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>22</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{22|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 23 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>23</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{23|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 24 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>24</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{24|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 25 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>25</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{25|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 26 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>26</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>21</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{21|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 22 {{{year|{{LOCALYEAR}}}}}}} | Friday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>22</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{22|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 23 {{{year|{{LOCALYEAR}}}}}}} | Friday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>23</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{23|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 24 {{{year|{{LOCALYEAR}}}}}}} | Friday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>24</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{24|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 25 {{{year|{{LOCALYEAR}}}}}}} | Friday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>25</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{25|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 26 {{{year|{{LOCALYEAR}}}}}}} | Friday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>26</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{26|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 27 {{{year|{{LOCALYEAR}}}}}}} | Friday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>27</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>22</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{22|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 23 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>23</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{23|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 24 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>24</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{24|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 25 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>25</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{25|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 26 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>26</big>
| |
| {{!-}} | | {{!-}} |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{26|}}} | + | {{!}} {{#var:cellstyle1}}{{#ifexpr:{{#var:V28}} < 7 | f1f1f1 | ffffff}}; {{roundy|5px}};" {{!}} |
− | {{!)}} | + | {{(!}} {{#var:tablestyle}} |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 27 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
| + | {{!}} {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V28}} < 7 | {{Colorshow|bdbdbd|{{#var:V28}}}} | {{#var:V28}}}}</big> |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;" | |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>27</big>
| |
| {{!-}} | | {{!-}} |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{27|}}} | + | {{!}} {{#var:cellstyle3}} {{{28|}}} |
| {{!)}} | | {{!)}} |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 28 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
| + | {{!}} {{#var:cellstyle1}}{{#ifexpr:{{#var:V29}} < 7 | f1f1f1 | ffffff}}; {{roundy|5px}};" {{!}} |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;" | + | {{(!}} {{#var:tablestyle}} |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>28</big> | + | {{!}} {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V29}} < 7 | {{Colorshow|bdbdbd|{{#var:V29}}}} | {{#var:V29}}}}</big> |
| {{!-}} | | {{!-}} |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{28|}}} | + | {{!}} {{#var:cellstyle3}} {{{29|}}} |
− | {{!)}}}}}}}}}}}}}}}}
| |
− | {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= 29 or 0 = {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 01 {{{year|{{LOCALYEAR}}}}}}} | Sunday | 1 | 0}}}} | 1 | | |
− | {{!-}}
| |
− | {{!}} 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 |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>23</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{23|}}}
| |
| {{!)}} | | {{!)}} |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 24 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
| + | {{!}} {{#var:cellstyle1}}{{#ifexpr:{{#var:V30}} < 7 | f1f1f1 | ffffff}}; {{roundy|5px}};" {{!}} |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;" | + | {{(!}} {{#var:tablestyle}} |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>24</big> | + | {{!}} {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V30}} < 7 | {{Colorshow|bdbdbd|{{#var:V30}}}} | {{#var:V30}}}}</big> |
| {{!-}} | | {{!-}} |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{24|}}} | + | {{!}} {{#var:cellstyle3}} {{{30|}}} |
| {{!)}} | | {{!)}} |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 25 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
| + | {{!}} {{#var:cellstyle1}}{{#ifexpr:{{#var:V31}} < 7 | f1f1f1 | ffffff}}; {{roundy|5px}};" {{!}} |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;" | + | {{(!}} {{#var:tablestyle}} |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>25</big> | + | {{!}} {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V31}} < 7 | {{Colorshow|bdbdbd|{{#var:V31}}}} | {{#var:V31}}}}</big> |
| {{!-}} | | {{!-}} |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{25|}}} | + | {{!}} {{#var:cellstyle3}} {{{31|}}} |
| {{!)}} | | {{!)}} |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 26 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
| + | {{!}} {{#var:cellstyle1}}{{#ifexpr:{{#var:V32}} < 7 | f1f1f1 | ffffff}}; {{roundy|5px}};" {{!}} |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;" | + | {{(!}} {{#var:tablestyle}} |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>26</big> | + | {{!}} {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V32}} < 7 | {{Colorshow|bdbdbd|{{#var:V32}}}} | {{#var:V32}}}}</big> |
| {{!-}} | | {{!-}} |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{26|}}} | + | {{!}} {{#var:cellstyle3}} {{{32|}}} |
| {{!)}} | | {{!)}} |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 27 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
| + | {{!}} {{#var:cellstyle1}}{{#ifexpr:{{#var:V33}} < 7 | f1f1f1 | ffffff}}; {{roundy|5px}};" {{!}} |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;" | + | {{(!}} {{#var:tablestyle}} |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>27</big> | + | {{!}} {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V33}} < 7 | {{Colorshow|bdbdbd|{{#var:V33}}}} | {{#var:V33}}}}</big> |
| {{!-}} | | {{!-}} |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{27|}}} | + | {{!}} {{#var:cellstyle3}} {{{33|}}} |
| {{!)}} | | {{!)}} |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 28 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
| + | {{!}} {{#var:cellstyle1}}{{#ifexpr:{{#var:V34}} < 7 | f1f1f1 | ffffff}}; {{roundy|5px}};" {{!}} |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;" | + | {{(!}} {{#var:tablestyle}} |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>28</big> | + | {{!}} {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V34}} < 7 | {{Colorshow|bdbdbd|{{#var:V34}}}} | {{#var:V34}}}}</big> |
| {{!-}} | | {{!-}} |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{28|}}} | + | {{!}} {{#var:cellstyle3}} {{{34|}}} |
− | {{!)}} | + | {{!)}}|}} |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
| + | {{#ifexpr:({{#var:thismonthdays}} + {{#var:firstday}} + (6 - {{#var:lastday}})) > 35 | |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>29</big> | |
| {{!-}} | | {{!-}} |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{29|}}} | + | {{!}} {{#var:cellstyle1}}{{#ifexpr:{{#var:V35}} < 7 | f1f1f1 | ffffff}}; {{roundy|5px}};" {{!}} |
− | {{!)}}}}}}}}}}}}}}}}
| + | {{(!}} {{#var:tablestyle}} |
− | {{!}} 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: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Monday | 29}}}} | 1 | {{#ifeq: {{#time:l|{{{month|{{CURRENTMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Monday | 29}} | {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Monday | 30}}}} | 1 | {{#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 |
| + | {{!}} {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V35}} < 7 | {{Colorshow|bdbdbd|{{#var:V35}}}} | {{#var:V35}}}}</big> |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>24</big>
| |
| {{!-}} | | {{!-}} |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{24|}}} | + | {{!}} {{#var:cellstyle3}} {{{35|}}} |
| {{!)}} | | {{!)}} |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 25 {{{year|{{LOCALYEAR}}}}}}} | Monday |
| + | {{!}} {{#var:cellstyle1}}{{#ifexpr:{{#var:V36}} < 7 | f1f1f1 | ffffff}}; {{roundy|5px}};" {{!}} |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| + | {{(!}} {{#var:tablestyle}} |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>25</big>
| + | {{!}} {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V36}} < 7 | {{Colorshow|bdbdbd|{{#var:V36}}}} | {{#var:V36}}}}</big> |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{25|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 26 {{{year|{{LOCALYEAR}}}}}}} | Monday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>26</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{26|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 27 {{{year|{{LOCALYEAR}}}}}}} | Monday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>27</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{27|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 28 {{{year|{{LOCALYEAR}}}}}}} | Monday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>28</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{28|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Monday | 29}}}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Monday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>29</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{29|}}}
| |
− | {{!)}}}}
| |
− | | {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Monday | 30}}}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Monday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>30</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|01}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n01|}}}
| |
− | {{!)}}}}}}}}}}}}}}}}}}
| |
− | {{!}} 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: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Tuesday | 29}}}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Tuesday | 29}} | {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Tuesday | 30}}}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Tuesday | 30}} | {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Tuesday | 31}}}} | 1 | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>25</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{25|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 26 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>26</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{26|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 27 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>27</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{27|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 28 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>28</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{28|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Tuesday | 29}}}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>29</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{29|}}}
| |
− | {{!)}}}}
| |
− | | {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Tuesday | 30}}}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>30</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{30|}}}
| |
− | {{!)}}}}
| |
− | | {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Tuesday | 31}}}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Tuesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>31</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|01}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n01|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|02}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n02|}}}
| |
− | {{!)}}}}}}}}}}}}}}}}}}}}
| |
− | {{!}} 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: {{#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 | 29}} | {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Wednesday | 30}}}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Wednesday | 30}} | {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Wednesday | 31}}}} | 1 | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>26</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{26|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 27 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>27</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{27|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 28 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>28</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>29</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{29|}}}
| |
− | {{!)}}}}
| |
− | | {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Wednesday | 30}}}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>30</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{30|}}}
| |
− | {{!)}}}}
| |
− | | {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Wednesday | 31}}}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Wednesday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>31</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|01}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n01|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|02}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n02|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|03}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n03|}}}
| |
− | {{!)}}}}}}}}}}}}}}}}}}}}
| |
− | {{!}} 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: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Thursday | 29}}}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Thursday | 29}} | {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Thursday | 30}}}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Thursday | 30}} | {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Thursday | 31}}}} | 1 | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>27</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{27|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 28 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>28</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{28|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Thursday | 29}}}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>29</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{29|}}}
| |
− | {{!)}}}}
| |
− | | {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Thursday | 30}}}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>30</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{30|}}}
| |
− | {{!)}}}}
| |
− | | {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Thursday | 31}}}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Thursday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>31</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|01}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n01|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|02}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n02|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|03}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n03|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|04}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n04|}}}
| |
− | {{!)}}}}}}}}}}}}}}}}}}}}
| |
− | {{!}} height{{=}}100px style{{=}}"padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#if: {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 28 {{{year|{{LOCALYEAR}}}}}}} | Friday | 28 | {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Friday | 29}}}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Friday | 29}} | {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Friday | 30}}}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Friday | 30}} | {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Friday | 31}}}} | 1 | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>28</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{28|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Friday | 29}}}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Friday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>29</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{29|}}}
| |
− | {{!)}}}}
| |
− | | {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Friday | 30}}}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Friday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>30</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{30|}}}
| |
− | {{!)}}}}
| |
− | | {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Friday | 31}}}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Friday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>31</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|01}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n01|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|02}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n02|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|03}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n03|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|04}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n04|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|05}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n05|}}}
| |
− | {{!)}}}}}}}}}}}}}}}}}}}}
| |
− | {{!}} 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}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Saturday | 29}}}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 29 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>29</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{29|}}}
| |
− | {{!)}}}}
| |
− | | {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Saturday | 30}}}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 30 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>30</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{30|}}}
| |
− | {{!)}}}}
| |
− | | {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Saturday | 31}}}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Saturday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>31</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|01}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n01|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|02}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n02|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|03}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n03|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|04}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n04|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|05}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n05|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|06}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n06|}}}
| |
− | {{!)}}}}}}}}}}}}}}}}}}}}
| |
− | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>30</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{30|}}}
| |
− | {{!)}}
| |
− | | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Sunday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>31</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{31|}}} | |
− | {{!)}}}}}}
| |
− | {{!}} height{{=}}100px style{{=}}"padding:0px; border:1px solid #{{ColorSecondary}}; background-color:#{{#if: {{#ifeq: {{#expr: {{#time:t|{{{month|{{LOCALMONTHNAME}}}}} {{{year|{{LOCALYEAR}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Monday | 31}}}} | 1 | {{#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}}}}}}} >= {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Monday | 31}}}} | 1 | {{#ifeq: {{#time:l|{{{month|{{LOCALMONTHNAME}}}}} 31 {{{year|{{LOCALYEAR}}}}}}} | Monday |
| |
− | {{(!}} width{{=}}100% cellspacing=0 style{{=}}"background-color:transparent;"
| |
− | {{!}} style{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>31</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|01}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n01|}}}
| |
− | {{!)}}}}}}
| |
− | {{!}} 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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|01}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n01|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|02}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n02|}}}
| |
− | {{!)}}}}}}
| |
− | {{!}} 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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|02}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n02|}}}
| |
− | {{!)}}
| |
− | | {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|03}}</big>
| |
− | {{!-}}
| |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n03|}}}
| |
− | {{!)}}}}}}
| |
− | {{!}} 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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|03}}</big>
| |
| {{!-}} | | {{!-}} |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n03|}}} | + | {{!}} {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|04}}</big> | + | {{!}} {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V37}} < 7 | {{Colorshow|bdbdbd|{{#var:V37}}}} | {{#var:V37}}}}</big> |
| {{!-}} | | {{!-}} |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n04|}}} | + | {{!}} {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|04}}</big>
| |
| {{!-}} | | {{!-}} |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n04|}}} | + | {{!}} {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|05}}</big> | + | {{!}} {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V39}} < 7 | {{Colorshow|bdbdbd|{{#var:V39}}}} | {{#var:V39}}}}</big> |
| {{!-}} | | {{!-}} |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n05|}}} | + | {{!}} {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|05}}</big>
| |
| {{!-}} | | {{!-}} |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n05|}}} | + | {{!}} {{#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{{=}}"padding:2px 0 2px 5px; line-height: 12px; vertical-align: top; text-align: left;" {{!}} <big>{{Colorshow|{{ColorSecondary}}|06}}</big> | + | {{!}} {{#var:cellstyle2}} <big>{{#ifexpr:{{#var:V41}} < 7 | {{Colorshow|bdbdbd|{{#var:V41}}}} | {{#var:V41}}}}</big> |
| {{!-}} | | {{!-}} |
− | {{!}} style{{=}}"height: 78px; line-height: 15px; padding: 0 0 0 3px; vertical-align:top;" {{!}} {{{n06|}}} | + | {{!}} {{#var:cellstyle3}} {{{41|}}} |
− | {{!)}}}}}}}}}} | + | {{!)}}|}} |
− | |}<noinclude><br> | + | |}</div><noinclude><br> |
− | | + | {{Documentation}} |
− | == Syntax ==
| + | [[Category:Templates]] |
− | <pre>{{Calendar
| + | [[Category:Calendar templates]] |
− | | month = (calendar month to be generated - optional)
| + | [[Category:Pages using the Variables extension]] |
− | | year = (corresponding year calendar month is to be generated for - optional)
| + | </noinclude> |
− | | link = (true or false, default is true - 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.
| |
− | *To remove the previous/next calendar links, set link = false
| |
− | *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>
| |