Module:Adjacent stations/Shiraz Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Shiraz Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 | 1 |
EE3C3C |
File:Shiraz Metro Logo.png | |
Line 2 | 2 |
295EA4 |
File:Shiraz Metro Logo.png | |
Line 3 | 3 |
EE3C3C |
File:Shiraz Metro Logo.png | |
Line 4 | 4 |
FFD502 |
File:Shiraz Metro Logo.png | |
Line 5 | 5 |
F39C12 |
File:Shiraz Metro Logo.png | |
Line 6 | 6 |
C39BD3 |
File:Shiraz Metro Logo.png |
local p = {
["system title"] = "[[Shiraz Metro]]",
["system icon"] = "[[File:Shiraz Metro Logo.png|25px|link=Shiraz Metro]]",
["system color"] = "",
["name format"] = "background-color:white; font-size:160%; font-family:helvetica, Arial, sans-serif; font-weight:bolder; line-height:110%;",
["station format"] = {
"%1 Metro Station (Shiraz)",
},
["lines"] = {
["_default"] = {
["title"] = "[[Shiraz Metro#Line %1|Line %1]]",
},
["1"] = {
["color"] = "EE3C3C",
["left terminus"] = "Ehsan",
["right terminus"] = "Shahid Dastgheyb"
},
["2"] = {
["color"] = "295EA4",
},
["3"] = {
["color"] = "EE3C3C",
["left terminus"] = "Mirza-ye Shirazi",
},
["4"] = {
["color"] = "FFD502",
},
["5"] = {
["color"] = "F39C12",
},
["6"] = {
["color"] = "C39BD3",
},
},
["aliases"] = {
["line 1"] = "1",
["line 2"] = "2",
["line 3"] = "3",
["line 4"] = "4",
["line 5"] = "5",
["line 6"] = "6",
}
}
return p