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

文档图示 模块文档[创建]
local x = "%1站 (地铁)"
local y = "%1站 (绍兴市)"
local z = "%1站 (杭州市)"

local p = {
	["system title"] = "[[绍兴轨道交通]]",
	["station format"] = {
		"%1站",
		-- 消歧义
		-- 1号线
		['衙前'] = z,
		['地铁钱清'] = "[[钱清站 (地铁)|钱清]]",
		['会展中心'] = y,
		['凤林'] = y,
		['大滩'] = y,
		['火车站'] = y,
		['明珠广场'] = y,
		['中国轻纺城/柯桥客运站'] = "[[中国轻纺城站|中国轻纺城]]/[[会展中心站|会展中心]]",
		['奥体中心'] = y,
		['凤凰山'] = y,
    
		-- 1号线柯桥段
		['城际钱清'] = [[钱清站|钱清城际]],
		['钱清城际'] = "[[钱清站|钱清城际]]",
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[绍兴轨道交通1号线|1号线]]",
			["color"] = "c5003e",
			["left terminus"] = "姑娘桥", -- { "姑娘桥", "会展中心" },
			["right terminus"] = "芳泉",
			["types"] = {
				["支线"] = {
					["title"] = "支线",
					["left terminus"] = "会展中心",
					["right terminus"] = "芳泉"
				}
			}
		},
		["2"] = {
			["title"] = "[[绍兴轨道交通2号线|2号线]]",
			["color"] = "307FE2",
			["left terminus"] = "镜湖医院",
			["right terminus"] = "檀渎"
		},
		["4"] = {
			["title"] = "[[绍兴轨道交通4号线|4号线]]",
			["color"] = "999999",
			["left terminus"] = "绍兴北站",
			["right terminus"] = "银桥路",
		},
		["5"] = {
			["title"] = "[[绍兴轨道交通5号线|5号线]]",
			["color"] = "999999",
			["left terminus"] = "天姥路",
			["right terminus"] = "世纪街",
		},
		["TNT"] = {
			["title"] = "[[绍兴城际线]]",
			["color"] = "4dafed",
			["left terminus"] = "杭州南",
			["right terminus"] = "上虞",
			["types"] = {
				["宁波"] = {
					["title"] = "直通[[宁波城铁]][[宁波至余姚城际铁路|甬余线]]",
					["color"] = "f5421e",
					["left terminus"] = "绍兴",
					["right terminus"] = "宁波"
				},
			},
		},
	},
}

return p