Module:Adjacent stations/ITC

From blackwiki
< Module:Adjacent stations
Revision as of 12:51, 23 September 2020 by blackwiki>AJP426 (Created page with 'local p = { ["system title"] = "Incheon Subway", ["system icon"] = "", ["station format"] = { "%1 station", [""] = "", }, ["lines"] = { ["1"] = {...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

local p = {
	["system title"] = "[[Incheon Subway]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		[""] = "",
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Incheon Subway Line 1|Line 1]]",
			["color"] = "8cadcb",
			["left terminus"] = "Gyeyang",
			["right terminus"] = "Songdo Moonlight Festival Park",
		},
	    ["2"] = {
			["title"] = "[[Incheon Subway Line 2|Line 2]]",
			["color"] = "f06a00",
			["left terminus"] = "Geomdan Oryu",
			["right terminus"] = "Unyeon",
		},
	    ["3"] = {
			["title"] = "[[Incheon Subway Line 3|Line 3]]",
			["color"] = "777777",
			["left terminus"] = "",
			["right terminus"] = "",
		},
	},
}

return p