跳转到内容

模組:CNBUS/SX/shengzhou

维基百科,自由的百科全书
文档图示 模块文档[创建]
-- index: {code, endpoint1, direction, endpoint2, fare, company, note,}
-- optional: {endpoint3, direction1, time1, time2, time3}

local lines = {
-- 已停办线路请不要直接删除,以免早期页面出错。请参照以下格式更改:
-- 已停办:['9999'] = { name = "9999", status = { -1, date = "2022年1月1日" } },
-- 临时停运:['9999'] = { name = "9999", status = { 0, date = "2022年1月1日" } },
['1'] = { mark = "嵊州", name = "1", fare = "1.5元", operators = "嵊州长运公交",
	{ { "西站", time = "5:42-17:40" }, nil, { "嵊州客运中心", time = "6:10-17:40" } }, },
}

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

return lines