跳转到内容

模組:CNBUS/NT/qidong

维基百科,自由的百科全书
local lines = {

['239'] = { name = "239", fare = "20元", operators = "启东飞鹤", image = "", note = "仅支持现金支付",
    { { "启隆镇政府", time = "5:30-21:30" }, nil, { "启东客运总站", time = "5:30-21:30" } } },
['339'] = { name = "239", fare = "1元", operators = "启东飞鹤", image = "", 
    { { "十里外滩", time = "7:30-17:00" }, nil, { "江南汽渡口", time = "6:30-16:00" } } },
['启海K01'] = { name = "启海K01", fare = "6元", operators = {"启东飞鹤","海门飞鹤"}, image = "", 
    { { "海门客运站", time = "6:30-17:00" }, nil, { " 启东客运站", time = "6:30-17:00" } } },
    }
lines._external = {
--导入上海崇明线路
	['CNBUS/SH/chongming'] = {
		['南隆'] = '南隆',	
		['南隆区'] = '南隆区',
		['崇峰'] = '崇峰',
	},
}

return lines