Documentation for this module may be created at ਮੌਡਿਊਲ:Adjacent stations/Incheon Subway/doc

local incheon = "%1 station (Incheon)"

local p = {
	["system title"] = "[[Incheon Subway]]",
	["system icon"] = "",
	["name format"] = {
	    ["1"] = "font-size: 160%; font-family:sans-serif; font-weight: bolder; color: #FFFFFF; background-color: #8cadcb;  padding: 0.4em 4px;",
	    ["2"] = "font-size: 160%; font-family:sans-serif; font-weight: bolder; color: #FFFFFF; background-color: #f06a00;  padding: 0.4em 4px;",
	    ["3"] = "font-size: 160%; font-family:sans-serif; font-weight: bolder; color: #FFFFFF; background-color: #777777;  padding: 0.4em 4px;",
	},
    ["header background color"] = {
		["1"] = "8cadcb",
		["2"] = "f06a00",
		["3"] = "777777",
	},
    ["header text color"] = "ffffff",
	["station format"] = {
		"%1 station",
		["Arts Center"] = incheon,
		["Central Park"] = incheon,
		["Gyeongin National University of Education"] = "[[Gyeongin National University of Education station|Gyeongin Nat'l Univ. of Education]]",
		["Mansu"] = incheon,
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Incheon Subway Line 1|Incheon Line 1]]",
			["color"] = "8cadcb",
			["text color"] = "FFFFFF",
			["icon"] = "[[File:Incheon Metro Line 1.svg|16px|alt=]]",
			["left terminus"] = "Gyeyang",
			["right terminus"] = "Songdo Moonlight Festival Park",
		},
		["2"] = {
			["title"] = "[[Incheon Subway Line 2|Incheon Line 2]]",
			["color"] = "f06a00",
			["text color"] = "FFFFFF",
			["icon"] = "[[File:Incheon Metro Line 2.svg|16px|alt=]]",
			["left terminus"] = "Geomdan Oryu",
			["right terminus"] = "Unyeon",
		},
		["3"] = {
			["title"] = "[[Incheon Subway Line 3|Incheon Line 3]]",
			["color"] = "777777",
			["text color"] = "FFFFFF",
		},
	},
}

return p