Jump to content

Module:Adjacent stations/Jaipur Metro

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Vkwiki100 (talk | contribs) at 04:22, 9 October 2023. The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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