This is a data module for Module:Adjacent stations. It supports services operated by SJ AB.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Coast-to-Coast Line | Coast-to-Coast Line |
00ab3a |
| |
Dala Line | Dala Line |
00ab3a |
| |
East Coast Line | East Coast Line |
00ab3a |
| |
Gävle–Linköping | Gävle to Linköping |
00ab3a |
| |
Northern Main Line | Northern Main Line |
00ab3a |
| |
Mälaren Line and Western Main Line | Mälaren Line and Western Main Line |
00ab3a |
| |
Southern Main Line | Southern Main Line |
00ab3a |
| |
Uppsalapendeln | Uppsalapendeln |
00ab3a |
| |
Värmland Line | Värmland Line |
00ab3a |
| |
Vänern Line | Vänern Line |
00ab3a |
| |
Western Main Line | Western Main Line |
00ab3a |
| |
West Coast Line | West Coast Line |
00ab3a |
| |
Gothenburg-Umeå-Duved | Gothenburg-Umeå-Duved |
00ab3a |
| |
EuroNight | EuroNight |
00ab3a |
| |
SJ regional | SJ regional |
00ab3a |
| |
Other line |
00ab3a |
|
local p = {
["system title"] = "[[SJ AB|SJ]]",
["system icon"] = "[[File:SJ (rail operator) logo.svg|15px|link=SJ AB|alt=SJ]]",
["station format"] = {
"%1 railway station",
["Alvesta"] = "Alvesta Station",
["Ånge"] = "Ånge station",
["Arlanda Central"] = "Arlanda Central Station",
["Berlin"] = "Berlin Hauptbahnhof",
["Copenhagen Airport"] = "Copenhagen Airport railway station",
["Copenhagen Central"] = "Copenhagen Central Station",
["Gävle Central"] = "Gävle Central Station",
["Gothenburg Central"] = "Gothenburg Central Station",
["Hamburg"] = "Hamburg-Altona station",
["Hamburg Hbf"] = "Hamburg Hauptbahnhof",
["Halmstad Central"] = "Halmstad Central Station",
["Helsingborg Central"] = "Helsingborg Central Station",
["Karlstad Central"] = "Karlstad Central Station",
["Kongsvinger"] = "Kongsvinger Station",
["Linköping Central"] = "Linköping Central Station",
["Luleå"] = "Luleå Central Station",
["Lund Central"] = "Lund Central Station",
["Malmö Central"] = "Malmö Central Station",
["Norrköping Central"] = "Norrköping Central Station",
["Odense"] = "Odense station",
["Örebro Central"] = "Örebro Central Station",
["Östersund Central"] = "Östersund Central Station",
["Oslo Central"] = "Oslo Central Station",
["Stockholm Central"] = "Stockholm Central Station",
["Sundsvall Central"] = "Sundsvall Central Station",
["Uppsala Central"] = "Uppsala Central Station",
["Umeå Central"] = "Umeå Central Station",
["Umeå East"] = "Umeå East Station",
["Västerås Central"] = "Västerås central station",
},
["lines"] = {
["_default"] = {
["title"] = "[[%1]]",
["color"] = "00ab3a",
},
["Coast-to-Coast Line"] = {
["title"] = "[[Coast-to-Coast Line]]",
["left terminus"] = "Kalmar",
["right terminus"] = "Gothenburg Central",
},
["Dala Line"] = {
["left terminus"] = {"Falun Central", "Mora"},
["right terminus"] = "Stockholm Central",
},
["East Coast Line"] = {
["title"] = "[[East Coast Line (Sweden)|East Coast Line]]",
["left terminus"] = "Umeå Central",
["right terminus"] = "Stockholm Central",
},
["Gävle to Linköping"] = {
["title"] = "Gävle–Linköping",
["left terminus"] = "Gävle Central",
["right terminus"] = "Linköping Central",
},
["Northern Main Line"] = {
["left terminus"] = "Duved",
["right terminus"] = "Stockholm Central",
},
["Central Line"] = {
["title"] = "[[Central Line (Sweden)|Central Line]]",
["left terminus"] = "Duved",
["right terminus"] = "Stockholm Central",
},
["Mälaren Line and Western Main Line"] = {
["title"] = "[[Mälaren Line]] and [[Western Main Line]]",
["left terminus"] = {"Stockholm Central", ["via"] = "Örebro Central"},
["right terminus"] = {"Gothenburg Central", ["via"] = "Örebro Central"},
},
["Southern Main Line"] = {
["left terminus"] = "Stockholm Central",
["right terminus"] = "Copenhagen Central",
},
["Uppsalapendeln"] = {
["left terminus"] = "Uppsala Central",
["right terminus"] = "Stockholm Central",
},
["Värmland Line"] = {
["left terminus"] = "Stockholm Central",
["right terminus"] = "Oslo Central",
},
["Vänern Line"] = {
["title"] = "[[Norway/Vänern Line|Vänern Line]]",
["left terminus"] = "Karlstad Central",
["right terminus"] = "Gothenburg Central",
},
["Western Main Line"] = {
["left terminus"] = "Stockholm Central",
["right terminus"] = "Gothenburg Central",
},
["West Coast Line"] = {
["title"] = "[[West Coast Line (Sweden)|West Coast Line]]",
["left terminus"] = "Gothenburg Central",
["right terminus"] = "Malmö Central",
},
["Gothenburg-Umeå-Duved"] = {
["left terminus"] = {"Umeå Central", "Duved"},
["right terminus"] = "Gothenburg Central",
},
["EuroNight"] = {
["left terminus"] = "Stockholm Central",
["right terminus"] = {"Hamburg", "Berlin"},
},
["SJ regional"] = {
["title"] = "SJ regional",
["left terminus"] = "use the to-left parameter",
["right terminus"] = "use the to-right parameter",
},
["Other line"] = {
["title"] = "",
["left terminus"] = "use the to-left parameter",
["right terminus"] = "use the to-right parameter",
},
},
}
return p