Module:Adjacent stations/Hohhot Metro

local m = "%1 station (Hohhot Metro)"
local h = "[[Hohhot railway station|Hohhot Railway Station]]"
local he = "[[Hohhot East railway station|Hohhot East Railway Station]]"

local p = {
	["system title"] = "[[Hohhot Metro]]",
	["system color"] = "bbbbbb",
	["station format"] = {
		"%1 station",
		["Arts College"] = m,
		["Hohhot"] = h,
		["Hohhot Railway Station"] = h,
		["Hohhot East"] = he,
		["Hohhot East Railway Station"] = he,
		["Sanjianfang"] = "[[Yili Health Valley station|Yili Health Valley]]",
		["Xindian"] = m,
		["Zhongshanlu"] = m
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Line %1 (Hohhot Metro)|Line %1]]"
		},
		["1"] = {
			["color"] = "E82311",
			["left terminus"] = "Yili Health Valley",
			["right terminus"] = "Bayan (Airport)"
		},
		["2"] = {
			["color"] = "005BAC",
			["left terminus"] = "Talidonglu",
			["right terminus"] = "A'ershanlu"
		},
	},
}

return p