Difference between revisions of "Template:FestivalDates"
(24 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{{dates = {{#str:replace|{{{1|}}}|\s|}}}}} | |
− | {{{dates = {{#str:replace|{{{1| | ||
− | |||
{{#arr:loop | {{#arr:loop | ||
− | | i= | + | | i=chunk |
| {{#arr:split|{{{dates}}}|,+}} | | {{#arr:split|{{{dates}}}|,+}} | ||
− | | each = | + | | each = {{{ |
− | + | dates = {{#arr:split|{{{chunk}}}|[-‐‑‒–—―]}} | |
− | {{{ | ||
− | dates = {{#arr:split|{{{ | ||
| start_date = {{#arr:get|{{{dates}}}|0}} | | start_date = {{#arr:get|{{{dates}}}|0}} | ||
+ | | start = {{#timel:Ymd|{{{start_date}}}}} | ||
| end_date = {{#arr:get|{{{dates}}}|1|{{{start_date}}}}} | | end_date = {{#arr:get|{{{dates}}}|1|{{{start_date}}}}} | ||
− | | start_week = {{#timel:W|{{{start_date}}}}} | + | | end = {{#timel:Ymd|{{{end_date}}}}} |
− | | end_week = {{#timel:W|{{{end_date}}}}} | + | | start_year = {{#timel:Y|{{{start_date}}}}} |
+ | | end_year = {{#timel:Y|{{{end_date}}}}} | ||
+ | | start_week = {{#expr:100*{{{start_year}}}+{{#timel:W|{{{start_date}}}}}}} | ||
+ | | end_week = {{#expr:100*{{{end_year}}}+{{#timel:W|{{{end_date}}}}}}} | ||
+ | | weeks = {{#arr:series|{{{start_week}}}|{{{end_week}}}}} | ||
}}} | }}} | ||
− | + | {{#arr:loop | |
− | {{#arr: | + | | j = week |
− | + | |{{{weeks}}} | |
− | {{{ | + | | each = {{#set:Festival weeks={{{week}}}}} |
− | + | }} | |
− | + | | last = {{#set:Festival start={{{start}}}}}{{#set:Festival end={{{end}}}}} | |
}} | }} |
Latest revision as of 23:06, 21 January 2020