Module:Adjacent stations/Surat Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Surat Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Red Line | Red or red |
FF0000 |
| |
Green Line | Green or green |
008000 |
|
local p = {
["system title"] = "[[Surat Metro]]",
["system icon"] = "",
["color box format"] = "title",
["station format"] = {
"%1 metro station"
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (Surat Metro)|%1 Line]]",
["text color"] = "fff"
},
["Red"] = {
["color"] = "FF0000",
["left terminus"] = "Sarthana",
["right terminus"] = "DREAM City",
},
["Green"] = {
["color"] = "008000",
["left terminus"] = "Bhesan",
["right terminus"] = "Saroli",
},
},
["aliases"] = {
["red"] = "Red",
["green"] = "Green"
}
}
return p