From 8c57351d18895fb5dc258a26c2980e78564d8ef9 Mon Sep 17 00:00:00 2001 From: Robert Schuster Date: Sat, 4 Jul 2026 14:36:23 +0200 Subject: [PATCH 1/2] feat: add zou ! ticket counter --- content/booking/zou-ticket-office/index.de.md | 21 +++++++++++++++++++ content/booking/zou-ticket-office/index.en.md | 21 +++++++++++++++++++ content/booking/zou-ticket-office/index.fr.md | 21 +++++++++++++++++++ content/operator/sncf/index.de.md | 2 ++ content/operator/sncf/index.en.md | 2 ++ content/operator/sncf/index.fr.md | 2 ++ 6 files changed, 69 insertions(+) create mode 100644 content/booking/zou-ticket-office/index.de.md create mode 100644 content/booking/zou-ticket-office/index.en.md create mode 100644 content/booking/zou-ticket-office/index.fr.md diff --git a/content/booking/zou-ticket-office/index.de.md b/content/booking/zou-ticket-office/index.de.md new file mode 100644 index 000000000..202bad47a --- /dev/null +++ b/content/booking/zou-ticket-office/index.de.md @@ -0,0 +1,21 @@ +--- +draft: false +title: "ZOU ! Ticketschalter" +description: "Buchungsinformationen für die ZOU ! Ticketschalter." + +params: + classes: + first: "2 € / 16 €" + second: "2 € / 11 €" + fip_50: true + fip_75: true + reservations: true + additional_info_link: "https://itineraires-zou.maregionsud.fr/fr/plan?poi=PointOfSale" + type: "onsite" +--- + +An ZOU ! Ticketschaltern ist der Kauf von FIP rabattierten Fahrkarten und Reservierungen möglich.[^1] Die Konditionen sollten hierbei jenen der SNCF Ticketschalter entsprechen. + +## Quellen + +[^1]: [FIP Guide Community - Feedback](https://discord.com/channels/1250522473188032512/1513265822477455571/1513265822477455571) diff --git a/content/booking/zou-ticket-office/index.en.md b/content/booking/zou-ticket-office/index.en.md new file mode 100644 index 000000000..3868bba0a --- /dev/null +++ b/content/booking/zou-ticket-office/index.en.md @@ -0,0 +1,21 @@ +--- +draft: false +title: "ZOU ! Ticket Office" +description: "Booking information for ZOU ! ticket offices." + +params: + classes: + first: "€ 2 / € 16" + second: "€ 2 / € 11" + fip_50: true + fip_75: true + reservations: true + additional_info_link: "https://itineraires-zou.maregionsud.fr/fr/plan?poi=PointOfSale" + type: "onsite" +--- + +Tickets and reservations with the FIP discount can be purchased at ZOU! ticket counters.[^1] The terms and conditions should correspond to those at SNCF ticket counters. + +## Quellen + +[^1]: [FIP Guide Community - Feedback](https://discord.com/channels/1250522473188032512/1513265822477455571/1513265822477455571) diff --git a/content/booking/zou-ticket-office/index.fr.md b/content/booking/zou-ticket-office/index.fr.md new file mode 100644 index 000000000..31733b2ee --- /dev/null +++ b/content/booking/zou-ticket-office/index.fr.md @@ -0,0 +1,21 @@ +--- +draft: false +title: "Guichet ZOU !" +description: "Informations de réservation pour les guichets ZOU !." + +params: + classes: + first: "2 € / 16 €" + second: "2 € / 11 €" + fip_50: true + fip_75: true + reservations: true + additional_info_link: "https://itineraires-zou.maregionsud.fr/fr/plan?poi=PointOfSale" + type: "onsite" +--- + +Aux guichets ZOU !, il est possible d'acheter des billets à tarif réduit FIP et de faire des réservations.[^1] Les conditions devraient être les mêmes qu'aux guichets SNCF. + +## Sources + +[^1]: [FIP Guide Community - Feedback](https://discord.com/channels/1250522473188032512/1513265822477455571/1513265822477455571) diff --git a/content/operator/sncf/index.de.md b/content/operator/sncf/index.de.md index 8d941bf01..dbe69c1db 100644 --- a/content/operator/sncf/index.de.md +++ b/content/operator/sncf/index.de.md @@ -232,6 +232,8 @@ Nationale Verbindungen können online leider nicht erworben werden. {{% booking id="sncf-ticket-office" /%}} +{{% booking id="zou-ticket-office" /%}} + {{% booking id="transilien-ticket-office" subtitle="Für Züge im Großraum Paris" /%}} {{% booking id="ns-ticket-office" diff --git a/content/operator/sncf/index.en.md b/content/operator/sncf/index.en.md index 42e0564c5..ce6151a8d 100644 --- a/content/operator/sncf/index.en.md +++ b/content/operator/sncf/index.en.md @@ -233,6 +233,8 @@ Domestic journeys unfortunately cannot be purchased online. {{% booking id="sncf-ticket-office" /%}} +{{% booking id="zou-ticket-office" /%}} + {{% booking id="transilien-ticket-office" subtitle="For trains in Greater Paris" /%}} {{% booking id="ns-ticket-office" diff --git a/content/operator/sncf/index.fr.md b/content/operator/sncf/index.fr.md index a63cffa75..7dcb2ff8f 100644 --- a/content/operator/sncf/index.fr.md +++ b/content/operator/sncf/index.fr.md @@ -235,6 +235,8 @@ Les trajets nationaux ne peuvent malheureusement pas être achetés en ligne. {{% booking id="sncf-ticket-office" /%}} +{{% booking id="zou-ticket-office" /%}} + {{% booking id="transilien-ticket-office" subtitle="Pour trains en Île-de-France" /%}} {{% booking id="ns-ticket-office" From 057419ebb1f7e1d07981a3090ae32fa3ad51ddff Mon Sep 17 00:00:00 2001 From: Robert Schuster Date: Fri, 10 Jul 2026 21:07:21 +0200 Subject: [PATCH 2/2] fix: add review comments --- content/booking/zou-ticket-office/index.de.md | 6 +++--- content/booking/zou-ticket-office/index.en.md | 8 ++++---- content/booking/zou-ticket-office/index.fr.md | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/content/booking/zou-ticket-office/index.de.md b/content/booking/zou-ticket-office/index.de.md index 202bad47a..22b0424be 100644 --- a/content/booking/zou-ticket-office/index.de.md +++ b/content/booking/zou-ticket-office/index.de.md @@ -1,6 +1,6 @@ --- draft: false -title: "ZOU ! Ticketschalter" +title: "ZOU! Ticketschalter" description: "Buchungsinformationen für die ZOU ! Ticketschalter." params: @@ -14,8 +14,8 @@ params: type: "onsite" --- -An ZOU ! Ticketschaltern ist der Kauf von FIP rabattierten Fahrkarten und Reservierungen möglich.[^1] Die Konditionen sollten hierbei jenen der SNCF Ticketschalter entsprechen. +ZOU! ist die Marke des Tarifverbunds in der PACA‑Region (Provence‑Alpes‑Côte d’Azur) in Südost‑Frankreich. An ZOU! Ticketschaltern ist der Kauf von FIP rabattierten Fahrkarten und Reservierungen möglich.[^1] Die Konditionen sollten hierbei jenen der SNCF Ticketschalter entsprechen. ## Quellen -[^1]: [FIP Guide Community - Feedback](https://discord.com/channels/1250522473188032512/1513265822477455571/1513265822477455571) +[^1]: [FIP Guide Community – Feedback](https://discord.com/channels/1250522473188032512/1513265822477455571/1513265822477455571) diff --git a/content/booking/zou-ticket-office/index.en.md b/content/booking/zou-ticket-office/index.en.md index 3868bba0a..9038132c7 100644 --- a/content/booking/zou-ticket-office/index.en.md +++ b/content/booking/zou-ticket-office/index.en.md @@ -1,6 +1,6 @@ --- draft: false -title: "ZOU ! Ticket Office" +title: "ZOU! Ticket Office" description: "Booking information for ZOU ! ticket offices." params: @@ -14,8 +14,8 @@ params: type: "onsite" --- -Tickets and reservations with the FIP discount can be purchased at ZOU! ticket counters.[^1] The terms and conditions should correspond to those at SNCF ticket counters. +ZOU! is the brand of the fare network in the PACA region (Provence-Alpes-Côte d’Azur) in southeastern France. Tickets and reservations with the FIP discount can be purchased at ZOU! ticket counters.[^1] The terms and conditions should correspond to those at SNCF ticket counters. -## Quellen +## Sources -[^1]: [FIP Guide Community - Feedback](https://discord.com/channels/1250522473188032512/1513265822477455571/1513265822477455571) +[^1]: [FIP Guide Community – Feedback](https://discord.com/channels/1250522473188032512/1513265822477455571/1513265822477455571) diff --git a/content/booking/zou-ticket-office/index.fr.md b/content/booking/zou-ticket-office/index.fr.md index 31733b2ee..46e5495f2 100644 --- a/content/booking/zou-ticket-office/index.fr.md +++ b/content/booking/zou-ticket-office/index.fr.md @@ -1,6 +1,6 @@ --- draft: false -title: "Guichet ZOU !" +title: "Guichet ZOU!" description: "Informations de réservation pour les guichets ZOU !." params: @@ -14,7 +14,7 @@ params: type: "onsite" --- -Aux guichets ZOU !, il est possible d'acheter des billets à tarif réduit FIP et de faire des réservations.[^1] Les conditions devraient être les mêmes qu'aux guichets SNCF. +ZOU! est la marque du réseau tarifaire de la région PACA (Provence-Alpes-Côte d’Azur) dans le sud-est de la France. Aux guichets ZOU !, il est possible d'acheter des billets à tarif réduit FIP et de faire des réservations.[^1] Les conditions devraient être les mêmes qu'aux guichets SNCF. ## Sources