Module:Adjacent stations/Shiraz Metro
Appearance
local p = {
["system title"] = "[[Shiraz Metro]]",
["system icon"] = "",
["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