Jump to content

Module:Adjacent stations/Molli

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 00:11, 8 October 2022 (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'). 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"] = "[[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