Jump to content

Module:Adjacent stations/Lucknow Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jonesey95 (talk | contribs) at 17:33, 13 April 2022 (aliases). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "Lucknow Metro",
	["system icon"] = "",
	["system color"] = "",
	["station format"] = {
		"%1 metro station"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Lucknow Metro)]]",
		},
		["Blue"] = {
			["title"] = "[[Blue Line (Lucknow Metro)|Blue Line]]",
			["color"] = "0000ff",
			["left terminus"] = "Charbagh",
			["right terminus"] = "Vasant Kunj",
		},
		["Red"] = {
			["title"] = "[[Red Line (Lucknow Metro)|Red Line]]",
			["color"] = "ff3333",
			["left terminus"] = "Chaudhary Charan Singh International Airport",
			["right terminus"] = "Munshi Pulia",
		},
	},
	["aliases"] = {
		["red"] = "Red",
		["blue"] = "Blue",
		["Red line"] = "Red",
		["Blue line"] = "Blue",
	} 
}

return p