Template:Automated Tournaments event

From Guild Wars 2 Wiki
Jump to navigationJump to search


This template generates the next occurence of an Automated Tournament based on the provided timestamp.

Parameters[edit]

1 (unnamed parameter)
Name of the tournament. Options: Grenth, Melandru, Lyssa, Balthazar.
2 (unnamed parameter)
Optional. Defaults to "now". Options: "today" or any valid date and time string.

Example[edit]

{| class="wikitable"
! Tournament name
! Next sign-ups, UTC
! Your timezone
|-
| Grenth    || {{Automated Tournaments event|Grenth    | local = n }} || {{Automated Tournaments event|Grenth    }}
|-                                                                                                               
| Melandru  || {{Automated Tournaments event|Melandru  | local = n }} || {{Automated Tournaments event|Melandru  }}
|-                                                                                                               
| Lyssa     || {{Automated Tournaments event|Lyssa     | local = n }} || {{Automated Tournaments event|Lyssa     }}
|-                                                                                                               
| Balthazar || {{Automated Tournaments event|Balthazar | local = n }} || {{Automated Tournaments event|Balthazar }}
|}
Tournament name Next sign-ups, UTC Your timezone
Grenth 13:15 UTC, Thu 25 April 2024 13:15 UTC, 25 April 2024
Melandru 19:15 UTC, Thu 25 April 2024 19:15 UTC, 25 April 2024
Lyssa 00:15 UTC, Fri 26 April 2024 00:15 UTC, 26 April 2024
Balthazar 06:15 UTC, Fri 26 April 2024 06:15 UTC, 26 April 2024

Notes[edit]

  • Cannot include the day of the week code within {{#time: D l | ... }} followed by passing to {{UTC time|...}}, e.g. "l" or "D", or it will cache the result between template calls and therefore produce absolute garbage.