Module:Adjacent stations/Ahmedabad Metro/sandbox

From Wikipedia, the free encyclopedia
local nag = "%1 metro station (Ahmedabad)"

local p = {
	["system title"] = "[[Ahmedabad Metro]]",
	["system icon"] = "",
	["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