模組:Adjacent stations/Zhengzhou Metro
外观
local x = "%1站 (郑州)"
local y = "%1站 (地铁)"
local z = "%1站 (郑州地铁)"
local p = {
["system title"] = "[[郑州地铁]]",
["station format"] = {
"%1站",
-- 消歧义
-- 1号线
["郑州火车站"] = [[郑州火车站 (地铁)]],
["郑州东站"] = [[郑州东站 (地铁)]],
["市民中心"] = x,
["会展中心"] = x,
["医学院"] = x,
["人民路"] = x,
["燕庄"] = x,
["博学路"] = x,
["铁炉"] = y,
-- 2号线与城郊线
["柳林"] = z,
["黄河路"] = z,
["南三环"] = x,
["南四环"] = x,
["孟庄"] = y,
["郑州南站"] = [[郑州南站 (郑渝客运专线)|郑州南站]],
-- 3号线
-- 4号线
-- 5号线
["儿童医院"] = z,
["中央商务区"] = x,
["省骨科医院"] = x,
["七里河"] = [[七里河站 (郑州市)|七里河]],
-- 6号线
-- 7号线
-- 8号线
-- 9号线
-- 10号线
-- 12号线
-- 14号线
["奥体中心"] = z,
["莲湖"] = z,
-- 郑许线
-- 模板格式需要
["外环"] = "外环",
["内环"] = "内环",
["城郊线新郑机场"] = "[[新郑机场站|新郑机场]],与[[郑州地铁2号线|城郊线]]贯通运营",
["2号线刘庄"] = "[[刘庄站|刘庄]],与[[郑州地铁2号线|2号线]]贯通运营",
},
["lines"] = {
["1"] = {
["title"] = "[[郑州地铁1号线|1号线]]",
["color"] = "E60000",
["left terminus"] = "河南工业大学",
["right terminus"] = "河南大学新区"
},
["2"] = {
["title"] = "[[郑州地铁2号线|2号线]]",
["color"] = "FFD500",
["left terminus"] = "刘庄",
["right terminus"] = "城郊线新郑机场"
},
["3"] = {
["title"] = "[[郑州地铁3号线|3号线]]",
["color"] = "FF8000",
["left terminus"] = "省体育中心",
["right terminus"] = "营岗"
},
["4"] = {
["title"] = "[[郑州地铁4号线|4号线]]",
["color"] = "00A0E9",
["left terminus"] = "老鸦陈",
["right terminus"] = "郎庄"
},
["5"] = {
["title"] = "[[郑州地铁5号线|5号线]]",
["color"] = "008000",
["circular"] = true,
["left terminus"] = "外环",
["right terminus"] = "内环"
},
["14"] = {
["title"] = "[[郑州地铁14号线|14号线]]",
["color"] = "B289BC",
["left terminus"] = "须水",
["right terminus"] = "莲湖"
},
["C"] = {
["title"] = "[[郑州地铁2号线|城郊线]]",
["color"] = "FFD500",
["left terminus"] = "2号线刘庄",
["right terminus"] = "新郑机场"
},
},
["aliases"] = {
['城'] = 'C',
['c'] = 'C',
}
}
return p