Module:Adjacent stations/Casablanca Tramway
This is a data module for Module:Adjacent stations. It supports services operated by Casablanca Tramway.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line T1 | 1 |
fe792a |
| |
Line T2 | 2 |
f7f727 |
|
local p = {
["system title"] = "[[Casablanca Tramway]]",
["system icon"] = "",
["system color"] = "",
["station format"] = {
"%1 station",
},
["lines"] = {
["_default"] = {
["title"] = "Line T%1",
},
["1"] = {
["color"] = "fe792a",
},
["2"] = {
["color"] = "f7f727",
},
},
}
return p