Module:Adjacent stations/Madurai Metro

From Wikipedia, the free encyclopedia

local mdu = "%1 metro station (Madurai)"

local p = {
	["system title"] = "[[Madurai Metro]]",
	["system icon"] = "",
	["rail box format"] = "title",
	["name format"] = "font-size: 150%; font-family:sans-serif; font-weight:bold; color: #777777; background-color: #F8F9FA; padding: 0.3em 4px; line-height: 110%",
	["header background color"] = "777777",
	["station format"] = {
		"%1 metro station",
		["Madurai Junction railway station"] = mdu,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Line %1 (Madurai Metro)|Line %1]]",
			["color"] = "f8f9fa",
			["text color"] = "FFFFFF",
		},
		["1"] = {
			["color"] = "C90642",
			["text color"] = "FFFFFF",
			["note-mid"] = "''(Proposed)''",
			["left terminus"] = "Tirumangalam",
			["right terminus"] = "Chittampatti Junction",
		},
		["2"] = {
			["color"] = "03F607",
			["text color"] = "000000",
			["note-mid"] = "''(Proposed)''",
			["left terminus"] = "Kattapuli Nagar",
			["right terminus"] = "Airport",
		},
		["3"] = {
			["color"] = "8C2877",
			["text color"] = "FFFFFF",
			["note-mid"] = "''(Proposed)''",
			["left terminus"] = "Manalur",
			["right terminus"] = "Chekanurani",
		}
	},
	["aliases"] = {
		["1"] = "1",
		["2"] = "2",
		["3"] = "3",
	} 
}

return p