Module:Adjacent stations/Mashhad Urban Railway
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Mashhad Urban Railway.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 | 1 |
5CB8A1 |
| |
Line 2 | 2 |
002695 |
| |
Line 3 | 3 |
D40000 |
| |
Line 4 | 4 |
F07D05 |
|
local p = {
["system title"] = "[[Mashhad Urban Railway]]",
["system icon"] = "[[File:Mashhad Metro logo.png|25px|link=Mashhad Urban Railway]]",
["system color"] = "",
["name format"] = "font-size: 150%; padding: 5px; background-color: #002695; color: white; font-family: Helvetica, Arial, sans-serif; font-weight: bolder;",
["station format"] = {
"%1 Metro Station (Mashhad Metro)",
},
["lines"] = {
["_default"] = {
["title"] = "[[Mashhad Urban Railway#Line %1|Line %1]]",
},
["1"] = {
["color"] = "5CB8A1",
["left terminus"] = "Vakil Abad",
["right terminus"] = "Hasheminejad Airport",
},
["2"] = {
["color"] = "002695",
["left terminus"] = "Tabarsi",
["right terminus"] = "Shahid Kaveh",
},
["3"] = {
["color"] = "D40000",
},
["4"] = {
["color"] = "F07D05",
},
},
["aliases"] = {
["line 1"] = "1",
["line 2"] = "2",
["line 3"] = "3",
["line 4"] = "4",
}
}
return p