模組:CNBUS/FU/shenfu
< Module:CNBUS | FU
-- 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/SF/data'] = {
['102'] = '102', -- 102
['103'] = '103', -- 103
['104'] = '104', -- 104
['107'] = '107', -- 107
['108'] = '108', -- 108
['109'] = '108', -- 109
},
}
return lines