Module:Adjacent stations/Lanzhou Metro

local m = "%1 station (Lanzhou Metro)"

local lcugstm = "Lanzhou City University (GSTM)"

local p = {

["system title"] = "Lanzhou Metro",

["system color"] = "bbbbbb",

["station format"] = {

"%1 station",

["Cultural Palace"] = m,

["Olympic Sports Center"] = m,

["Lanzhou City University (Gansu Science and Technology Museum)"] = lcugstm,

["Lanzhou City University (GSTM)"] = lcugstm,

["North Square of Lanzhou West Railway Station"] = "North Square of Lanzhou West Railway Station",

["Lanzhou Railway Station"] = "Lanzhou Railway Station",

},

["lines"] = {

["_default"] = {

["color"] = "bbbbbb",

["title"] = "Line %1"

},

["1"] = {

["color"] = "0080BC",

["left terminus"] = "Chenguanying",

["right terminus"] = "Donggang"

},

["2"] = {

["color"] = "ff0000",

["left terminus"] = "Yanbai Bridge",

["right terminus"] = "Dongfanghong Square"

},

["3"] = {

["color"] = "8b4513",

["left terminus"] = "?",

["right terminus"] = "?"

},

["4"] = {

["color"] = "008000",

["left terminus"] = "?",

["right terminus"] = "?"

},

["5"] = {

["color"] = "c71585",

["left terminus"] = "?",

["right terminus"] = "?"

},

}

}

return p