Jump to content

Module:Adjacent stations/Hefei Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Frietjes (talk | contribs) at 17:12, 18 April 2022 (creating from Template:HefeiM stations and Template:HefeiM color). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local m = "%1 station (Hefei Metro)"
local hrws = "[[Hefei railway station|Hefei Railway Station]]"
local hsrws = "[[Hefei South railway station|Hefei South Railway Station]]"
local hwrws = "[[Hefei West railway station|Hefeixi Railway Station]]"

local p = {
	["system title"] = "[[Hefei Metro]]",
	["system color"] = "bbbbbb",
	["station format"] = {
		"%1 station",
		["Longgang"] = m,
		["Luogang"] = m,
		["Nangang"] = m,
		["Wulidun"] = m,
		["Hefei"] = hrws,
		["Hefei South"] = hsrws,
		["Hefeixi"] = hwrws,
		["Hefei West"] = hwrws,
		["Hefeixi Railway Station"] = hwrws,
		["Hefei West Railway Station"] = hwrws,
	},
	["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