Module:Adjacent stations/Copenhagen S-train

local p = {
	["system title"] = "[[S-train (Copenhagen)|S-train]]",
	["system icon"] = "[[File:S-tog.svg|16px|alt=]]",
	["station format"] = {
		"%1 railway station",
		["Husum"] = "Husum station (Denmark)",
		["København H"] = "%1",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 (S-train)|%1]]",
			["color"] = "c11934",
			["icon"] = "[[File:S-train service %1.svg|16px|link=%1 (S-train)|alt=]]",
		},
		["A"] = {
			["color"] = "00A7E3",
			["left terminus"] = "Solrød Strand",
			["right terminus"] = "Hillerød",
		},
		["B"] = {
			["color"] = "55AB26",
			["left terminus"] = "Høje Taastrup",
			["right terminus"] = "Farum",
		},
		["Bx"] = {
			["color"] = "AECD6B",
			["note-mid"] = "Peak hours",
			["left terminus"] = "Høje Taastrup",
			["right terminus"] = "Buddinge",
		},
		["C"] = {
			["color"] = "F29400",
			["left terminus"] = "Frederikssund",
			["right terminus"] = "Klampenborg",
		},
		["E"] = {
			["color"] = "857AB3",
			["note-mid"] = "Mon–Fri",
			["left terminus"] = "Køge",
			["right terminus"] = "Holte",
		},
		["F"] = {
			["color"] = "FCC300",
			["left terminus"] = "Copenhagen South",
			["right terminus"] = "Hellerup",
		},
		["H"] = {
			["color"] = "E64215",
			["note-mid"] = "Mon–Fri",
			["left terminus"] = "Ballerup",
			["right terminus"] = "Østerport",
			["types"] = {
				["EarlyMorning"] = {
					["title"] = "Special early morning trains",
					["note-mid"] = "Departs from Frederikssun at 04:37, 04:57, 05:17 (Mon–Fri)",
					["left terminus"] = "Frederikssund",
				}
			}
		},
	},
	["aliases"] = {
		["a"] = "A",
		["b"] = "B",
		["bx"] = "Bx",
		["c"] = "C",
		["e"] = "E",
		["f"] = "F",
		["h"] = "H",
	},
}

return p