Module:Adjacent stations/Ahmedabad Metro

This is an old revision of this page, as edited by 2405:9800:bc10:3a42:2af9:6c37:d681:3397 (talk) at 03:41, 14 July 2023. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Ahmedabad Metro]]",
	["system icon"] = "",
	["name format"] = "",
	["station format"] = {
		"%1 metro station",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "cccccc",
			},
		["1"] = {
			["title"] = "[[Blue Line (Ahmedabad Metro)|Blue Line]]",
			["color"] = "0983ce",
			["left terminus"] = "Thaltej Gam",
			["right terminus"] = "Vastral Gam",
		},
		["2"] = {
			["title"] = "[[Red Line (Ahmedabad Metro)|Red Line]]",
			["color"] = "f52532",
			["left terminus"] = "Motera Stadium",
			["right terminus"] = "APMC",
		},
	},
	["aliases"] = {
		["blue line"] = "1",
		["blue line"] = "1",
		["red line"] = "2",
		["red line"] = "2",
	},
}

return p