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 |
File:Esfahan Metro Logo.png | |
Line 2 | Line 2 |
0E3B62 |
File:Esfahan Metro Logo.png | |
Line 3 | Line 3 |
BB9942 |
File:Esfahan Metro Logo.png |
local p = {
["system title"] = "[[Isfahan Metro]]",
["system icon"] = "[[File:Esfahan Metro Logo.png|25px|link=Isfahan Metro]]",
["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