跳转到内容

模組:Adjacent stations/昆明地铁

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

这是本页的一个历史版本,由Nissangeniss留言 | 贡献2021年2月6日 (六) 13:43编辑。这可能和当前版本存在着巨大的差异。

local x = "%1站 (昆明市)"
local y = "%1站 (地铁)"
local z = "%1站 (昆明地铁)"

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

		-- 模板格式需要
		['大学城南/昆明南火车站'] = '[[大学城南站 (昆明市)|大学城南]]/<br/>[[昆明南站|昆明南火车站]]',
		['2号线北部汽车站'] = "[[北部汽车站站|北部汽车站]]([[昆明地铁2号线|2号线]])",
		['1号线大学城南/昆明南火车站'] = "[[大学城南站 (昆明市)|大学城南]]/<br/>[[昆明南站|昆明南火车站]]([[昆明地铁1号线|1号线]])",
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[昆明地铁1号线|1号线]]",
			["color"] = "DB372B",
			["left terminus"] = "2号线北部汽车站",
			["right terminus"] = "大学城南/昆明南火车站",
			["types"] = {
				["建设中"] = {
					["title"] = "<div class='smA'>建设中</div>",
					["left terminus"] = "教场北路",
					["right terminus"] = "大学城南/昆明南火车站",
				},
			},
		},
		["2"] = {
			["title"] = "[[昆明地铁2号线|2号线]]",
			["color"] = "296DB4",
			["left terminus"] = "北部汽车站",
			["right terminus"] = "1号线大学城南/昆明南火车站",
			["types"] = {
				["建设中"] = {
					["title"] = "<div class='smA'>建设中</div>",
					["left terminus"] = "北部汽车站",
					["right terminus"] = "宝丰",
				},
			},
		},
		["3"] = {
			["title"] = "[[昆明地铁3号线|3号线]]",
			["color"] = "FE4998",
			["left terminus"] = "西山公园",
			["right terminus"] = "东部汽车站"
		},
		["4"] = {
			["title"] = "[[昆明地铁4号线|4号线]]",
			["color"] = "FFCD12",
			["left terminus"] = "金川路",
			["right terminus"] = "昆明南火车站"
		},
		["5"] = {
			["title"] = "[[昆明地铁5号线|5号线]]",
			["color"] = "00B700",
			["left terminus"] = "世博园",
			["right terminus"] = "宝丰"
		},
		["6"] = {
			["title"] = "[[昆明地铁6号线|6号线]]",
			["color"] = "0290A4",
			["left terminus"] = "塘子巷",
			["right terminus"] = "机场中心"
		},
	},
}

return p