Jump to content

Module:Adjacent stations/Jaipur Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Durian Farmer (talk | contribs) at 00:03, 1 December 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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

return p