Module:Adjacent stations/Ahmedabad Metro

This is an old revision of this page, as edited by Harshul12345 (talk | contribs) at 12:43, 11 August 2023. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local nag = "%1 metro station (Ahmedabad)"

local p = {
	["system title"] = "[[Ahmedabad Metro]]",
	["system icon"] = "[[File:Gujarat Metro Rail Corporation Ltd Logo Ahmedabad Metro.svg|25px|link=Ahmedabad Metro]]",
	["rail box format"] = "title",
	["station format"] = {
		"%1 metro station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Ahmedabad Metro)|%1 Line]]",
			["color"] = "cccccc",
			["text color"] = "FFFFFF",
		},
		["Blue"] = {
			["color"] = "0983ce",
			["left terminus"] = "Thaltej Gam",
			["right terminus"] = "Vastral Gam",
		},
		["Red"] = {
			["color"] = "f52532",
			["left terminus"] = "Mahatma Mandir",
			["right terminus"] = "Motera Stadium",
		},
	},
	["aliases"] = {
		["blue"] = "Blue",
		["red"] = "Red"
	} 
}

return p