模組:CNBUS/GZ/dongguan
外观
< Module:CNBUS | GZ
-- index: {code, endpoint1, direction, endpoint2, fare, company, note,}
-- optional: {endpoint3, direction1,}
local lines = {
-- 已停办线路请不要直接删除,以免早期页面出错。
-- 请将停办/暂停运营线路仿照以下格式复制。code为线路编号,note统一为"已停办"。
['999'] = { name = "东莞999", status = { -1 } },
}
lines._external = {
['Module:CNBUS/DG/data'] = {
['75'] = '75',
['86'] = '86',
['609'] = '609',
['615'] = '615',
['616'] = '616',
['617'] = '617',
['618'] = '618',
['619'] = '619',
['G7'] = 'G7',
},
}
-- 线路重定向
lines._map = {
['01'] = '1',
['02'] = '2',
['03'] = '3',
['04'] = '4',
['05'] = '5',
['06'] = '6',
['07'] = '7',
['08'] = '8',
['09'] = '9',
['876'] = '75',
}
return lines