Module:Adjacent stations/Trilex
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Trilex.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
RE 1 | RE 1 |
EC7405 |
| |
RE 2 | RE 2 |
E2001A |
| |
RB 60 | RB 60 |
38A962 |
| |
RB 61 | RB 61 |
00632E |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | L 2 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | L 4 |
|
| |
L 7 | L 7 |
EC7405 |
|
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Trilex]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Dresden"] = hbf,
},
["lines"] = {
-- Regional-Express
["RE 1"] = {
["title"] = "[[List of railway routes in Saxony#Die Länderbahn|RE 1]]",
["color"] = "EC7405",
["left terminus"] = "Dresden",
["right terminus"] = "Zgorzelec",
},
["RE 2"] = {
["title"] = "[[List of railway routes in Saxony#Die Länderbahn|RE 2]]",
["color"] = "E2001A",
["left terminus"] = "Dresden",
["right terminus"] = "Liberec",
},
-- Regionalbahn
["RB 60"] = {
["title"] = "[[List of railway routes in Saxony#Die Länderbahn|RB 60]]",
["color"] = "38A962",
["left terminus"] = "Dresden",
["right terminus"] = "Görlitz",
},
["RB 61"] = {
["title"] = "[[List of railway routes in Saxony#Die Länderbahn|RB 61]]",
["color"] = "00632E",
["left terminus"] = "Dresden",
["right terminus"] = "Zittau",
},
-- L routes
["L 7"] = {
["title"] = "[[List of railway routes in Saxony#Die Länderbahn|L 7]]",
["color"] = "EC7405",
["left terminus"] = "Seifhennersdorf",
["right terminus"] = "Liberec",
},
},
}
return p