Jump to content

Module:Adjacent stations/AKN Eisenbahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 13:49, 26 June 2021 (Created page with 'local p = { ["system title"] = "AKN Eisenbahn", ["system icon"] = "", ["station format"] = { "%1 station", ["Hamburg Hbf"] = "Hamburg Hauptbahnhof",...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["system title"] = "[[AKN Eisenbahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Hamburg Hbf"] = "Hamburg Hauptbahnhof",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[AKN Eisenbahn#Network|%1]]",
			["color"] = "FE8019",
		},
		["A1"] = {
			["left terminus"] = "Neumünster",
			["right terminus"] = "Hamburg Hbf",
		},
		["A2"] = {
			["left terminus"] = "Kaltenkirchen",
			["right terminus"] = "Norderstedt Mitte",
		},
		["A3"] = {
			["left terminus"] = "Elmshorn",
			["right terminus"] = "Ulzburg Süd",
		},
	},
	["aliases"] = {
		["1"] = "A1",
		["2"] = "A2",
		["3"] = "A3",
	},
}

return p