Jump to content

Module:Adjacent stations/Metronom

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 19:12, 2 July 2021 (Created page with 'local p = { ["system title"] = "Metronom", ["system icon"] = "", ["station format"] = { "%1 station", ["Bremen Hbf"] = "Bremen Hauptbahnhof", ["Hamburg Hbf"] = "Hamburg Hauptbahnhof", ["Hannover Hbf"] = "Hannover Hauptbahnhof", }, ["lines"] = { ["RE"] = { ["title"] = "", ["color"] = "E2001A", ["types"] = { ["3"] = { ["title"] = "RE 3", ["left...'). 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"] = "[[Metronom Eisenbahngesellschaft|Metronom]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Bremen Hbf"] = "Bremen Hauptbahnhof",
		["Hamburg Hbf"] = "Hamburg Hauptbahnhof",
		["Hannover Hbf"] = "Hannover Hauptbahnhof",
	},
	["lines"] = {
		["RE"] = {
			["title"] = "",
			["color"] = "E2001A",
			["types"] = {
				["3"] = {
					["title"] = "[[List of railway routes in Lower Saxony|RE 3]]",
					["left terminus"] = "Hamburg Hbf",
					["right terminus"] = "Hannover Hbf",
				},
				["4"] = {
					["title"] = "[[List of railway routes in Lower Saxony|RE 4]]",
					["left terminus"] = "Bremen Hbf",
					["right terminus"] = "Hamburg Hbf",
				},
			},
		},
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["31"] = {
					["title"] = "[[List of railway routes in Lower Saxony|RB 31]]",
					["left terminus"] = "Hamburg-Harburg",
					["right terminus"] = "Lüneburg",
				},
				["41"] = {
					["title"] = "[[List of railway routes in Lower Saxony|RB 41]]",
					["left terminus"] = "Bremen Hbf",
					["right terminus"] = "Hamburg Hbf",
				},
			},
		},
	},
}

return p