Module:Adjacent stations/Ahmedabad Metro

This is an old revision of this page, as edited by Just a dude from earth (talk | contribs) at 13:54, 15 January 2024. 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 nf =  "font-size: 150%; font-family:sans-serif; font-weight: bold; line-height: 150%; background-color:#293a54; color:#FFF; padding: 0.3em 4px;"

local p = {
	["system title"] = "[[Ahmedabad Metro]]",
	["system icon"] = "",
	["rail box format"] = "title",
	["name format"] = {
		["red"] = nf .. "border-bottom: 10px solid #df4b56;",
		["blue"] = nf .. "border-bottom: 10px solid #47a9dc;",
		["red-blue"] = nf .. "border-bottom: 10px solid #df4b56; border-bottom: 5px solid #47a9dc"
},
	["station format"] = {
		"%1 metro station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Ahmedabad Metro)|%1 Line]]",
			["color"] = "cccccc",
			["text color"] = "FFFFFF",
		},
		["Blue"] = {
			["color"] = "47a9dc",
			["left terminus"] = "Thaltej Gam",
			["right terminus"] = "Vastral Gam",
		},
		["Red"] = {
			["color"] = "df4b56",
			["left terminus"] = "Mahatma Mandir",
			["right terminus"] = "Motera Stadium",
		},
	},
	["aliases"] = {
		["blue"] = "Blue",
		["red"] = "Red"
	} 
}

return p