跳转到内容

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

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

这是本页的一个历史版本,由阿南之人留言 | 贡献2023年6月24日 (六) 10:42编辑。这可能和当前版本存在着巨大的差异。

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,
    
		-- 1号线柯桥段
		['城际钱清'] = [[钱清站|钱清城际]],
		['钱清城际'] = "[[钱清站|钱清城际]]",
	
		-- 2号线
		['兰亭'] = x,
		['行政中心'] = y,
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[绍兴轨道交通1号线|1号线]]",
			["color"] = "c5003e",
			["left terminus"] = "姑娘桥", -- { "姑娘桥", "会展中心" },
			["right terminus"] = "芳泉",
			["types"] = {
				["支线"] = {
					["title"] = "支线",
					["left terminus"] = "会展中心",
					["right terminus"] = "芳泉"
				}
			}
		},
		["2"] = {
			["title"] = "[[绍兴轨道交通2号线|2号线]]",
			["color"] = "334a9a",
			["left terminus"] = "城西路",
			["right terminus"] = "越兴路"
		},
		["TNT"] = {
			["title"] = "[[绍兴城际线]]",
			["color"] = "4dafed",
			["left terminus"] = "杭州南",
			["right terminus"] = "上虞",
			["types"] = {
				["宁波"] = {
					["title"] = "直通[[宁波城铁]][[宁波至余姚城际铁路|甬余线]]",
					["color"] = "f5421e",
					["left terminus"] = "绍兴",
					["right terminus"] = "宁波"
				},
			},
		},
	},
	["aliases"] = {
		["k"] = "1",
		["柯"] = "1",
	}
}

return p