Jump to content

Module:Adjacent stations/AKN Eisenbahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Alex234 (talk | contribs) at 12:43, 11 March 2025. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[AKN Eisenbahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Hamburg Hbf"] = "Hamburg Hauptbahnhof",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[AKN Eisenbahn#Network|%1]]",
			["text color"] = "FFFFFF",
			["icon"] = "[[File:Hamburg %1.svg|x15px|link=AKN Eisenbahn#Network|%1]]",
		},
		["A1"] = {
			["icon"] = "[[File:Hamburg %1.svg|x15px|link=Hamburg-Altona–Neumünster railway|%1]]",
			["color"] = "EF3E22",
			["left terminus"] = "Ulzburg Süd",
			["right terminus"] = "Hamburg-Eidelstedt",
		},
		["A2"] = {
			["icon"] = "[[File:Hamburg %1.svg|x15px|link=Alster Northern Railway|%1]]",
			["color"] = "23B24B",			
			["left terminus"] = "Neumünster",
			["right terminus"] = "Norderstedt Mitte",
		},
		["A3"] = {
			["icon"] = "[[File:Hamburg %1.svg|x15px|link=Elmshorn-Barmstedt-Oldesloe railway|%1]]",
			["color"] = "0089CF",	
			["left terminus"] = "Elmshorn",
			["right terminus"] = "Ulzburg Süd",
		},
	},
	["aliases"] = {
		["1"] = "A1",
		["2"] = "A2",
		["3"] = "A3",
	},
}

return p