模組:CNBUS/ZH/zhongshan

文档图示 模块文档[创建]
local lines = {
-- 已停办线路请不要直接删除,以免早期页面出错。
-- 请将停办/暂停运营线路仿照以下格式复制。code为线路编号,可选的suspend为停办日期。
['8888'] = { name = "8888", status = { -1, date = "20xx年xx月xx日" } },
}

lines._external = {
	['Module:CNBUS/ZS/data'] = {
		['K28'] = 'K28',
		['211'] = '211',
		['213'] = '213',
		['218'] = '218',
		['611'] = '611',
		['684'] = '684',
		['684夜短'] = '684夜短',
		['687'] = '687',
		['688'] = '688',
		['932'] = '932',
		['935'] = '935',
		['986'] = '986',
		['991'] = '991',
		['993'] = '993',
		['994'] = '994',
		['K995'] = 'K995',
		['996'] = '996',
		['997'] = '997',
		['998'] = '998',
		['999'] = '999',
	},

	['Module:CNBUS/ZH/data'] = {
		['珠中001'] = '珠中001',
		['珠中002'] = '珠中002',
		['珠中003'] = '珠中003',
	},
}

lines._map = {
	-- 线路重定向
	['01'] = '1',
	['02'] = '2',
	['03'] = '3',
	['04'] = '4',
	['05'] = '5',
	['06'] = '6',
	['07'] = '7',
	['08'] = '8',
	['09'] = '9',

	['12'] = '218',
	['989'] = '932',
}

return lines