跳转到内容

模組:Adjacent stations/昆明地铁

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

这是本页的一个历史版本,由Yveltal留言 | 贡献2019年2月13日 (三) 06:37 建立内容为“local x = "%1站 (昆明市)" local y = "%1站 (地铁)" local p = { ["system title"] = "昆明地铁", ["station format"] = { "%1站", -…”的新页面)编辑。这可能和当前版本存在着巨大的差异。

(差异) ←上一修订 | 最后版本 (差异) | 下一修订→ (差异)
local x = "%1站 (昆明市)"
local y = "%1站 (地铁)"

local p = {
	["system title"] = "[[昆明地铁]]",
	["station format"] = {
		"%1站",
		-- 消歧义
		-- 1号线
		['理工大学'] = x,
		['师范大学'] = x,
		['福德'] = x,
		['大学城'] = x,
		['大学城南'] = x,
		['昆明南火车站'] = '[[昆明南站|昆明南火车站]]',
	
		-- 2号线
		['火车北站'] = x,
		['会展中心'] = x,
	
		-- 3号线
		['石咀'] = y,
		['西苑'] = x,
		['虹桥'] = x,
		
		-- 4号线
		['小屯'] = x,
		['昆明东站'] = y,
	
		-- 5号线
		['世博园'] = x,

		-- 模板格式需要
		['大学城南/昆明南火车站'] = '[[大学城南站 (昆明市)|大学城南]]/[[昆明南站|昆明南火车站]]',
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[昆明地铁1号线|1号线]]",
			["color"] = "DB372B",
			["left terminus"] = "北部汽车站",
			["right terminus"] = "大学城南/昆明南火车站"
		},
		["2"] = {
			["title"] = "[[昆明地铁2号线|2号线]]",
			["color"] = "296DB4",
			["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