Jump to content

Module:Adjacent stations/MCD

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by AJP426 (talk | contribs) at 01:34, 30 July 2020 (Created page with 'local p = { ["system title"] = "Moscow Central Diameters", ["system icon"] = "15px", ["station format"] = { "%1 railway station",...'). 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"] = "[[Moscow Central Diameters]]",
	["system icon"] = "[[File:MCD logo.svg|15px]]",
	["station format"] = {
		"%1 railway station",
		[""] = "",
	},
	["lines"] = {
		["D1"] = {
			["title"] = "[[Line D1 (Moscow Central Diameters)|Line D1]]",
			["color"] = "f6a600",
			["left terminus"] = "Lobnya",
			["right terminus"] = "Odintsovo",
		},
	    ["D2"] = {
			["title"] = "[[Line D2 (Moscow Central Diameters)|Line D2]]",
			["color"] = "e74280",
			["left terminus"] = "Nakhabino",
			["right terminus"] = "Podolsk",
		},
	},
}

return p