Module:Adjacent stations/Tehran Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Tehran Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
1 |
EE2D24 |
| ||
2 |
0B55A0 |
| ||
3 |
2BBDEE |
| ||
4 |
FCD204 |
| ||
5 |
08875C |
| ||
6 |
ED71A7 |
| ||
7 |
882C81 |
| ||
8 |
A73800 |
| ||
File:Tehran Metro Line 9.png | 9 |
FA951F |
| |
File:Tehran Metro Line 10.png | 10 |
1944B4 |
| |
11 |
04FF02 |
|
local p = {
["system title"] = "[[Tehran Metro]]",
["system icon"] = "[[File:Tehran Metro Logo.svg|25px|link=Tehran Metro]]",
["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",
["Imam Khomeini"] = "Imam Khomeini station",
["Shahid Mofatteh"] = "[[Shahid Mofatteh Metro Station (Tehran)|Shahid Mofatteh]]",
},
["lines"] = {
["_default"] = {
["title"] = "[[File:Tehran Metro Line %1.png|40px|link=Tehran Metro Line %1]]",
["color"] = "cccccc",
},
["1"] = {
["color"] = "EE2D24",
["left terminus"] = "Tajrish",
["right terminus"] = "Kahrizak",
["types"] = {
["Imam Khomeini Airport"] = {
["title"] = "",
["left terminus"] = "Shahed - Bagher Shahr",
["right terminus"] = "Shahr-e Forudgahi-e Imam Khomeini"
}
}
},
["2"] = {
["color"] = "0B55A0",
["left terminus"] = "Tehran (Sadeghiyeh)",
["right terminus"] = "Farhangsara",
},
["3"] = {
["color"] = "2BBDEE",
["left terminus"] = "Ghaem",
["right terminus"] = "Azadegan",
},
["4"] = {
["color"] = "FCD204",
["left terminus"] = "Eram-e Sabz",
["right terminus"] = "Shahid Kolahdooz",
["types"] = {
["Mehrabad Airport"] = {
["title"] = "",
["left terminus"] = "Mehrabad Airport Terminal 4 & 6",
["right terminus"] = "Bimeh"
}
}
},
["5"] = {
["color"] = "08875C",
["left terminus"] = "Hashtgerd",
["right terminus"] = "Tehran (Sadeghiyeh)",
},
["6"] = {
["color"] = "ED71A7",
["title"] = "[[File:Tehran Metro Line 6.svg|40px|link=Tehran Metro#Line 6]]",
["left terminus"] = "Imam Hossein",
["right terminus"] = "Dowlat Abad",
},
["7"] = {
["color"] = "882C81",
["title"] = "[[File:Tehran Metro Line 7.svg|40px|link=Tehran Metro#Line 7]]",
["left terminus"] = "Basij",
["right terminus"] = "Meydan-e San'at",
},
["8"] = {
["note-mid"] = "''(planned)''",
["color"] = "A73800",
["title"] = "[[File:Tehran Metro Line 8.png|40px|link=Tehran Metro#Line 8]]",
},
["9"] = {
["note-mid"] = "''(planned)''",
["color"] = "FA951F",
},
["10"] = {
["note-mid"] = "''(under construction)''",
["color"] = "1944B4",
["left terminus"] = "Wardavard",
},
["11"] = {
["note-mid"] = "''(planned)''",
["color"] = "04FF02",
},
["Eslamshahr"] = {
["title"] = "[[Tehran Metro Eslamshahr Line|Eslamshahr Line]]",
["note-mid"] = "''(under construction)''",
["color"] = "C9DB70",
},
},
["aliases"] = {
["eslamshahr"] = "Eslamshahr",
["eslamshahr line"] = "Eslamshahr",
["line 1"] = "1",
["line 2"] = "2",
["line 3"] = "3",
["line 4"] = "4",
["line 5"] = "5",
["line 6"] = "6",
["line 7"] = "7",
["line 8"] = "8",
["line 9"] = "9",
["line 10"] = "10",
["line 11"] = "11",
}
}
return p