Gaa na ọdịnaya

Module:Adjacent stations/Incheon Subway

Shí Wikipedia, njikotá édémédé nke onyobulạ

Documentation for this module may be created at Module:Adjacent stations/Incheon Subway/doc

local incheon = "%1 station (Incheon)"

local p = {
	["system title"] = "[[Incheon Subway]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Arts Center"] = incheon,
		["Mansu"] = incheon,
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Incheon Subway Line 1|Incheon Line 1]]",
			["color"] = "8cadcb",
			["text color"] = "FFFFFF",
			["left terminus"] = "Gyeyang",
			["right terminus"] = "International Business District",
		},
		["2"] = {
			["title"] = "[[Incheon Subway Line 2|Incheon Line 2]]",
			["color"] = "f06a00",
			["text color"] = "FFFFFF",
			["left terminus"] = "Geomdan Oryu",
			["right terminus"] = "Unyeon",
		},
		["3"] = {
			["title"] = "[[Incheon Subway Line 3|Incheon Line 3]]",
			["color"] = "777777",
			["text color"] = "FFFFFF",
		},
	},
}

return p