Module:Adjacent stations/Breng

< Module:Adjacent stations
Revision as of 21:50, 17 October 2022 by imported>Frietjes (Created page with 'local stoptrein = "F7CC48" local p = { ["system title"] = "Breng", ["station format"] = { "%1 railway station", }, ["lines"] = { ["Stoptrein 30700"] = { ["title"] = "Breng %1", ["color"] = stoptrein, ["left terminus"] = "Arnhem Centraal", ["right terminus"] = "Doetinchem" } } } return p')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
local stoptrein = "F7CC48"

local p = {
	["system title"] = "[[Breng]]",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["Stoptrein 30700"] = {
			["title"] = "[[Breng]] [[Dutch railway services#Stoptrein|%1]]",
			["color"] = stoptrein,
			["left terminus"] = "Arnhem Centraal",
			["right terminus"] = "Doetinchem"
		}
	}
}

return p