Jump to content

Module:Adjacent stations/SJ

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Uva-crispa (talk | contribs) at 17:24, 30 November 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[SJ AB|SJ]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Arlanda Central"] = "Arlanda Central Station",
		["Copenhagen Central"] = "Copenhagen Central Station",
		["Gothenburg Central"] = "Gothenburg Central Station",
		["Luleå"] = "Luleå Central Station",
		["Oslo Central"] = "Oslo Central Station",
		["Stockholm Central"] = "Stockholm Central Station",
		["Sundsvall Central"] = "Sundsvall Central Station",
		["Uppsala Central"] = "Uppsala Central Station",
		["Umeå Central"] = "Umeå Central Station",
		["Umeå East"] = "Umeå East Station"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1]]",
			["color"] =  "00ab3a",
		},
		["Dala Line"] = {
			["left terminus"] = {"Falun Central", "Mora"},
			["right terminus"] = "Stockholm Central",
		},
		["East Coast Line"] = {
			["title"] = "[[East Coast Line (Sweden)|East Coast Line]]",
			["left terminus"] = "Umeå Central",
			["right terminus"] = "Stockholm Central",
		},
		["Gävle to Linköping"] = {
			["title"] = "Gävle–Linköping",
			["left terminus"] = "Gävle Central",
			["right terminus"] = "Linköping Central",
		},
		["Northern Main Line"] = {
			["left terminus"] = "Duved",
			["right terminus"] = "Stockholm Central",
		},
		["Southern Main Line"] = {
			["left terminus"] = "Stockholm Central",
			["right terminus"] = "Copenhagen Central",
		},
		["Uppsalapendeln"] = {
			["left terminus"] = "Uppsala Central",
			["right terminus"] = "Stockholm Central",
		},
		["Värmland Line"] = {
			["left terminus"] = "Oslo Central",
			["right terminus"] = "Stockholm Central",
		},
		["Western Main Line"] = {
			["left terminus"] = "Stockholm Central",
			["right terminus"] = "Gothenburg Central",
		},
	},
}

return p