跳转到内容

模組:CNBUS/SH/pudong

维基百科,自由的百科全书
文档图示 模块文档[创建]
local lines = {
--数字线路
['81'] = { name = "81", fare = "2元", operators = "杨高一分", note="", image = "[[File:Shanghai_Bus_81_W0G-045_SXC6105G4B.JPG|140px]]",
	{ { "[[港城路站|港城路地铁站]]",time="4:45-23:50" }, { "⇆" }, { "[[陆家嘴站|陆家嘴地铁站]]",time="5:04-22:59" } }, },
--浦东线路
['112'] = { name = "浦东112", fare = "2元", operators = "杨高一分", note="替代[[张江有轨电车]]", image = "",
	{ { "[[张江高科站|张江地铁站]]",time="6:45-22:25" }, { "⇆" }, { "张东路金秋路",time="6:15-20:10" } }, },
['113'] = { name = "浦东113", fare = "2元", operators = "巴士四分", note="原632路西段", image = "",
	{ { "[[罗山路站|罗山路地铁站]]",time="6:05-19:50" }, { "⇆" }, { "永泰路三新路",time="5:45-21:45" } }, },
['118'] = { name = "浦东112", fare = "2元", operators = "金高一分", note="原南川线东段", image = "",
	{ { "洪山路德州路",time="6:00-21:30" }, { "⇆" }, { "华戴路川环南路",time= "4:40-19:45" } }, },
--隧道线路
['隧一'] = { name = "[[上海公交隧道一线|隧道一线]]", fare = "2元", operators = "杨高一分", note="", image = "[[File:Shanghai_Bus_81_W0G-045_SXC6105G4B.JPG|140px]]",
	{ { "[[港城路站|港城路地铁站]]",time="" }, { "⇆" }, { "[[陆家嘴站|陆家嘴地铁站]]",time="" } }, },
['隧三'] = { name = "[[上海公交隧道三线|隧道三线]]", fare = "2元", operators = "上南三分", note=",原'''隧道专线'''", image = "[[File:Shanghai_Bus_TunnelLine3_S0D-271_SWB6100V2.JPG|140px]]",
	{ { "[[上海火车站站|上海火车站(南广场)]]",time="5:25-23:37" }, { "⇆" }, { "博山东路龙居路",time="5:30-22:40" } }, },
['隧六'] = { name = "[[上海公交隧道六线|隧道六线]]", fare = "2元", operators = "杨高一分", note=",原'''隧道专线'''", image = "[[File:Shanghai_Bus_TunnelLine6_S2F-052_SWB6120V4.JPG|140px]]",
	{ { "人民广场(武胜路)",time="5:30-23:45" }, { "⇆" }, { "银山路金口路",time="5:30-22:40" } }, },
['桥四'] = { name = "大桥四线", fare = "2元", operators = "", note="", vehicles = "", image = "[[File:Shanghai_Bus_BridgeLine4_S0I-012_SWB6107HG4.JPG|140px]]",
	{ { "五莲路双桥路",time="5:30-22:00" }, { "⇆" }, { "安图路靖宇东路",time="5:50-23:00" } }, },
['桥五'] = { name = "大桥五线", fare = "2元", operators = "金高二分", note="经由杨浦大桥过黄浦江;原大桥五线已缩线并新辟浦东22路", vehicles = "", image = "[[File:Shanghai Bus BridgeLine5 S0H-070 SWB6106HG.JPG|140px]]",
	{ { "国顺路邯郸路([[复旦大学]])",time="5:30-23:00" }, { "⇆" }, { "栖山路德平路",time="6:00-22:35" } }, },
['桥六'] = { name = "大桥六线", fare = "2元", operators = "杨高二分", note="", vehicles = "", image = "[[File:Shanghai_Bus_BridgeLine6_S0I-135_SWB6107HG4.JPG|140px]]",
	{ { "交通大学",time="周日 5:50-21:50<br>周一至周四 5:50-21:50<br>周五 0:00-7:20"}, { "⇆" }, { "",time="周日 5:50-21:50<br>周五 5:50-9:20" } }, },
['洋山'] = { name = "洋山专线", fare = "1-11元", operators = "临港公交", note="", vehicles = "", image = "",
	{ { "(上海)[[滴水湖地铁站|滴水湖地铁站]]",time="6:30 7:50 9:00 9:50 11:50 12:30 13:50 14:20 15:10 16:00"}, { "⇆" }, { "(舟山)沈家湾客运码头",time="8:05 9:40 10:55 11:30 13:30 14:10 15:30 16:00 16:50 17: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