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

文档图示 模块文档[创建]
local wz = '%1站 (温州市)'

local p = {
	['system title'] = '[[温州轨道交通]]',
	['system color'] = 'e8000a',
	['station format'] = {
		'%1站',
		-- 消歧义
		-- S1
		['新桥'] = wz,
		['奥体中心'] = wz,
		['机场'] = wz,
		['科技城'] = wz,
		-- S2
		['东山'] = wz,
		['天河'] = wz,
		['盐盆'] = wz,
		['沙城'] = wz,
		['海城'] = wz,
	},
	['lines'] = {
		['_default'] = {
			['title'] = '[[温州轨道交通%1线|%1线]]',
			['color'] = 'AAAAAA'
		},
		-- ['1'] = {
		-- 	['left terminus'] = '永嘉火车站',
		-- 	['right terminus'] = '黄田',
		-- },
		-- ['2'] = {
		-- 	['left terminus'] = '陈村',
		-- 	['right terminus'] = '浙南科技城',
		-- },
		-- ['3'] = {
		-- 	['left terminus'] = '温州南站',
		-- 	['right terminus'] = '浙南科技城',
		-- },

		['S1'] = {
			['title'] = '[[温州市域铁路S1线|S1线]]',
			['color'] = '0061AE',
			['text color'] = 'FFFFFF',
			['left terminus'] = '桐岭',
			['right terminus'] = '双瓯大道'
		},
		['S2'] = {
			['title'] = '[[温州市域铁路S2线|S2线]]',
			['color'] = 'DA1F2B',
			['left terminus'] = '清东路',
			['right terminus'] = '东山'
		},
		['S3'] = {
			['title'] = '[[温州市域铁路S3线|S3线]]',
			['color'] = 'FF8C00',
			['left terminus'] = '溫州火車站',
			['right terminus'] = '飛雲',
		}
	},
	['aliases'] = {
		['s1'] = 'S1',
		['s2'] = 'S2',
		['s3'] = 'S3',
	}
}

return p