Module:Adjacent stations/SJ
Appearance
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 |
| |
Dalarna–Stockholm | Dala Line |
00ab3a |
| |
East Coast Line | East Coast Line |
00ab3a |
| |
Gävle to 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 |
| |
Night Norrland | Night Norrland |
00ab3a |
| |
EuroNight | EuroNight |
00ab3a |
| |
SJ regional | SJ regional |
00ab3a |
| |
Other line | Other line |
00ab3a |
|
local p = {
["system title"] = "[[SJ AB|SJ]]",
["system icon"] = "",
["station format"] = {
"%1 Station",
[""] = "",
},
["lines"] = {
["_default"] = {
["title"] = "[[%1]]",
["color"] = "00ab3a",
},
["East Coast"] = {
["title"] = "[[East Coast Line (Sweden)|East Coast Line]]",
["note-mid"] = "Umeå–Stockholm",
["left terminus"] = "Umeå Central",
["right terminus"] = "Stockholm Central",
},
["Gävle Linköping"] = {
["title"] = "Gävle–Linköping",
["note-mid"] = "SJ InterCity",
["left terminus"] = "Gävle Central",
["right terminus"] = "Linköping Central",
},
["Jämtland"] = {
["title"] = "Northern Main Line",
["left terminus"] = {"Duved", ["via"] = "Ljusdal"},
["right terminus"] = "Stockholm Central",
},
["Dala Line"] = {
["title"] = "Dalarna–Stockholm",
["note-mid"] = "SJ InterCity",
["left terminus"] = {"Falun Central", "Mora"},
["right terminus"] = "Stockholm Central",
},
["Gbg Night"] = {
["title"] = "Norrland–Gothenburg",
["note-mid"] = "Night Trains only",
["left terminus"] = {"Duved", "Umeå Central"},
["right terminus"] = "Gothenburg Central",
},
},
}
return p