跳转到内容

模組:Adjacent stations/绍兴轨道交通

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

这是本页的一个历史版本,由MNXANL留言 | 贡献2021年7月8日 (四) 19:17编辑。这可能和当前版本存在着巨大的差异。

local x = "%1站 (地铁)"
local y = "%1站 (绍兴市)"
local z = "%1站 (杭州市)"

local p = {
	["system title"] = "[[绍兴轨道交通]]",
	["station format"] = {
		"%1站",
		-- 消歧义
		-- 1号线
		['衙前'] = z,
		['地铁钱清'] = "[[钱清站 (地铁)|钱清]]",
		['会展中心'] = y,
		['绍兴北站'] = x,
		['凤林'] = y,
		['大滩'] = y,
		['中国轻纺城/柯桥客运站'] = "[[中国轻纺城站|中国轻纺城]]/[[会展中心站|会展中心]]",
		['火车站'] = "[[火车站 (绍兴轨道交通)|火车站]]",
		['奥体中心'] = y,
		['塔山'] = y,
		['大明路'] = y,
		['凤凰山'] = y,
	
		-- 2号线
		['兰亭'] = x,
		['行政中心'] = y,
    
		-- 1号线柯桥段
		['城际钱清'] = [[钱清站|钱清城际]],
		['钱清城际'] = "[[钱清站|钱清城际]]",

	},
	["lines"] = {
		["1"] = {
			["title"] = "[[绍兴轨道交通1号线|1号线]]",
			["color"] = "c5003e",
			["left terminus"] = "姑娘桥/会展中心",
			["right terminus"] = "芳泉"
		},
		["2"] = {
			["title"] = "[[绍兴轨道交通2号线|2号线]]",
			["color"] = "0000ff",
			["left terminus"] = "城西路",
			["right terminus"] = "越兴路"
		},
		["K"] = {
			["title"] = "[[绍兴轨道交通1号线|1号线柯桥段]]",
			["color"] = "c5003e",
			["left terminus"] = "姑娘桥",
			["right terminus"] = "中国轻纺城"
		},
		["TNT"] = {
			["title"] = "[[绍兴城际线]]",
			["color"] = "0033c9",
			["left terminus"] = "杭州南",
			["right terminus"] = "上虞",
			["types"] = {
				["宁波"] = {
					["title"] = "直通[[宁波至余姚城际铁路]]",
					["color"] = "f5421e",
					["left terminus"] = "绍兴",
					["right terminus"] = "宁波"
				},
		},
	},
	["aliases"] = {
		["k"] = "K",
		["柯"] = "K",
	}
}
}

return p