This is a data module for Module:Adjacent stations. It supports services operated by Südostbahn.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
IR 26 | IR 26 |
af8889 |
| |
IR 35 Aare Linth | IR 35 |
005b23 |
| |
IR 46 | IR 46 |
006d8b |
| |
S27 | 27 |
89ac41 |
| |
Voralpen Express | Voralpen-Express |
00aeef |
|
local ch = "%1 railway station (Switzerland)"
local p = {
["system title"] = "[[Südostbahn]]",
["system icon"] = "[[File:Südostbahn icon.svg|30px|link=Südostbahn]]",
["station format"] = {
"%1 railway station",
["Altdorf"] = ch,
["Zürich Hauptbahnhof"] = "%1",
},
["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",
["lines"] = {
["IR 26"] = {
["title"] = "[[InterRegio|IR 26]]",
["color"] = "af8889",
["left terminus"] = "Basel SBB",
["right terminus"] = "Locarno",
["icon"] = "[[File:IR 26 logo.svg|40px|link=InterRegio]]",
},
["IR 35"] = {
["title"] = "[[InterRegio|IR 35 ''Aare Linth'']]",
["color"] = "005b23",
["left terminus"] = "Bern",
["right terminus"] = "Chur",
["icon"] = "[[File:IR 35 logo.svg|40px|link=InterRegio]]",
},
["IR 46"] = {
["title"] = "[[InterRegio|IR 46]]",
["color"] = "006d8b",
["left terminus"] = "Zürich Hauptbahnhof",
["right terminus"] = "Locarno",
["icon"] = "[[File:IR 46 logo.svg|40px|link=InterRegio]]",
},
["27"] = {
["title"] = "[[S27 (Südostbahn)|S27]]",
["short name"] = "S27",
["color"] = "89ac41",
["text color"] = "FFFFFF",
["left terminus"] = "Siebnen-Wangen",
["right terminus"] = "Ziegelbrücke",
},
["Voralpen-Express"] = {
["title"] = "[[Voralpen Express]]",
["short name"] = "VAE",
["color"] = "00aeef",
["text color"] = "FFFFFF",
["left terminus"] = "Lucerne",
["right terminus"] = "St. Gallen",
},
},
}
return p