mirror of
https://github.com/kaaninchen/Gleiswechsel.git
synced 2026-09-17 16:52:47 +00:00
transitous rewrite: channel formatting
This commit is contained in:
+5
-16
@@ -1,18 +1,7 @@
|
||||
emoji_list = {
|
||||
"Fallback": "🚉",
|
||||
"Nahverkehr": "🚃",
|
||||
"Höchstgeschwindigkeit": "🚄",
|
||||
"Bus": "🚎"
|
||||
}
|
||||
|
||||
train_types = { # Unvollständig!
|
||||
"ICE": emoji_list["Höchstgeschwindigkeit"],
|
||||
"TGV": emoji_list["Höchstgeschwindigkeit"],
|
||||
|
||||
"RE": emoji_list["Nahverkehr"],
|
||||
"RB": emoji_list["Nahverkehr"],
|
||||
"ARV": emoji_list["Nahverkehr"],
|
||||
"BRB": emoji_list["Nahverkehr"],
|
||||
|
||||
"Bus": emoji_list["Bus"]
|
||||
"Fallback": "💺",
|
||||
"BUS": "🚎",
|
||||
"Tram": "🚈",
|
||||
"REGIONAL_RAIL": "🚊",
|
||||
"HIGHSPEED_RAIL": "🚅"
|
||||
}
|
||||
Reference in New Issue
Block a user