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 Uva-crispa (talk | contribs) at 14:36, 29 May 2021. 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"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1]]",
			["color"] =  "0a9578",
		},
		["Night Norrland"] = {
			["title"] = "Night Trains to Upper Norrland",
			["left terminus"] = {"Luleå","Narvik"},
			["right terminus"] = "Stockholm Central",
		},
	},
}

return p