local x = "%1站 (兰州市)"
local y = "%1站 (地铁)"
local p = {
["system title"] = "[[兰州轨道交通]]",
["station format"] = {
"%1站",
-- 消歧义
-- 1号线
['陈官营'] = y,
['兰州城市学院'] = '[[兰州城市学院(省科技馆)站]]',
['七里河'] = x,
['奥体中心'] = x,
['文化宫'] = x,
['西关'] = x,
['省政府'] = x,
['五里铺'] = x,
['东岗'] = x,
['兰州火车站'] = '[[兰州火车站 (地铁)|兰州火车站]]',
},
["lines"] = {
["1"] = {
["title"] = "[[兰州轨道交通1号线|1号线]]",
["color"] = "0080BC",
["left terminus"] = "陈官营",
["right terminus"] = "东岗"
},
["2"] = {
["title"] = "[[兰州轨道交通2号线|2号线]]",
["color"] = "EB2727",
["left terminus"] = "东方红广场",
["right terminus"] = "雁白大桥"
},
["3"] = {
["title"] = "[[兰州轨道交通3号线|3号线]]",
["color"] = "8B4513",
},
["4"] = {
["title"] = "[[兰州轨道交通4号线|4号线]]",
["color"] = "008000",
},
["5"] = {
["title"] = "[[兰州轨道交通5号线|5号线]]",
["color"] = "C71585",
},
},
["aliases"] = {
}
}
return p