模組:CNBUS/GZ/dongguan
< Module:CNBUS | GZ
本模块是存储{{广州巴士路线列表}}及{{广州巴士路线简单列表}}中于广州市内运营的东莞市线路的资料,使用Lua语言。
说明
查阅线路
- 如需查阅各模板中使用的线路编号,请在本页中直接搜索线路代码。
编辑资料
各线路资料的格式、使用说明及注意事项,请见Module:CNBUS/doc#路线资料。若仍有疑问,欢迎在讨论页留言。
-- 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