From d95dc99dab54563d9cf1e697b32f4a8f0f1de859 Mon Sep 17 00:00:00 2001 From: woodywoodpecker11 <96339298+woodywoodpecker11@users.noreply.github.com> Date: Tue, 12 Mar 2024 21:36:35 +0100 Subject: [PATCH] Add LeondingLAN Added by KRRU --- .../leonding-lan/leonding-lan-2002.toml | 19 +++++++++++++++++++ .../leonding-lan/leonding-lan-2003.toml | 19 +++++++++++++++++++ .../leonding-lan/leonding-lan-2004.toml | 19 +++++++++++++++++++ data/series.toml | 4 ++++ 4 files changed, 61 insertions(+) create mode 100644 data/parties/leonding-lan/leonding-lan-2002.toml create mode 100644 data/parties/leonding-lan/leonding-lan-2003.toml create mode 100644 data/parties/leonding-lan/leonding-lan-2004.toml diff --git a/data/parties/leonding-lan/leonding-lan-2002.toml b/data/parties/leonding-lan/leonding-lan-2002.toml new file mode 100644 index 0000000..cf58b15 --- /dev/null +++ b/data/parties/leonding-lan/leonding-lan-2002.toml @@ -0,0 +1,19 @@ +slug = "leonding-lan-2002" +title = "LeondingLAN 2002" +series_slug = "leonding-lan" +organizer_entity = "VCC und KRRU" +start_on = 2002-11-01 +end_on = 2002-11-03 +seats = 300 + +[location] +name = "Sporthalle Leonding" +country_code = "at" +city = "Leonding" +zip_code = "4060" +street = "Ehrenfellner-Straße 9" +latitude = 48.26681 +longitude = 14.25569 + +[links] +website = "https://www.krru.at/content/events" diff --git a/data/parties/leonding-lan/leonding-lan-2003.toml b/data/parties/leonding-lan/leonding-lan-2003.toml new file mode 100644 index 0000000..da8584a --- /dev/null +++ b/data/parties/leonding-lan/leonding-lan-2003.toml @@ -0,0 +1,19 @@ +slug = "leonding-lan-2003" +title = "LeondingLAN 2003" +series_slug = "leonding-lan" +organizer_entity = "VCC und KRRU" +start_on = 2003-10-03 +end_on = 2003-10-05 +seats = 400 + +[location] +name = "Sporthalle Leonding" +country_code = "at" +city = "Leonding" +zip_code = "4060" +street = "Ehrenfellner-Straße 9" +latitude = 48.26681 +longitude = 14.25569 + +[links] +website = "https://www.krru.at/content/events" diff --git a/data/parties/leonding-lan/leonding-lan-2004.toml b/data/parties/leonding-lan/leonding-lan-2004.toml new file mode 100644 index 0000000..33d6462 --- /dev/null +++ b/data/parties/leonding-lan/leonding-lan-2004.toml @@ -0,0 +1,19 @@ +slug = "leonding-lan-2004" +title = "LeondingLAN 2004" +series_slug = "leonding-lan" +organizer_entity = "KRRU" +start_on = 2004-10-01 +end_on = 2004-10-03 +seats = 300 + +[location] +name = "Sporthalle Leonding" +country_code = "at" +city = "Leonding" +zip_code = "4060" +street = "Ehrenfellner-Straße 9" +latitude = 48.26681 +longitude = 14.25569 + +[links] +website = "https://www.krru.at/content/events" diff --git a/data/series.toml b/data/series.toml index 4cfe3ee..7bc7504 100644 --- a/data/series.toml +++ b/data/series.toml @@ -91,6 +91,10 @@ slug = "lan-team-invite" name = "LAN-Team - Invite" alternative_names = ["LAN-Team - Invite Only"] +[[series]] +slug = "leonding-lan" +name = "LeondingLAN" + [[series]] slug = "max" name = "Max"