This is a data module for Module:Adjacent stations. It supports services operated by X-Tåget.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
East Coast Line | East Coast Line |
E2001A |
| |
Northern Main Line | Northern Main Line |
E2001A |
|
local p = {
["system title"] = "[[X-Tåget]]",
["station format"] = {
"%1 railway station",
["Gävle Central"] = "Gävle Central Station",
["Sundsvall Central"] = "Sundsvall Central Station",
["Sundsvall West"] = "Sundsvall West Station",
},
["lines"] = {
["_default"] = {
["title"] = "[[%1]]",
["color"] = "E2001A",
},
["East Coast Line"] = {
["title"] = "[[East Coast Line (Sweden)|East Coast Line]]",
["note-mid"] = "Sundsvall–Gävle",
["left terminus"] = "Sundsvall West",
["right terminus"] = "Gävle Central",
},
["Northern Main Line"] = {
["note-mid"] = "Ljusdal–Gävle",
["left terminus"] = "Ljusdal",
["right terminus"] = "Gävle Central",
},
},
}
return p