模組:Adjacent stations/南通轨道交通
外观
local x = "%1站 (南通市)"
local y = "%1站 (地铁)"
local p = {
["system title"] = "[[苏州轨道交通]]",
["station format"] = {
"%1站",
-- 消歧义
-- 1号线
['河口'] = x,
['文峰'] = x,
['政务中心'] = x,
['世纪大道'] = x,
['图书馆'] = x,
['大剧院'] = x,
['振兴路'] = '[[西环路站 (苏州地铁)|西环路 ]]',
-- 2号线
['幸福'] = x,
['北大街'] = x,
['体育公园'] = x,
['文峰'] = x,
['五一路'] = x,
['园林路'] = x,
['观音山'] = x,
['先锋'] = x,
},
["lines"] = {
["1"] = {
["title"] = "[[南通轨道交通1号线|1号线]]",
["color"] = "FF0000",
["left terminus"] = "平潮",
["right terminus"] = "振兴路"
},
["2"] = {
["title"] = "[[南通轨道交通2号线|2号线]]",
["color"] = "0000FF",
["left terminus"] = "幸福",
["right terminus"] = "先锋"
},
},
["aliases"] = {
["s1"] = "S1",
}
}
return p