Jump to content

Module:Adjacent stations/Wuhu Rail Transit

From Wikipedia, the free encyclopedia

local m = "[[%1 station (Wuhu Rail Transit)|%1]]"
local rws = "[[%1 railway station|%1 Railway Station]]"
local p = {
	["system title"] = "[[Wuhu Rail Transit]]",
	["system color"] = "bbbbbb",
	["station format"] = {
		"%1 station",
		["Aotizhongxin"] = m,
		["Baimashan"] = m,
		["Wuhu"] = rws,
		["Wuhunan"] = rws,
		["Wuhu South"] = rws,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "bbbbbb",
			["title"] = "[[Line %1 (Wuhu Rail Transit)|Line %1]]"
		},
		["1"] = {
			["color"] = "e72718",
			["left terminus"] = "Baoshunlu",
			["right terminus"] = "Baimashan"
		},
		["2"] = {
			["color"] = "00a3e8",
			["left terminus"] = "Jiuziguangchang",
			["right terminus"] = "Wanchunhulu"
		},
	}
}

return p