Module:Adjacent stations/Tehran Metro
Jump to navigation
Jump to search
This is a data module for Module:Adjacent stations. It supports services operated by Tehran Metro.
| Line | Keys | Color | Hex color | Icon |
|---|---|---|---|---|
| Line 1 | 1 |
EE2D24 |
| |
| Line 2 | 2 |
0B55A0 |
| |
| Line 3 | 3 |
2BBDEE |
| |
| Line 4 | 4 |
FCD204 |
| |
| Line 5 | 5 |
08875C |
| |
| Line 6 | 6 |
ED71A7 |
| |
| Line 7 | 7 |
882C81 |
| |
| Line 8 | 8 |
A73800 |
| |
| Line 9 | 9 |
FA951F |
| |
| Line 10 | 10 |
1944B4 |
| |
| Line 11 | 11 |
04FF02 |
File:Tehran Metro Line 11.png |
local p = {
["system title"] = "[[Tehran Metro]]",
["system icon"] = " ",
["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"] = "[[Tehran Metro Line %1|Line %1]]",
["color"] = "cccccc",
["icon"] = "[[File:Tehran Metro Line %1.svg|40px|link=Tehran Metro Line %1]]",
},
["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",
["left terminus"] = "Imam Hossein",
["right terminus"] = "Dowlat Abad",
},
["7"] = {
["color"] = "882C81",
["left terminus"] = "Basij",
["right terminus"] = "Meydan-e San'at",
},
["8"] = {
["note-mid"] = "''(planned)''",
["color"] = "A73800",
["title"] = "[[Tehran Metro#Line 8|Line 8]]",
["icon"] = "[[File:Tehran Metro Line 8.png|40px|link=Tehran Metro Line 8]]",
},
["9"] = {
["note-mid"] = "''(planned)''",
["color"] = "FA951F",
["title"] = "[[Tehran Metro#Line 9|Line 9]]",
["icon"] = "",
},
["10"] = {
["note-mid"] = "''(under construction)''",
["color"] = "1944B4",
["left terminus"] = "Wardavard",
["title"] = "[[Tehran Metro#Line 10|Line 10]]",
["icon"] = "",
},
["11"] = {
["note-mid"] = "''(planned)''",
["color"] = "04FF02",
["title"] = "[[Tehran Metro#Line 11|Line 11]]",
["icon"] = "[[File:Tehran Metro Line 11.png|40px|link=Tehran Metro Line 11]]",
},
},
["aliases"] = {
["eslamshahr"] = "3",
["eslamshahr line"] = "3",
["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