跳转到内容

模組:Adjacent stations/Zhengzhou Metro

维基百科,自由的百科全书

这是本页的一个历史版本,由Windmemories留言 | 贡献2019年5月10日 (五) 09:28 建立内容为“local x = "%1站 (郑州)" local y = "%1站 (地铁)" local z = "%1站 (郑州地铁)" local p = { ["system title"] = "郑州地铁", ["stati…”的新页面)编辑。这可能和当前版本存在着巨大的差异。

(差异) ←上一修订 | 最后版本 (差异) | 下一修订→ (差异)

local x = "%1站 (郑州)"
local y = "%1站 (地铁)"
local z = "%1站 (郑州地铁)"

local p = {
	["system title"] = "[[郑州地铁]]",
	["station format"] = {
		"%1站",
		-- 消歧义
		-- 1号线
		["郑州火车站"] = y,
		["郑州东站"] = y,
		["市民中心"] = x,
		["会展中心"] = x,
		["医学院"] = x,
		["人民路"] = x,
		["燕庄"] = x,
		["博学路"] = x,
		["铁炉"] = y,
		
		-- 2号线与城郊线
		["柳林"] = z,
		["黄河路"] = z,
		["南三环"] = x,
		["南四环"] = x,
		["孟庄"] = y,
		["郑州南站"] = [[郑州南站 (郑渝客运专线)|郑州南站]],
		
		-- 3号线
		-- 4号线
		-- 5号线
		-- 6号线
		-- 7号线
		-- 8号线
		-- 9号线
		-- 10号线
		-- 12号线
		-- 14号线
		-- 郑许线
	

		-- 模板格式需要
		['外环'] = "外环",
		['内环'] = "内环",
		['南四环/新郑机场'] = "[[南四环站 (郑州)|南四环]]/[[新郑机场站|新郑机场]]",

	},
	["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"] = "内环"
		},
	},
	["aliases"] = {
	
	}
}

return p