Module:Adjacent stations/Guiyang Metro
local m = "%1"
local p = {
["system title"] = "Guiyang Metro",
["system color"] = "bbbbbb",
["station format"] = {
"%1 station",
["Chayuan"] = m,
["Forest Park"] = m,
["Wangchengpo"] = m,
["West Yan'an Road"] = m,
["Zhongxing Road"] = m,
["Guiyangbei"] = "Guiyangbei Railway Station",
["Guiyang North"] = "Guiyangbei Railway Station",
["Guiyang"] = "Guiyang Railway Station"
},
["lines"] = {
["_default"] = {
["color"] = "bbbbbb",
["title"] = "Line %1"
},
["1"] = {
["color"] = "259b24",
["left terminus"] = "Douguan",
["right terminus"] = "Xiaomeng Industrial Park"
},
["2"] = {
["color"] = "005bac",
["left terminus"] = "North Baiyun Road",
["right terminus"] = "Zhongxing Road"
},
["3"] = {
["color"] = "ee2737",
["left terminus"] = "Tongmuling (Party School of the CPC Guizhou Provincial Committee)",
["right terminus"] = "Luowan"
},
["S1"] = {
["color"] = "982484",
["left terminus"] = "Zaojiaoba",
["right terminus"] = "Wangchengpo"
}
}
}
return p