Module:Adjacent stations/Molli

< Module:Adjacent stations
Revision as of 01:11, 8 October 2022 by imported>Mackensen (Created page with 'local p = { ["system title"] = "Molli", ["system icon"] = "", ["station format"] = { "%1 station", }, ["lines"] = { ["RB 31"] = { ["title"] = "RB 31", ["color"] = "db6eac", ["left terminus"] = "Ostseebad Kühlungsborn West", ["right terminus"] = "Bad Doberan", }, }, } return p')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
local p = {
	["system title"] = "[[Molli]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["RB 31"] = {
			["title"] = "[[Molli railway|RB 31]]",
			["color"] = "db6eac",
			["left terminus"] = "Ostseebad Kühlungsborn West",
			["right terminus"] = "Bad Doberan",
		},
	},
}

return p