Jump to content

Module:Adjacent stations/Jaipur Metro

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

local p = {
	["system title"] = "Jaipur Metro",
	["system icon"] = "",
	["system color"] = "",
	["station format"] = {
		"%1 metro station"
	},
	["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"
	}
}

return p