Module:Adjacent stations/Isfahan Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Isfahan Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 | Line 1 |
1A988C |
| |
Line 2 | Line 2 |
0E3B62 |
| |
Line 3 | Line 3 |
BB9942 |
|
local p = {
["system title"] = "[[Isfahan Metro]]",
["system icon"] = "",
["system color"] = "",
["name format"] = "font-size:150%; font-family:sans-serif; font-weight:bolder; line-height:100%; color:#000000; background-color:transparent;",
["station format"] = {
"%1 Metro Station (Isfahan)",
},
["lines"] = {
["_default"] = {
["title"] = "[[Isfahan Metro#%1|%1]]",
},
["Line 1"] = {
["color"] = "1A988C",
["left terminus"] = "Qods (Malek Shahr)",
["right terminus"] = "Defa'-e Moqaddas"
},
["Baharestan Line"] = {
["color"] = "1A988C",
},
["Shahinshahr Line"] = {
["color"] = "1A988C",
},
["Line 2"] = {
["color"] = "0E3B62",
["left terminus"] = "Zeinabieh",
["right terminus"] = "Khomeinishahr"
},
["Line 3"] = {
["color"] = "BB9942",
},
},
["aliases"] = {
["north-south line"] = "Line 1",
["east-west line"] = "Line 2",
["southwest line"] = "Line 3",
["1"] = "Line 1",
["2"] = "Line 2",
["3"] = "Line 3",
}
}
return p