模組:CNBUS/SH/jinshan
外观
< Module:CNBUS | SH
local lines = {
['南金线'] = { name = "南松专线", fare = "1-7元", operators = {"金山三分","金山四分"}, note="", vehicles = "", image = "",
{ { "朱泾汽车站",time="4:35-21:00"}, { "⇆" }, { "南桥汽车站",time="4:35-21:00" } }, },
}
lines._external = {
-- 导入松江线路
['Module:CNBUS/SH/songjiang'] = {
['南松'] = '南松',
},
}
lines._map = {
-- 线路重定向
['01'] = '1',
['02'] = '2',
['03'] = '3',
['04'] = '4',
['05'] = '5',
['06'] = '6',
['07'] = '7',
['08'] = '8',
['09'] = '9',
}
return lines