Module:Adjacent stations/Kochi Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Kochi Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 | 1 or Line 1 |
02B0AF |
|
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