模組:CNBUS/SH/jinshan
外观
< Module:CNBUS | SH
-- index: {code, endpoint1, direction, endpoint2, fare, company, note,}
-- optional: {image, endpoint3, direction1,}
local lines = {
-- 文字线路
['南金'] = { name = "南金线", fare = "1-6元", operators = {"金山巴士"}, note="", vehicles = "", image = "",
{ { "朱泾汽车站",time="05:20-19:00"}, { "⇆" }, { "[[南桥汽车站]]",time="5:20-19:00"} }, },
['亭卫'] = { name = "亭卫专线", fare = "2元", operators = {"金山巴士"}, note="原朱卫专线", vehicles = "", image = "",
{ { "石化汽车站",time="5:15-20:30"}, { "⇆" }, { "亭耀路林安路(亭林大居)",time="5:30-20:40" } }, },
['中部环线'] = { name = "金山中部环线", fare = "2元", operators = {"金山巴士"}, note="原金山205路", vehicles = "", image = "",
{ { "康和路德贤路",time="5:40-19:40"}, { "↻" },
{ "康和路德贤路",time="5:20-19:20"}}, },
['浦卫'] = { name = "浦卫线", fare = "1-12元", operators = {"金山巴士"}, note="", vehicles = "", image = "",
{ { "石化汽车站",time="5:30-20:35"}, { "⇆" }, {
"塘桥新路公交枢纽站",time="5:10-20:35" } }, },
['莘金'] = { name = "莘金专线", fare = "1-7元", operators = {"金山巴士"}, note="", vehicles = "", image = "",
{ { "朱泾汽车站",time="4:35-18:30"}, { "⇆" }, {"[[莘庄地铁站]]南广场",time="6:00-20:00" } }, },
['朱松'] = { name = "朱松专线", fare = "1-6元", operators = "锦山客运", note="", vehicles = "", image = "",
{ { "朱泾汽车站",time="4:45-19:00"}, { "⇆" }, { "[[松江大学城]]",time="6:00-20:20"} }, },
['练枫'] = { name = "DZ练枫线", fare = "2元", operators = "金山巴士", note="原青枫专线南段", vehicles = "", image = "",
{ { "枫泾汽车站",time="6:00-18:00"}, { "⇆" }, { "[[练塘站|沪苏湖铁路练塘首末站]]",time="7:00-19:20"} }, },
['莲亭'] = { name = "莲亭专线", fare = "5元", operators = {"锦山客运"}, note="", vehicles = "", image = "",
{ { "[[亭林站|铁路亭林站]]",time="5:10-21:10"}, { "⇆" }, {
"[[莲花路站|莲花路地铁站]](北广场)",time="6:30-22:30" } }, },
-- 区域线路
-- 朱泾汽车站金山北站
['金山11'] = { name = "金山11路", fare = "2元", operators = {"金山巴士"}, note="原石化九线", vehicles = "", image = "",
{ { "[[金山卫站]](南广场西站)",time="6:00-23:00"}, { "⇆" },
{ "[[上海市公共卫生临床中心|公共卫生临床中心]]",time="6:00-21:30" } }, },
['朱泾5'] = { name = "朱泾五路", fare = "1元", operators = {"金山巴士"}, note="", vehicles = "", image = "",
{ { "朱泾汽车站",time="5:10-20:20"}, { "⇆" }, { "[[金山北站]]",time="5:45-21:15" } }, },
['枫泾7'] = { name = "枫泾七路", fare = "1元", operators = {"金山巴士"}, note="", vehicles = "", image = "",
{ { "[[枫泾]]枢纽站",time="6:10-20:20"}, { "⇆" }, { "[[金山北站]]",time="7:00-21:15" } }, },
['亭林3'] = { name = "亭林3路", fare = "1元", operators = {"金山巴士"}, note="原金山社区巴士1路", vehicles = "", image = "",
{ { "[[亭林站|金山铁路亭林站]]",time="6:30-22:35"}, { "⇆" }, { "亭林汽车站",time="5:50-22:00" } }, },
-- 穿梭巴士线路
['1652'] = {mark="金山工业区3路", name = "1652", fare = "1元", operators = {"锦山客运"}, note="", vehicles = "", image = "",
{ { "[[金山园区站]]",time="6:30-22:00"}, { "⇆" }, { "夏宁路金山工业区大道",time="6:25-21:10" } }, },
['1656'] = {mark="金山工业区6路", name = "1656", fare = "1元", operators = {"锦山客运"}, note="", vehicles = "", image = "",
{ { "[[金山园区站]]",time="6:35-22:00"}, { "⇆" }, { "[[上海市公共卫生临床中心|公共卫生临床中心]]",time="6:30-21:10" } }, },
['1658'] = {mark="金山工业区5路区间", name = "1658", fare = "1元", operators = {"锦山客运"}, note="", vehicles = "", image = "",
{ { "[[金山园区站]]",time="7:00-20:45" }, { "⇆" }, { "金流路漕廊公路",time="7:00-20:45" } }, },
}
lines._external = {
-- 导入松江线路
['Module:CNBUS/SH/songjiang'] = {
['南松'] = '南松',
},
-- 导入嘉兴线路
['Module:CNBUS/JX/data'] = {
['平湖227'] = '平湖227',
['平湖228'] = '平湖228',
['平湖319'] = '平湖319',
},
}
lines._map = {
-- 线路重定向
['金山205'] = '中部环线',
['中部快线'] ='中部环线',
['工业区3'] = '1652',
['工业区6'] = '1656',
['1658'] = '1658',
['港区227'] = '平湖227',
['K319'] = '平湖319',
['朱泾五'] = '朱泾5',
['枫泾七'] = '枫泾7',
['09'] = '9',
}
return lines