模組:Adjacent stations/绍兴轨道交通
外观
local x = "%1站 (地铁)"
local y = "%1站 (绍兴)"
local z = "%1站 (杭州市)"
local p = {
["system title"] = "[[绍兴轨道交通]]",
["station format"] = {
"%1站",
-- 消歧义
-- 1号线
['柯桥客运站'] = x,
['绍兴北站'] = x,
['奥体中心'] = y,
['塔山'] = y,
['大明路'] = y,
-- 2号线
['兰亭'] = x,
['行政中心'] = y,
-- 杭绍城际
['衙前'] = z,
['地铁钱清'] = [[钱清站 (地铁)|钱清]],
['城际钱清'] = [[钱清站|钱清]],
['笛扬路/柯桥客运站'] = "[[笛扬路站|笛扬路]]/[[柯桥客运站站|柯桥客运站]]",
},
["lines"] = {
["1"] = {
["title"] = "[[绍兴轨道交通1号线|1号线]]",
["color"] = "ff0000",
["left terminus"] = "笛扬路/柯桥客运站",
["right terminus"] = "芳泉"
},
["2"] = {
["title"] = "[[绍兴轨道交通2号线|2号线]]",
["color"] = "0000ff",
["left terminus"] = "城西路",
["right terminus"] = "越兴路"
},
["K"] = {
["title"] = "[[杭州至绍兴城际铁路|杭绍城际]]",
["color"] = "ff0000",
["left terminus"] = "姑娘桥",
["right terminus"] = "笛扬路"
},
["TNT"] = {
["title"] = "[[绍兴风情旅游新干线|绍兴城际线]]",
["color"] = "0033c9",
["left terminus"] = "城际钱清",
["right terminus"] = "上虞"
},
},
["aliases"] = {
["k"] = "K",
["柯"] = "K",
}
}
return p