Jump to content

Template:WeeklyAgenda: Difference between revisions

no edit summary
(Created page with "{{#ifexpr: {{{week}}} = 1 | == Week 1 == ; Monday {| class=wikitable |- ! Meetings !! Home Office |- {{WeeklyMeetingsData|day=Mo}} | colspan=2 | {{WeeklyHOData|day=Mo}} |- | colspan=2 style="text-align: center;" | <!-- Add holidays here --> |- |} ; Tuesday {| class=wikitable |- ! Meetings !! Home Office |- {{WeeklyMeetingsData|day=Tu}} | colspan=2 | {{WeeklyHOData|day=Tu}} |- | colspan=2 style="text-align: center;" | <!-- Add holidays here --> |- |} <!-- Repeat the...")
 
No edit summary
Line 1: Line 1:
{{#ifexpr: {{{week}}} = 1 |
{{#switch: {{{week}}}
| 1 =  
== Week 1 ==
== Week 1 ==
; Monday
; Monday
Line 24: Line 25:
|}
|}
<!-- Repeat the above structure for each day of Week 1 -->
<!-- Repeat the above structure for each day of Week 1 -->
}}
| 2 =  
 
{{#ifexpr: {{{week}}} = 2 |
== Week 2 ==
== Week 2 ==
; Monday
; Monday
Line 51: Line 50:
|}
|}
<!-- Repeat the above structure for each day of Week 2 -->
<!-- Repeat the above structure for each day of Week 2 -->
| 3 =
== Week 3 ==
<!-- Add content for Week 3 -->
| 4 =
== Week 4 ==
<!-- Add content for Week 4 -->
}}
}}
<!-- Repeat the above structure for Week 3 and Week 4 -->