Jump to content

Module:Adjacent stations/Kochi Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jonesey95 (talk | contribs) at 14:58, 20 April 2022 (create based on Template:Kochi Metro stations and Template:Kochi Metro color and Template:Kochi Metro stations and Template:Kochi Metro lines). 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"] = "[[Kochi Metro]]",
	["system icon"] = "",
	["system color"] = "",
	["station format"] = "%1 metro station",
	["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"] = "[[Line %1 (Kochi Metro)]]", -- not created yet; system has only one line at this time
			["color"] = "02B0AF",
		},
		["1"] = {
			["title"] = "[[Kochi_Metro#List|Line 1]]",
			["color"] = "02B0AF",
			["left terminus"] = "Aluva",
			["right terminus"] = "Pettah",
		},
	},
	["aliases"] = {
		["line 1"] = "1",
	} 
}

return p