Jump to content

Module:Adjacent stations/Vy Tåg

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by BIL (talk | contribs) at 14:33, 7 August 2023. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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",
		},
		["Vy regional"] = {
			["title"] = "Vy regional",
			["left terminus"] = "use the to-left parameter",
			["right terminus"] = "use the to-right parameter",
		},
	},
}

return p