跳转到内容

模組:CNBUS/WZ/data

维基百科,自由的百科全书
文档图示 模块文档[创建]
local lines = {
['51'] = { name = "51", fare = "2元", operators = "城建公交", note = "又称 '''粤桂试验区公交专线''';定时班车",
	{ { "(梧州)政府广场" }, { "⇆" }, { "(肇庆)粤桂公共服务中心" } }, },
['52'] = { name = "52", fare = "2元", operators = "城建公交", note = "定时班车",
	{ { "(梧州)[[梧州南站]]" }, { "⇆" }, { "(肇庆)封开碧桂园" } }, },
['52区间'] = { name = "52区间", fare = "2元", operators = "城建公交", note = "定时班车",
	{ { "(梧州)中山路口" }, { "⇆" }, { "(肇庆)封开碧桂园" } }, },
}

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

return lines