Module:Adjacent stations/Öresundståg

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[Øresundståg]]",
	["station format"] = {
		"%1 station",
		["Copenhagen Central"] = "Copenhagen Central Station",
		["Copenhagen Airport"] = "Copenhagen Airport, Kastrup Station",
		["Falkenberg"] = "Falkenberg railway station (Sweden)",
		["København H"] = "Copenhagen Central Station",
		["Malmö C"] = "[[Malmö Central Station|Malmö C]]",
		["Lund"] = "Lund Central Station",
		["Helsingborg"] = "Helsingborg Central Station",
		["Landskrona"] = "Landskrona Station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1]]",
		},
		["Copenhagen-Gothenburg Line"] = {
			["title"] = "[[West Coast Line (Sweden)|West Coast Line]]",
			["left terminus"] = "Østerport",
			["right terminus"] = "Gothenburg Central",
		},
		["Copenhagen-Kalmar Line"] = {
			["left terminus"] = "Østerport",
			["right terminus"] = "Kalmar",
		},
		["Copenhagen-Karlskrona Line"] = {
			["left terminus"] = "Østerport",
			["right terminus"] = "Karlskrona",
		},
		["Copenhagen-Lund Line"] = {
			["title"] = "[[Øresund Line]]",
			["left terminus"] = "Østerport",
			["right terminus"] = "Lund",
		},
		["Other line"] = {
			["title"] = "",
			["left terminus"] = "use the to-left parameter",
			["right terminus"] = "use the to-right parameter",
		},
	},
}

return p