Module:Adjacent stations/Jaipur Metro

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[Jaipur Metro]]",
	["system icon"] = "[[File:Jaipur Metro Logo.svg|18px|link=Jaipur Metro]]",
	["color box format"] = "title",
	["station format"] = {
		"%1 metro station",
	    ["Civil Lines"] = "%1 metro station (Jaipur)",
	    ["Transport Nagar"] = "%1 metro station (Jaipur)",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Jaipur Metro)|%1 Line]]",
			["text color"] = "000000",
		},
		["Orange"] = {
			["color"] = "ffa500",
			["left terminus"] = "Sitapura Industrial Area",
			["right terminus"] = "Ambabari",
		},
		["Pink"] = {
			["color"] = "ffcbdb",
			["left terminus"] = "Mansarovar",
			["right terminus"] = "Badi Chaupar",
		},
	},
	["aliases"] = {
		["orange"] = "Orange",
		["pink"] = "Pink",
	} 
}

return p