Module:Adjacent stations/Ahmedabad Metro

This is an old revision of this page, as edited by Just a dude from earth (talk | contribs) at 15:58, 14 December 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"] = "",
	["rail box format"] = "title",
	["name format"] = "font-size: 130%; font-family:sans-serif; font-weight:bold; color: #FFFFFF; background-color: #06566F; padding: 0.3em 4px; line-height: 110%",
	["header background color"] = "06566F",
	["station format"] = {
		"%1 metro station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Ahmedabad Metro)|%1 Line]]",
			["color"] = "cccccc",
			["text color"] = "FFFFFF",
		},
		["Blue"] = {
			["color"] = "4d4de1",
			["left terminus"] = "Thaltej Gam",
			["right terminus"] = "Vastral Gam",
		},
		["Red"] = {
			["color"] = "c0282c",
			["left terminus"] = "Mahatma Mandir",
			["right terminus"] = "Motera Stadium",
		},
	},
	["aliases"] = {
		["blue"] = "Blue",
		["red"] = "Red"
	} 
}

return p