跳转到内容

模組:Adjacent stations/昆明地铁

维基百科,自由的百科全书
local x = "%1站 (昆明市)"
local y = "%1站 (地铁)"
local y2 = "%1 (地铁)"
local z = "%1 (昆明地铁)"

local p = {
	["system title"] = "[[昆明地铁]]",
	["station format"] = {
		"%1站",
		-- 消歧义
		-- 1号线
		['理工大学'] = x,
		['师范大学'] = x,
		['昆明火车站'] = y2,
		['福德'] = x,
		['大学城'] = x,
		['大学城南'] = x,
		['南部汽车站'] = y2,
		['市级行政中心'] = '[[市级行政中心·清风站|市级行政中心]]',
		['昆明南火车站'] = y2,
	
		-- 2号线
		['北辰'] = x,
		['金星'] = x,
		['火车北站'] = z,
		['六甲'] = x,
		['北部汽车站'] = y2,
	
		-- 3号线
		['东部汽车站'] = y2,
		['西苑'] = x,
 		['五一路'] = x,
		['虹桥'] = x,
		['西部汽车站'] = y2,
		['西山公园'] = '[[西山公園站 (昆明市)|西山公园]]',
		
		-- 4号线
		['小屯'] = x,
		['牛街庄'] = y,
		['古城'] = x,
		['牛头山'] = x,
	
		-- 5号线
		['世博园'] = x,
		['宝丰'] = x,
		['大坝'] = x,
		['福海'] = x,
		['福保'] = x,

	},
	["lines"] = {
		["1"] = {
			["title"] = "[[昆明地铁1号线|1号线]]",
			["color"] = "DA322A",
			["left terminus"] = "环城南路",
			["right terminus"] = {"大学城南", "昆明南火车站"},
			["types"] = {
				["A"] = {
					["title"] = "",
					["right terminus"] = "大学城南",
				},
				["B"] = {
					["title"] = "支线",
					["right terminus"] = "昆明南火车站",
				},
				["建设中"] = {
					["title"] = "<small>建设中</small>",
					["left terminus"] = "教场北路",
					["right terminus"] = {"大学城南", "昆明南火车站"},
				},
			},
		},
		["2"] = {
			["title"] = "[[昆明地铁2号线|2号线]]",
			["color"] = "005A8C",
			["left terminus"] = "北部汽车站",
			["right terminus"] = "环城南路",
			["types"] = {
				["建设中"] = {
					["title"] = "<small>建设中</small>",
					["left terminus"] = "北部汽车站",
					["right terminus"] = "海东公园",
				},
			},
		},
		["3"] = {
			["title"] = "[[昆明地铁3号线|3号线]]",
			["color"] = "943175",
			["left terminus"] = "西山公园",
			["right terminus"] = "东部汽车站"
		},
		["4"] = {
			["title"] = "[[昆明地铁4号线|4号线]]",
			["color"] = "EC9531",
			["left terminus"] = "金川路",
			["right terminus"] = "昆明南火车站"
		},
		["5"] = {
			["title"] = "[[昆明地铁5号线|5号线]]",
			["color"] = "499F46",
			["left terminus"] = "世博园",
			["right terminus"] = "宝丰"
		},
		["6"] = {
			["title"] = "[[昆明地铁6号线|6号线]]",
			["color"] = "008588",
			["left terminus"] = "塘子巷",
			["right terminus"] = "机场中心"
		},
	},
}

return p