Module:Adjacent stations/Tabriz Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Tabriz Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
1 |
008B95 |
| ||
2 |
80461B |
| ||
3 |
EE3C3C |
| ||
4 |
AA00D4 |
| ||
5 |
F5D618 |
|
local p = {
["system title"] = "[[Tabriz Metro]]",
["system icon"] = "[[File:Tabriz Metro Logo.png|25px|link=Tabriz Metro]]",
["system color"] = "",
["name format"] = "background-color:white; font-size:160%; font-family:helvetica, Arial, sans-serif; font-weight:bolder; line-height:110%;",
["station format"] = {
"%1 Metro Station (Tabriz)",
},
["lines"] = {
["_default"] = {
["title"] = "[[File:Tabriz Metro Line %1.png|80px|link=Tabriz Metro#Line %1]]",
},
["1"] = {
["color"] = "008B95",
["left terminus"] = "El Goli",
["right terminus"] = "Noor"
},
["2"] = {
["color"] = "80461B",
},
["3"] = {
["color"] = "EE3C3C",
},
["4"] = {
["color"] = "AA00D4",
},
["5"] = {
["color"] = "F5D618",
},
},
["aliases"] = {
["line 1"] = "1",
["line 2"] = "2",
["line 3"] = "3",
["line 4"] = "4",
["line 5"] = "5",
}
}
return p