跳转到内容

模組:CNBUS/NT/data

维基百科,自由的百科全书
local lines = {
['C1'] = { name = "C1", fare = "6元", operators = "飞鹤公交", note="定时班车",
	{ { "(南通)南通政务中心",time="6:30、7:30、8:30、9:30、10:30、11:30、13:00、14:00、15:00、16:00、17:00、18:00" }, { "⇆" }, { "(苏州)[[张家港站]]" ,time="8:30、9:30、10:30、11:30、12:30、13:30、15:00、16:00、17:00、18:00、19:00、20:00"} }, },
['C2'] = { name = "C2", fare = "6元", operators = "飞鹤公交",status={ -1, date = "2024年9月1日" },
	{ { "(南通)盆景园",time="6:45-20:15" }, { "⇆" }, { "(苏州)[[张家港站]]" ,time="8:00-1:30"} }, },
}

lines._external = {

}

lines._map = {
	['01'] = '1',
	['02'] = '2',
	['03'] = '3',
	['04'] = '4',
	['05'] = '5',
	['06'] = '6',
	['07'] = '7',
	['08'] = '8',
	['09'] = '9',	
}

return lines