Module:Adjacent stations/Vy Tåg

< Module:Adjacent stations
Revision as of 22:09, 30 July 2022 by imported>Spidercheese (add Narvik and Arlanda Central as station format exceptions to fix red links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
local p = {
	["system title"] = "[[Vy Tåg]]",
	["station format"] = {
		"%1 railway 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"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1]]",
			["color"] =  "0a9578",
		},
		["Night Norrland"] = {
			["title"] = "Night Trains to Upper Norrland",
			["left terminus"] = {"Luleå","Narvik"},
			["right terminus"] = "Stockholm Central",
		},
	},
}

return p