Module:Adjacent stations/Kochi Metro

From Wikipedia, the free encyclopedia

local kochi = "%1 metro station (Kochi)"

local p = {
	["system title"] = "[[Kochi Metro]]",
	["system icon"] = "[[File:Logo of Kochi Metro.svg|30px|link=Kochi Metro|alt=Logo of the Kochi Metro]]",
	["station format"] = {
		"%1 metro station",
		["M. G. Road"] = kochi,
	},
	["name format"] = "font-size: 160%; font-family:Arial, sans; font-weight: bold; line-height: 100%; color: #02B0AF; background-color: transparent;",
	["header background color"] = "02B0AF",
	["lines"] = {
		["_default"] = {
			["title"] = "[[Kochi_Metro#List|Line %1]]",
			["color"] = "02B0AF",
		},
		["1"] = {
			["color"] = "02B0AF",
			["left terminus"] = "Aluva",
			["right terminus"] = "Thrippunithura Terminal",
		},
	},
	["aliases"] = {
		["line 1"] = "1",
	} 
}

return p