Module:Adjacent stations/Nagpur Metro

From Wikipedia, the free encyclopedia

local nag = "%1 metro station (Nagpur)"

local p = {
	["system title"] = "[[Nagpur Metro]]",
	["system icon"] = "",
	["rail box format"] = "title",
	["name format"] = "font-size: 150%; font-family:sans-serif; font-weight:bold; color: #FFFFFF; background-color: #377E7A; padding: 0.3em 4px; line-height: 110%",
	["header background color"] = "377E7A",
	["station format"] = {
		"%1 metro station",
		["Airport"] = nag,
		["Airport South"] = nag,
		["Eco Park"] = nag,
		["Subhash Nagar"] = nag,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Nagpur Metro)|%1 Line]]",
			["color"] = "666",
			["text color"] = "FFF",
			["border color"] = "000"
		},
		["Orange"] = {
			["color"] = "FF8C00",
			["left terminus"] = "Automative Square",
			["right terminus"] = "Khapri",
		},
		["Aqua"] = {
			["color"] = "00FFFF",
			["text color"] = "000",
			["left terminus"] = "Prajapati Nagar",
			["right terminus"] = "Lokmanya Nagar",
		},
	},
	["aliases"] = {
		["orange"] = "Orange",
		["aqua"] = "Aqua"
	} 
}

return p