Files
brevetcard/event.yml.example
Peter Adam 84d8cfc2dc Add example YAML event configuration and update .gitignore
- Introduce `event.yml.example` providing a template for event-level configuration.
- Extend `.gitignore` to include `event.yml` to prevent committing real event data.
2026-02-28 10:47:31 +01:00

64 lines
1.3 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Event-Konfiguration für die Brevetkarte
# Vorderseite - Veranstaltungsinfo (Spalte 4)
event:
title: "Name der Veranstaltung"
km: "200"
date: "1. Januar 2025"
start_location: "Stadt, Ort"
club: "Clubname"
club_nr: "000000"
startzeit: "8:00"
# Rückseite - Zelleninhalt (3 Zeilen × 4 Spalten)
# LaTeX-Syntax: \\ für Zeilenumbruch, \textbf{...} für Fett
# Leere Zellen (für Stempel) einfach leer lassen: ""
backside:
"1_1": |
\vspace{2mm}
\textbf{Nr. 1:} Km 0 -- Unisport\\
Nachtigallenweg 86, Bonn\\
\\
\textbf{Kontrollzeit}\\
von: 7:30\\
bis: 8:30
"1_2": ""
"1_3": |
\vspace{2mm}
\textbf{Nr. 4:} Km 000 -- Kontrollname\\
Straße\\
\textbf{Kontrollzeit}\\
von: 00:00\\
bis: 00:00
"1_4": |
\vspace{2mm}
\textbf{Kontrollfrage:}\\
Fragetext
"2_1": |
\vspace{2mm}
\textbf{Nr. 2:} Km 000 -- Kontrollname\\
Adresse\\
\\
\textbf{Kontrollzeit}\\
von: 00:00\\
bis: 00:00
"2_2": ""
"2_3": |
\vspace{2mm}
\textbf{Nr. 5:} Km 000 -- Kontrollname\\
Adresse\\
\\
\textbf{Kontrollzeit}\\
von: 00:00\\
bis: 00:00
"2_4": ""
"3_1": |
\vspace{2mm}
\textbf{Nr. 3:} Km 000 -- Kontrollname\\
Adresse\\
\textbf{Kontrollzeit}\\
von: 00:00\\
bis: 00:00
"3_2": ""
"3_3": ""
"3_4": ""