Module:Adjacent stations/Bentheimer Eisenbahn: Difference between revisions

imported>Mackensen
(Created page with 'local p = { ["system title"] = "Bentheimer Eisenbahn", ["system icon"] = "", ["station format"] = { "%1 station", }, ["lines"] = { ["RB"] = { ["title"] = "", ["color"] = "00519E", ["types"] = { ["56"] = { ["title"] = "RB 56", ["left terminus"] = "Bad Bentheim", ["right terminus"] = "Neuenhaus", }, }, }, }, } return p')
 
(No difference)

Latest revision as of 12:51, 24 July 2021

local p = {
	["system title"] = "[[Bentheimer Eisenbahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["56"] = {
					["title"] = "[[List of railway routes in Lower Saxony|RB 56]]",
					["left terminus"] = "Bad Bentheim",
					["right terminus"] = "Neuenhaus",
				},
			},
		},
	},
}

return p