跳转到内容

模組:Adjacent stations/兰州轨道交通

维基百科,自由的百科全书
文档图示 模块文档[创建]
local x = "%1站 (兰州市)"
local y = "%1站 (地铁)"

local p = {
	["system title"] = "[[兰州轨道交通]]",
	["station format"] = {
		"%1站",
		-- 消歧义
		-- 1号线
		['陈官营'] = y,
		['兰州城市学院'] = '[[兰州城市学院(省科技馆)站]]',
		['七里河'] = x,
		['奥体中心'] = x,
		['文化宫'] = x,
		['西关'] = x,
		['省政府'] = x,
		['五里铺'] = x,
		['东岗'] = x,
		['兰州火车站'] = '[[兰州火车站 (地铁)|兰州火车站]]',
			
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[兰州轨道交通1号线|1号线]]",
			["color"] = "0080BC",
			["left terminus"] = "陈官营",
			["right terminus"] = "东岗" 
		},
		["2"] = {
			["title"] = "[[兰州轨道交通2号线|2号线]]",
			["color"] = "EB2727",
			["left terminus"] = "东方红广场",
			["right terminus"] = "雁白大桥" 
		},
	},
	["aliases"] = {
	}
}
return p