local x = "%1站 (武汉市)"
local p = {
["system title"] = "[[光谷空轨]]",
["lines"] = {
["1"] = {
["title"] = "[[光谷空轨]]",
["color"] = "ffffff",
["left terminus"] = "九峰山",
["right terminus"] = "龙泉山"
},
},
-- 站名格式数据
["station format"] = {
"%1站",
-- 消歧义
-- 光谷空轨
["高新大道"] = x,
["综保区"] = x
}
}
return p