跳转到内容

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

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

这是本页的一个历史版本,由星海子留言 | 贡献2021年6月22日 (二) 20:49 (// Edit Via InPageEdit)编辑。这可能和当前版本存在着巨大的差异。

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

local p = {
	["system title"] = "[[绍兴轨道交通]]",
	["station format"] = {
		"%1站",
		-- 消歧义
		-- 1号线
		['会展中心'] = y,
		['绍兴北站'] = x,
		['奥体中心'] = y,
		['塔山'] = y,
		['大明路'] = y,

	
		-- 2号线
		['兰亭'] = x,
		['行政中心'] = y,
    
		-- 杭绍城际
		['衙前'] = z,
		['地铁钱清'] = [[钱清站 (地铁)|钱清]],

		['城际钱清'] = [[钱清站|钱清]],
		['中国轻纺城/柯桥客运站'] = "[[中国轻纺城站|中国轻纺城]]/[[会展中心站|会展中心]]",

	},
	["lines"] = {
		["1"] = {
			["title"] = "[[绍兴轨道交通1号线|1号线]]",
			["color"] = "c5003e",
			["left terminus"] = "中国轻纺城/会展中心",
			["right terminus"] = "芳泉"
		},
		["2"] = {
			["title"] = "[[绍兴轨道交通2号线|2号线]]",
			["color"] = "0000ff",
			["left terminus"] = "城西路",
			["right terminus"] = "越兴路"
		},
		["K"] = {
			["title"] = "[[杭州至绍兴城际铁路|杭绍城际]]",
			["color"] = "c5003e",
			["left terminus"] = "姑娘桥",
			["right terminus"] = "中国轻纺城"
		},
		["TNT"] = {
			["title"] = "[[绍兴风情旅游新干线|绍兴城际线]]",
			["color"] = "0033c9",
			["left terminus"] = "城际钱清",
			["right terminus"] = "上虞"
		},
	},
	["aliases"] = {
		["k"] = "K",
		["柯"] = "K",
	}
}

return p