"इस मॉड्यूल हेतु प्रलेख Module:Adjacent stations/Bremen S-Bahn/doc पर बनाया जा सकता है"

local hh = "%1 station (Bremen S-Bahn)"

local p = {
	["system title"] = "[[Bremen S-Bahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Berne"] = hh,
		["Bremen Hbf"] = "Bremen Hauptbahnhof",
		["Bremerhaven Hbf"] = "Bremerhaven Hauptbahnhof",
		["Oldenburg Hbf"] = "Oldenburg Hauptbahnhof",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Bremen S-Bahn#Lines|%1]]"	
		},
		["RS1"] = {
			["color"] = "0000EE",
			["left terminus"] = "Bremen-Farge",
			["right terminus"] = "Verden (Aller)",
		},
		["RS2"] = {
			["color"] = "FFA500",
			["left terminus"] = "Bremerhaven-Lehe",
			["right terminus"] = "Twistringen",
		},
		["RS3"] = {
			["color"] = "018243",
			["left terminus"] = "Bad Zwischenahn",
			["right terminus"] = "Bremen Hbf",
		},
		["RS4"] = {
			["color"] = "FF0000",
			["left terminus"] = "Nordenham",
			["right terminus"] = "Bremen Hbf",
		},
	},
	["aliases"] = {
		["1"] = "RS1",
		["2"] = "RS2",
		["3"] = "RS3",
		["4"] = "RS4",	
	},
}

return p