Module:Adjacent stations/Vy Tåg
Appearance
local p = {
["system title"] = "[[Vy Tåg]]",
["station format"] = {
"%1 railway station",
-- stations part of Swedish night train network operated by Vy
["Gävle Central"] = "Gävle Central Station",
["Luleå"] = "Luleå Central Station",
["Stockholm Central"] = "Stockholm Central Station",
["Sundsvall Central"] = "Sundsvall Central Station",
["Sundsvall West"] = "Sundsvall West Station",
["Uppsala Central"] = "Uppsala Central Station",
["Umeå Central"] = "Umeå Central Station",
["Umeå East"] = "Umeå East Station",
["Narvik"] = "Narvik Station",
["Arlanda Central"] = "Arlanda Central Station",
-- stations located in Sweden or linked from a Swedish station, part of train network operated by Norwegian Vy
["Ed"] = "Ed Station",
["Kongsvinger"] = "Kongsvinger Station",
["Oslo"] = "Oslo Central Station",
["Oslo Central"] = "Oslo Central Station",
["Öxnered"] = "Öxnered",
["Gothenburg"] = "Gothenburg Central Station",
["Gothenburg Central"] = "Gothenburg Central Station",
-- Note that stations in Norway use a different technology to get station navigation boxes, not Template:Adjacent stations
},
["lines"] = {
["_default"] = {
["title"] = "[[%1]]",
["color"] = "0a9578",
},
["Night Norrland"] = {
["title"] = "Night Trains to Upper Norrland",
["left terminus"] = {"Luleå","Narvik"},
["right terminus"] = "Stockholm Central",
},
-- "Vy regional" can be used for any regional train operated by Norwegian Vy
["Vy regional"] = {
["title"] = "Vy regional",
["left terminus"] = "use the to-left parameter",
["right terminus"] = "use the to-right parameter",
},
},
}
return p