Module:Adjacent stations/Hyderabad Metro

local p = {
	["system title"] = "[[Hyderabad Metro]]",
	["system icon"] = "[[File:Hyderabad Metro Rail Logo.png|15px|link=Hyderabad Metro]]",
	["rail box format"] = "title",
	["name format"] = "font-size: 150%; font-family:Arial, sans; color: #034C89; background-color: transparent; line-height: 125%",
	["header background color"] = "69A0CF",
	["station format"] = {
		"%1 metro station"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Hyderabad Metro)|%1 Line]]",
			["text color"] = "ffffff",
		},
		["Red"] = {
			["color"] = "E52026",
			["left terminus"] = "Miyapur",
			["right terminus"] = "LB Nagar",
		},
		["Blue"] = {
			["color"] = "007ABB",
			["left terminus"] = "Raidurg",
			["right terminus"] = "Nagole",
		},
		["Green"] = {
			["color"] = "049746",
			["left terminus"] = "Parade Ground",
			["right terminus"] = "Falaknuma",
		},
		["Airport Express"] = {
			["title"] = "[[Hyderabad Airport Metro Express|Airport Express Line]]",
			["color"] = "6EB2FE",
			["left terminus"] = "Raidurg",
			["right terminus"] = "RGIA Terminal",
 		}
	},
	["aliases"] = {
		["red"] = "Red",
		["green"] = "Green",
		["blue"] = "Blue",
		["r"] = "Red",
		["g"] = "Green",
		["b"] = "Blue",
		["ae"] = "Airport Express",
		["airport"] = "Airport Express",
		["airport express"] = "Airport Express",
	}
}
return p