This is a data module for Module:Adjacent stations. It supports services operated by Croatian Railways.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
EuroNight | EN Stuttgart-Zagreb |
0F5396 |
|
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Croatian Railways]]",
["system icon"] = "",
["station format"] = {
"%1 railway station",
["Augsburg"] = hbf,
["München"] = hbf,
["Salzburg"] = hbf,
["Stuttgart"] = hbf,
["Ulm"] = hbf,
["Villach"] = hbf,
["Zagreb"] = "Zagreb Glavni kolodvor",
["Zürich"] = "[[Zürich Hauptbahnhof|Zürich HB]]",
},
["lines"] = {
["_default"] = {
["color"] = "0F5396",
},
-- EN (EuroNight)
["EN Stuttgart-Zagreb"] = {
["title"] = "[[EuroNight]]",
["left terminus"] = {"Zürich", "Stuttgart"},
["right terminus"] = "Zagreb",
["types"] = {
-- 414, 40237
["Stuttgart"] = {
["title"] = "",
["left terminus"] = "Stuttgart",
},
-- 40414, 40465
["Zürich"] = {
["title"] = "",
["left terminus"] = "Zürich",
},
},
},
},
}
return p