Jump to content

Module:Adjacent stations/Hyderabad Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Frietjes (talk | contribs) at 14:51, 22 September 2019 (Created page with 'local p = { ["system title"] = "Hyderabad Metro", ["system color"] = "666666", ["station format"] = { "%1 metro station", ["Stadium"] = "%1 Metro Stat...'). 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"] = "[[Hyderabad Metro]]",
	["system color"] = "666666",
	["station format"] = {
		"%1 metro station",
		["Stadium"] = "%1 Metro Station",
	},
	["lines"] = {
		["Red"] = {
			["title"] = "[[Hyderabad Metro#Lines|Red Line]]",
			["color"] = "ff3333",
			["left terminus"] = "Miyapur",
			["right terminus"] = "LB Nagar"
		},
		["Blue"] = {
			["title"] = "[[Hyderabad Metro#Lines|Blue Line]]",
			["color"] = "0000FF",
			["left terminus"] = "Nagole",
			["right terminus"] = "Ameerpet"
		},
		["Green"] = {
			["title"] = "[[Hyderabad Metro#Lines|Green Line]]",
			["color"] = "009933",
			["left terminus"] = "Parade Ground",
			["right terminus"] = "Falaknuma"
		},
	}
}
return p