跳转到内容

模組:Adjacent stations/西安地铁

维基百科,自由的百科全书
文档图示 模块文档[查看] [编辑] [历史] [清除缓存]

西安地铁相关条目数据模块,请勿直接引用此模块。

local v = "%1站 (西安地铁)"
local w = "%1站 (西安市)"
local x = "%1站 (西安)"
local y = "%1站 (地铁)"
local z = "%1 (地铁)"


local p = {
	["system title"] = "[[西安地铁]]",
	["station format"] = {
		"%1站",
		-- 消歧义
		-- 1号线
		["咸阳西站"] = z,
		["三桥"] = y,
		["枣园"] = x,
		["劳动路"] = x,
		["朝阳门"] = x,
		["万寿路"] = w,
		
		-- 2号线
		["西安北站"] = z,
		["北苑"] = x,
		["市图书馆"] = w,
		["钟楼"] = w,
		["体育场"] = x,
		["小寨"] = v,
		
		-- 3号线
		["青龙寺"] = v,
		["双寨"] = x,
		["保税区"] = x,
		
		-- 4号线
		["西安站"] = z,
		["和平门"] = w,

		-- 5号线
		["高桥"] = x,
		["欢乐谷"] = x,
		["斗门"] = x,
		["王寺"] = x,
		["西安东站"] = z,
		
		-- 6号线
		["安定门"] = w,
		["省体育馆"] = x,
		["西安南站"] = z,
		
		-- 7号线	
		-- 8号线
		["光化门"] = w,
		["市第三医院"] = w,
		["植物园"] = w,
		
		-- 9号线
		["田王"] = y,
		["凤凰池"] = w,

		-- 10号线
		["团结村"] = w,
		
		-- 11号线
		-- 12号线
		-- 13号线
		-- 14号线
        ["机场"] = v,
        ["长陵"] = y,
		["北辰"] = w,
		["奥体中心"] = w,
        
		-- 15号线
		["细柳"] = w,
		
		-- 16号线
		-- 17号线
		-- 18号线
		-- 19号线
		
		-- 西户线
		
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[西安地铁1号线|1号线]]",
			["color"] = "0077C8",
			["left terminus"] = "咸阳西站",
			["right terminus"] = "纺织城",
		},
		["2"] = {
			["title"] = "[[西安地铁2号线|2号线]]",
			["color"] = "EF3340",
			["left terminus"] = "草滩",
			["right terminus"] = "常宁宫",
		},
		["3"] = {
			["title"] = "[[西安地铁3号线|3号线]]",
			["color"] = "CE70CC",
			["left terminus"] = "鱼化寨",
			["right terminus"] = "保税区"
		},
		["4"] = {
			["title"] = "[[西安地铁4号线|4号线]]",
			["color"] = "2CCCD3",
			["left terminus"] = "西安北站",
			["right terminus"] = "航天新城"
		},
		["5"] = {
			["title"] = "[[西安地铁5号线|5号线]]",
			["color"] = "A6E35F",
			["left terminus"] = "创新港",
			["right terminus"] = "马腾空",
			["types"] = {
				["建设中"] = {
					["title"] = "建设中",
					["right terminus"] = "西安东站",
				},
			},
		},
		["6"] = {
			["title"] = "[[西安地铁6号线|6号线]]",
			["color"] = "485CC7",
			["left terminus"] = "纺织城",
			["right terminus"] = "西安国际医学中心",
			["types"] = {
				["建设中"] = {
					["title"] = "建设中",
					["right terminus"] = "西安南站",
				},
			},
		},
		["8"] = {
			["title"] = "[[西安地铁8号线|8号线]]",
			["color"] = "DEAE39",
			["circular"] = true,
			["left terminus"] = "内环",
			["right terminus"] = "外环"
		},
		["9"] = {
			["title"] = "[[西安地铁9号线|9号线]]",
			["color"] = "FF9E1B",
			["left terminus"] = "纺织城",
			["right terminus"] = "秦陵西"
		},
		["10"] = {
			["title"] = "[[西安地铁10号线|10号线]]",
			["color"] = "4AAA94",
			["left terminus"] = "井上村",
			["right terminus"] = "昭慧广场"
		},
		["14"] = {
			["title"] = "[[西安地铁14号线|14号线]]",
			["color"] = "00C1D4",
			["left terminus"] = "机场西",
			["right terminus"] = "贺韶"
		},
		["15"] = {
			["title"] = "[[西安地铁15号线|15号线]]",
			["color"] = "CEB66B",
			["left terminus"] = "细柳",
			["right terminus"] = "东兆余"
		},
		["16"] = {
			["title"] = "[[西安地铁16号线|16号线]]",
			["color"] = "DE8663",
			["left terminus"] = "诗经里",
			["right terminus"] = "秦创原中心"
		},
		["西户"] = {
			["title"] = "[[西安地铁西户线|西户线]]",
			["color"] = "6C0B74",
			["left terminus"] = "阿房宫南",
			["right terminus"] = "户县"
		},
		["_default"] = {
			["title"] = "[[西安地铁%1号线|%1号线]]",
			["color"] = "bbbbbb"
		},
	},
		
	["aliases"] = {
		["jc"] = "14",
		["a"] = "14",
		["机"] = "14",
		["airport"] = "14",
		["xh"] = "西户",
	}
}

return p