Jump to content

Module:Adjacent stations/Incheon Subway

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 00:50, 14 October 2020 (text color). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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