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:13, 13 June 2022 (added CCS Int'al Airport alias). 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,
		["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