Module:Adjacent stations/Carinthia S-Bahn
Jump to navigation
Jump to search
This is a data module for Module:Adjacent stations. It supports services operated by Carinthia S-Bahn.
Lines
[edit source]| Line | Keys | Color | Hex color | Icon |
|---|---|---|---|---|
| S1 | S1 |
0060AE |
| |
| S2 | S2 |
3C8376 |
| |
| S3 | S3 |
F48120 |
| |
| S4 | S4 |
EC1B34 |
| |
| S5 | S5 |
f3c736 |
|
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Carinthia S-Bahn]]",
["system icon"] = "",
["station format"] = {
"%1 railway station",
["Klagenfurt"] = hbf,
["Villach"] = hbf,
},
["lines"] = {
["_default"] = {
["title"] = "[[Carinthia S-Bahn|%1]]",
["icon"] = "[[File:%1 Kärnten.svg|30px|link=Carinthia S-Bahn]]",
},
["S1"] = {
["color"] = "0060AE",
["left terminus"] = "Lienz",
["right terminus"] = "Friesach",
},
["S2"] = {
["color"] = "3C8376",
["left terminus"] = "Villach",
["right terminus"] = "St. Veit an der Glan",
},
["S3"] = {
["color"] = "F48120",
["left terminus"] = "Weizelsdorf",
["right terminus"] = "Wolfsberg",
},
["S4"] = {
["color"] = "EC1B34",
["left terminus"] = "Hermagor",
["right terminus"] = "Villach",
},
["S5"] = {
["color"] = "f3c736",
["left terminus"] = "Villach",
["right terminus"] = "Rosenbach",
},
},
}
return p