模組:Adjacent stations/重庆云巴
外观
local cq = "%1站 (重庆市)"
local p = {
['system title'] = "[[重庆云巴]]",
['system color'] = "1974D2",
["line icon format"] = "route",
['station format'] = {
"%1站",
['儿童公园'] = cq,
['沙坡'] = cq,
},
['lines'] = {
['_default'] = {
['title'] = "[[重庆云巴%1号线|%1号线]]",
['text color'] = "FFFFFF",
},
["1"] = {
['color'] = "1974D2",
['text color'] = "FFFFFF",
['left terminus'] = "1号地铁",
['right terminus'] = "成渝高铁"
},
}
}
return p