Module:Adjacent stations/SJ

MyWikiBiz, Author Your Legacy — Wednesday January 22, 2025
Jump to navigationJump to search

Documentation for this module may be created at Module:Adjacent stations/SJ/doc

local p = {
	["system title"] = "[[SJ AB|SJ]]",
	["system icon"] = "",
	["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"] =  "00ab3a",
		},
		["East Coast Line"] = {
			["title"] = "[[East Coast Line (Sweden)|East Coast Line]]",
			["note-mid"] = "Umeå–Stockholm",
			["left terminus"] = "Umeå Central",
			["right terminus"] = "Stockholm Central",
		},
		["Gävle to Linköping"] = {
			["title"] = "Gävle–Linköping",
			["note-mid"] = "SJ InterCity",
			["left terminus"] = "Gävle Central",
			["right terminus"] = "Linköping Central",
		},
		["Northern Main Line"] = {
			["left terminus"] = {"Duved", ["via"] = "Ljusdal"},
			["right terminus"] = "Stockholm Central",
		},
		["Dala Line"] = {
			["note-mid"] = "Dalarna–Stockholm",
			["left terminus"] = {"Falun Central", "Mora"},
			["right terminus"] = "Stockholm Central",
		},
		["Gbg Night"] = {
			["title"] = "Norrland–Gothenburg",
			["note-mid"] = "Night Trains only",
			["left terminus"] = {"Duved", "Umeå Central"},
			["right terminus"] = "Gothenburg Central",
		},
	},
}

return p