Module:Adjacent stations/Zentralbahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Zentralbahn.
Lines
[edit]Line | Type | Type keys | Color | Hex color | Icon |
---|---|---|---|---|---|
InterRegio | InterRegio – Luzern-Engelberg Express | Engelberg-Lucerne |
FF0000 |
| |
Panorama Express | Panorama Express – Luzern-Interlaken Express | Interlaken-Lucerne |
FF0000 |
| |
Regio | Regio | Interlaken-Meiringen |
FF0000 |
|
local p = {
["system title"] = "[[Zentralbahn]]",
["system icon"] = "",
["station format"] = {
"%1 railway station",
},
["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bolder; font-kerning:auto; font-stretch:expanded; color:#FFFFFF; background-color:#0E3984; padding:0.5em 4px; text-align:center; align-items:center;",
["header background color"] = "FFFFFF",
["header text color"] = "EB1A00",
["system color"] = "FF0000",
["lines"] = {
["_default"] = {
["color"] = "FF0000",
},
["InterRegio"] = {
["title"] = "[[InterRegio]]",
["types"] = {
["Engelberg-Lucerne"] = {
["title"] = "''Luzern-Engelberg Express''",
["left terminus"] = "Engelberg",
["right terminus"] = "Lucerne",
},
},
},
["Panorama Express"] = {
["title"] = "[[Panorama Express]]",
["types"] = {
["Interlaken-Lucerne"] = {
["title"] = "''Luzern-Interlaken Express''",
["left terminus"] = "Interlaken Ost",
["right terminus"] = "Lucerne",
},
},
},
["Regio"] = {
["title"] = "[[Regio (Swiss railway train)|Regio]]",
["types"] = {
["Interlaken-Meiringen"] = {
["title"] = "",
["left terminus"] = "Interlaken Ost",
["right terminus"] = "Meiringen",
},
},
},
},
}
return p