Module:Adjacent stations/Ahmedabad Metro/sandbox

This is an old revision of this page, as edited by Rohitsetthachok (talk | contribs) at 12:24, 13 July 2023 (Create sandbox version of Module:Adjacent stations/Ahmedabad Metro). 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"] = "[[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"] = "Mahatma Mandir",
			["right terminus"] = "APMC",
		},
	},
	["aliases"] = {
		["blue line"] = "1",
		["blue line"] = "1",
		["red line"] = "2",
		["red line"] = "2",
	},
}

return p