Module:Adjacent stations/Chennai MRTS
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Chennai Mass Rapid Transit System.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 | 1 |
FF9900 |
|
local p = {
["system title"] = "[[Chennai Mass Rapid Transit System|Chennai MRTS]]",
["system icon"] = "",
["system color"] = "",
["name format"] = "name_format = font-size: 150%; font-family:sans-serif; font-weight:bolder; line-height:100%; color:#000000;",
["header background color"] = "EEEEEE",
["station format"] = {
"%1 railway station",
},
["lines"] = {
["_default"] = {
["title"] = "[[Chennai Mass Rapid Transit System#Route|Line %1]]",
["color"] = "FF9900",
},
["1"] = {
["color"] = "FF9900",
["left terminus"] = "Chennai Beach",
["right terminus"] = "St. Thomas Mount",
},
},
["aliases"] = {
["line 1"] = "1",
},
}
return p