Jump to content

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)",
		["Gothenburg C"] = "Gothenburg Central Station",
		["København H"] = "Copenhagen Central Station",
		["Kalmar C"] = "Kalmar Central Station",
		["Karlskrona C"] = "Karlskrona Central Station",
		["Malmö C"] = "Malmö Central Station",
		["Lund"] = "Lund Central Station",
		["Lund C"] = "Lund Central Station",
		["Helsingborg"] = "Helsingborg Central Station",
		["Landskrona"] = "Landskrona Station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1]]",
		},
		["Copenhagen-Gothenburg Line"] = {
			["title"] = "[[Copenhagen]]–[[Gothenburg]]",
			["note-mid"] = "[[Øresundståg]]",
			["left terminus"] = "Østerport",
			["right terminus"] = "Gothenburg C",
		},
		["Copenhagen-Kalmar Line"] = {
			["title"] = "[[Copenhagen]]–[[Kalmar]]",
			["note-mid"] = "[[Øresundståg]]",
			["left terminus"] = "Østerport",
			["right terminus"] = "Kalmar C",
		},
		["Copenhagen-Karlskrona Line"] = {
			["title"] = "[[Copenhagen]]–[[Karlskrona]]",
			["note-mid"] = "[[Øresundståg]]",
			["left terminus"] = "Østerport",
			["right terminus"] = "Karlskrona C",
		},
		["Copenhagen-Lund Line"] = {
			["title"] = "[[Copenhagen]]–[[Lund]]",
			["note-mid"] = "[[Øresundståg]]",
			["left terminus"] = "Østerport",
			["right terminus"] = "Lund C",
		},
		["Other line"] = {
			["title"] = "",
			["left terminus"] = "use the to-left parameter",
			["right terminus"] = "use the to-right parameter",
		},
	},
}

return p