跳转到内容

模組:Adjacent stations/芜湖轨道交通

维基百科,自由的百科全书
文档图示 模块文档[创建]
local x = "%1站 (芜湖市)"
local y = "%1 (芜湖轨道交通)"

local p = {
	["system title"] = "[[芜湖轨道交通]]",
	["station format"] = {
		"%1站",
		["白马山"] = x,
		["中山北路"] = x,
		["衡山路"] = x,
		["泰山路"] = x,
		["华山路"] = x,
		["奥体中心"] = x,
		["博览中心"] = x,
		["芜湖南站"] = y,

		["芜湖火车站"] = y,
		},
	["lines"] = {
		["1"] = {
			["title"] = "[[芜湖轨道交通1号线|1号线]]",
			["color"] = "CC0605",
			["left terminus"] = "保顺路",
			["right terminus"] = "白马山"
		},
		["2"] = {
			["title"] = "[[芜湖轨道交通2号线|2号线]]",
			["color"] = "2271B3",
			["left terminus"] = "鸠兹广场",
			["right terminus"] = "万春湖路"
		},
	},
}

return p