Module:Adjacent stations/SJ/sandbox

From Wikipedia, the free encyclopedia
local p = {
	["system title"] = "[[SJ AB|SJ]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Alvesta"] = "Alvesta Station",
		["Ånge"] = "Ånge station",
		["Arlanda Central"] = "Arlanda Central Station",
		["Copenhagen Airport"] = "Copenhagen Airport railway station",
		["Copenhagen Central"] = "Copenhagen Central Station",
		["Gothenburg Central"] = "Gothenburg Central Station",
		["Hamburg"] = "Hamburg-Altona station",
		["Helsingborg Central"] = "Helsingborg Central Station",
		["Linköping Central"] = "Linköping Central Station",
		["Karlstad Central"] = "Karlstad Central Station",
		["Luleå"] = "Luleå Central Station",
		["Lund Central"] = "Lund Central Station",
		["Malmö Central"] = "Malmö Central Station",
		["Norrköping Central"] = "Norrköping Central Station",
		["Örebro Central"] = "Örebro Central Station",
		["Östersund Central"] = "Östersund 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",
		["Västerås Central"] = "Västerås central station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1]]",
			["color"] =  "00ab3a",
		},
		["Coast-to-Coast Line"] = {
			["title"] = "[[Coast-to-Coast Line]]",
			["left terminus"] = "Kalmar",
			["right terminus"] = "Gothenburg Central",
		},
		["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",
		},
		["Mälaren Line and Western Main Line"] = {
			["title"] = "[[Mälaren Line]] and [[Western Main Line]]",
			["left terminus"] = {"Stockholm Central", ["via"] = "Örebro Central"},
			["right terminus"] = {"Gothenburg Central", ["via"] = "Örebro 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"] = "Stockholm Central",
			["right terminus"] = "Oslo Central",
		},
		["Vänern Line"] = {
			["title"] = "[[Norway/Vänern Line|Vänern Line]]",
			["left terminus"] = "Karlstad Central",
			["right terminus"] = "Gothenburg Central",
		},
		["Western Main Line"] = {
			["left terminus"] = "Stockholm Central",
			["right terminus"] = "Gothenburg Central",
		},
		["West Coast Line"] = {
			["title"] = "[[West Coast Line (Sweden)|West Coast Line]]",
			["left terminus"] = "Gothenburg Central",
			["right terminus"] = "Malmö Central",
		},
		["Gothenburg-Umeå-Duved"] = {
			["left terminus"] = {"Umeå Central", "Duved"},
			["right terminus"] = "Gothenburg Central",
		},
		["EuroNight"] = {
			["left terminus"] = "Stockholm Central",
			["right terminus"] = {"Hamburg", "Berlin"},
		},
		["SJ regional"] = {
			["title"] = "SJ regional",
			["left terminus"] = "use the to-left parameter",
			["right terminus"] = "use the to-right parameter",
		},
		["Other line"] = {
			["title"] = "",
			["left terminus"] = "use the to-left parameter",
			["right terminus"] = "use the to-right parameter",
		},
	},
}

return p