Difference between revisions of "Template:WhereEvent"
m (1 revision: import dev changes) |
|||
(20 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | Event.Years.Year IS NOT NULL {{#if:{{{before|}}}| and Event.Start <= '{{#timel:c|{{{before}}}}}' | |
− | |#default = and ( | + | }} {{#if:{{{after|}}}| and Event.Start >= '{{#timel:c|{{{after}}}}}' |
− | }} {{#switch:{{{country|}}}|=| | + | }} {{#switch:{{{year|}}} |
+ | | current = and Event.Start <='{{#timel:c|yesterday}}' and Event.End>='{{#timel:c|today}}' | ||
+ | | upcoming = and Event.Start >= '{{#timel:c|yesterday}}' | ||
+ | | #default = and coalesce(Event.End,Event.Start) <= '{{#timel:c|today}}' | ||
+ | }} {{#switch:{{{year|}}} | ||
+ | | = | ||
+ | | all= | ||
+ | | upcoming = | ||
+ | | current = | ||
+ | | #default = and (Event.Years='Year_{{#cast:integer|{{{year}}}}}') | ||
+ | }} {{#switch:{{{category|}}} | ||
+ | |= | ||
+ | |all= | ||
+ | |#default = and Event.Tag = '{{#str:addslashes|{{#title:pagenamek|{{{category}}}}}}}' | ||
+ | }} {{#switch:{{{country|}}} | ||
+ | |all= | ||
+ | |= and Event.Country != 'Slovenia' | ||
+ | |international= and Event.Country != 'Slovenia' | ||
+ | |#default = and Event.Country = '{{#str:addslashes|{{#title:pagenamek|{{{country}}}}}}}' | ||
}} | }} |
Latest revision as of 17:49, 27 September 2023
Event.Years.Year IS NOT NULL and coalesce(Event.End,Event.Start) <= '2024-11-21T01:00:00+01:00' and Event.Country != 'Slovenia'