Jump to content

Module:Adjacent stations/Hefei Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by ZandDev (talk | contribs) at 14:59, 11 June 2022 (simplified railway stations with common rws and removed two prolix and redundant synonyms). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local m = "%1 station (Hefei Metro)"
local rws = "[[%1 railway station|%1 Railway Station]]"
local bicc = [[Binhu International Convention Center station|Binhu Int'l Convention Center]]

local p = {
	["system title"] = "[[Hefei Metro]]",
	["system color"] = "bbbbbb",
	["station format"] = {
		"%1 station",
		["Longgang"] = m,
		["Luogang"] = m,
		["Nangang"] = m,
		["Wulidun"] = m,
		["BICC"] = bicc,
		["Binhu Int.l Convention Center"] = bicc,
		["Binhu Int'l Convention Center"] = bicc,
		["Binhu International Convention Center"] = bicc,
		["Hefei"] = rws,
		["Hefeinan"] = rws,
		["Hefei South"] = rws,
		["Hefeixi"] = rws,
		["Hefei West"] = rws,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "bbbbbb",
			["title"] = "[[Line %1 (Hefei Metro)|Line %1]]"
		},
		["1"] = {
			["color"] = "FF0000",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["2"] = {
			["color"] = "3366FF",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["3"] = {
			["color"] = "008000",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["4"] = {
			["color"] = "FF8C00",
			["left terminus"] = "?",
			["right terminus"] = "?"
		},
		["5"] = {
			["color"] = "C1D522",
			["left terminus"] = "?",
			["right terminus"] = "?"
		}
	}
}

return p