Jump to content

Module:Adjacent stations/Lucknow Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by ZandDev (talk | contribs) at 19:34, 13 June 2022 (added copied alias, to check). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local m = "[[%1 metro station (Lucknow)|%1]]"
local ccs = "[[Chaudhary Charan Singh International Airport metro station|CCS International Airport]]"
local p = {
	["system title"] = "[[Lucknow Metro]]",
	["system icon"] = "",
	["system color"] = "",
	["station format"] = {
		"%1 metro station",
		["Krishna Nagar"] = m,
		["City Railway Station"] = m,

		["IT College"] = "[[IT Chauraha metro station|IT College]]",
		-- ↓ is correct?
		["Bhootnath Market"] = "[[Ramsagar Mishra Nagar metro station|Bhootnath Market]]",
		--
		["CCS International Airport"] = ccs,
		["Chaudhary Charan Singh International Airport"] = ccs,
	},
	["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",
	} 
}

return p