模組:CNBUS/SF/fushun
< Module:CNBUS | SF
-- index: {code, endpoint1, direction, endpoint2, fare, company, note, suspend = gf.suspend}
-- optional: {endpoint3, direction1,}
local lines = {
-- 已停办线路请不要直接删除,以免早期页面出错。请参照本代码最下方。
-- 请将停办/暂停运营线路仿照以下格式复制。code为线路编号,note统一为"已停办",可选的suspend为停办日期。
['8888'] = { name = "8888", status = { -1, date = "20xx年xx月xx日" } },
}
lines._external = {
['Module:CNBUS/FU/data'] = {
['25'] = '25', -- 25
['37'] = '37', -- 37
['40'] = '40', -- 40
['54'] = '54', -- 54
['58'] = '58', -- 58
['79'] = '79', -- 79
['80'] = '80', -- 80
['89'] = '89', -- 89
},
}
return lines