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 23:57, 28 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"] = "[[SJ AB|SJ]]",
	["system icon"] = "",
	["station format"] = {
		"%1 Station",
		[""] = "",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1]]",
			["color"] =  "00ab3a",
		},
		["Dala Line"] = {
			["title"] = "Dalarna–Stockholm",
			["note-mid"] = "SJ Intercity",
			["left terminus"] = {"Falun Central", "Mora"},
			["right terminus"] = "Stockholm Central",
		},
		["East Coast Line"] = {
			["title"] = "Umeå–Stockholm",
			["left terminus"] = "Umeå Central",
			["right terminus"] = "Stockholm Central",
		},
		["East Coast Line to Jämtland"] = {
			["title"] = "Duved–Stockholm",
			["note-mid"] = "Night Trains only",
			["left terminus"] = {"Duved", ["via"] = "Sundsvall Central"},
			["right terminus"] = "Stockholm Central",
		},
		["Northern Main Line"] = {
			["title"] = "Duved–Stockholm",
			["left terminus"] = {"Duved", ["via"] = "Ljusdal"},
			["right terminus"] = "Stockholm Central",
		},
		["Gbg Night"] = {
			["title"] = "Norrland–Gothenburg",
			["note-mid"] = "Night Trains only",
			["left terminus"] = {"Duved", "Umeå Central"},
			["right terminus"] = "Gothenburg Central",
		},
		["Gävle Lkpg Intercity"] = {
			["title"] = "Gävle–Linköping",
			["note-mid"] = "SJ Intercity",
			["left terminus"] = "Gävle Central",
			["right terminus"] = "Linköping Central",
		},
	},
}

return p