跳转到内容

模組:CNBUS/ZZ/zhongmu

维基百科,自由的百科全书
文档图示 模块文档[创建]
-- index: {code, endpoint1, direction, endpoint2, fare, company, note,}
-- optional: {endpoint3, direction1,}

local zmbusline = {
	
['1'] = { name = "1", mark = "中牟", fare = "1元", operators = "中牟城乡公交",
	{ { "中牟汽车站" }, { "⇆" }, { "万邦" } }, },
['2'] = { name = "2", mark = "中牟", fare = "1-3元", operators = "中牟城乡公交", image = "[[File:20210220 Zhongmu Bus Route 2.jpg|120px]]",
	{ { "鹊桥路首末站" }, { "⇆" }, { "春晖社区" } }, },
['3'] = { name = "3", mark = "中牟", fare = "1元", operators = "中牟城乡公交",
	{ { "鹊桥路首末站" }, { "⇆" }, { "福山社区" } }, },
['5'] = { name = "5", mark = "中牟", fare = "1-3元", operators = "中牟城乡公交", image = "[[File:ZMB 5 20201016.jpg|120px]]",
	{ { "中牟汽车站" }, { "⇆" }, { "大王庄" } }, },
['6'] = { name = "6", mark = "中牟", fare = "1元", operators = "中牟城乡公交", image = "[[File:20230506 ZM-1150 on Zhongmu Bus Route 6.jpg|120px]]",
	{ { "中牟汽车站" }, { "⇆" }, { "[[绿博园站 (中国铁路)|绿博园轻轨站]]" } }, },
['7'] = { name = "7", mark = "中牟", fare = "1元", operators = "中牟城乡公交",
	{ { "鹊桥路首末站" }, { "⇆" }, { "迅达路首末站" } }, },
['8'] = { name = "8", mark = "中牟", fare = "1元", operators = "中牟城乡公交", image = "[[File:ZMB 8 20200525.jpg|120px]]",
	{ { "中牟汽车站" }, { "⇆" }, { "迅达路首末站" } }, },
['9'] = { name = "9", mark = "中牟", fare = "1元", operators = "中牟城乡公交",
	{ { "中牟汽车站" }, { "⇆" }, { "西环路场站" } }, },
['10'] = { name = "10", mark = "中牟", fare = "1元", operators = "中牟城乡公交", image = "[[File:ZMB 10 20200525.jpg|120px]]",
	{ { "鹊桥路首末站" }, { "⇆" }, { "西环路场站" } }, },
['12'] = { name = "12", mark = "中牟", fare = "1元", operators = "中牟城乡公交",
	{ { "鹊桥路首末站" }, { "⇆" }, { "[[绿博园站 (中国铁路)|绿博园轻轨站]]" } }, },
['13'] = { name = "13", mark = "中牟", fare = "1元", operators = "中牟城乡公交", image = "[[File:ZMB 13 20201015 02.jpg|120px]]",
	{ { "中牟汽车站" }, { "⇆" }, { "杉杉奥特莱斯" } }, },
['15'] = { name = "15", mark = "中牟", fare = "1元", operators = "中牟城乡公交",
	{ { "[[绿博园站 (中国铁路)|绿博园轻轨站]]" }, { "↺" }, { "[[绿博园站 (中国铁路)|绿博园轻轨站]]" } }, },
['16'] = { name = "16", mark = "中牟", fare = "1元", operators = "中牟城乡公交",
	{ { "中兴路综合市场" }, { "⇆" }, { "[[绿博园站 (中国铁路)|绿博园轻轨站]]" } }, },
['17'] = { name = "17", mark = "中牟", fare = "1元", operators = "中牟城乡公交", image = "[[File:20210220 Zhongmu Bus Route 17.jpg|120px]]",
	{ { "华阳路首末站" }, { "⇆" }, { "贸易区" } }, },
['201'] = { name = "201", mark = "中牟", fare = "1-3元", operators = "中牟城乡公交", image = "[[File:ZMB 201 20200525.jpg|120px]]",
	{ { "中牟汽车站" }, { "⇆" }, { "[[刘集镇 (中牟县)|刘集]]" } }, },
['202'] = { name = "202", mark = "中牟", fare = "1-5元", operators = "中牟城乡公交", image = "[[File:ZMB 202 2020052501.jpg|120px]]",
	{ { "中牟汽车站" }, { "⇆" }, { "[[万滩镇]]" } }, },
['203'] = { name = "203", mark = "中牟", fare = "1-3元", operators = "中牟城乡公交",
	{ { "中牟汽车站" }, { "⇆" }, { "党庄社区" } }, },
['205'] = { name = "205", mark = "中牟", fare = "1-3元", operators = "中牟城乡公交",
	{ { "中牟汽车站" }, { "⇆" }, { "朱固社区" } }, },
['206'] = { name = "206", mark = "中牟", fare = "1-3元", operators = "中牟城乡公交", image = "[[File:ZMB 206 20200525.jpg|120px]]",
	{ { "中牟汽车站" }, { "⇆" }, { "后董庄" } }, },
['207'] = { name = "207", mark = "中牟", fare = "1-3元", operators = "中牟城乡公交",
	{ { "中牟汽车站" }, { "⇆" }, { "大胡" } }, },

['798'] = { name = "798", mark = "中牟", fare = "1元", operators = "中牟城乡公交", image = "[[File:20230506 Yu A08090D on Zhongmu Bus Route 798.jpg|120px]]",
	{ { "[[绿博园站 (中国铁路)|绿博园轻轨站]]" }, { "↺" }, { "[[绿博园站 (中国铁路)|绿博园轻轨站]]" } }, },

}

-- 定义线路重定向
zmbusline._map = {
    
}

return zmbusline