Jump to content

Module:Adjacent stations/Seoul Metropolitan Subway

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by AJP426 (talk | contribs) at 09:49, 6 September 2020 (Created page with 'local p = { ["system title"] = "Seoul Subway", ["system icon"] = "", ["station format"] = { "%1 station", ["Loop"] = "Loop (...'). 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 p = {
	["system title"] = "[[Seoul Metropolitan Subway|Seoul Subway]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Loop"] = "Loop (via [[Eungam station|Eungam]]",
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Seoul Subway Line 1|Line 1]]",
			["color"] = "0d3692",
			["left terminus"] = "Soyosan",
			["right terminus"] = {"Sinchang", "Incheon"},
			["types"] = {
				["GW"] = {
					["title"] = "<small>Gyeongwon Express</small>",
					["left terminus"] = "Soyosan",
					["right terminus"] = "Incheon",
				},
			    ["GI"] = {
					["title"] = "<small>Gyeongin Express</small>",
					["left terminus"] = "Yongsan",
					["right terminus"] = "Dongincheon",
				},
			    ["GB"] = {
					["title"] = "<small>Gyeongbu Express</small>",
					["left terminus"] = "Cheongnyangni",
					["right terminus"] = "Sinchang",
				},
			    ["Gwangmyeong shuttle service"] = {
					["title"] = "<small>Gwangmyeong Shuttle Service</small>",
					["left terminus"] = "Yeongdeungpo",
					["right terminus"] = "Gwangmyeong",
				},
			},
		},
		["2"] = {
			["title"] = "[[Seoul Subway Line 2|Line 2]]",
			["color"] = "33a23d",
			["left terminus"] = "anticlockwise / outer",
			["right terminus"] = "clockwise / inner",
			["circular"] = true,
			["types"] = {
				["Seongsu"] = {
					["title"] = "<small>Seongsu Branch</small>",
					["left terminus"] = "Seongsu",
					["right terminus"] = "Sinseol-dong",
				},
			    ["Sinjeong"] = {
					["title"] = "<small>Sinjeong Branch</small>",
					["left terminus"] = "Sindorim",
					["right terminus"] = "Kkachisan",
				},
			},
		},
		["3"] = {
			["title"] = "[[Seoul Subway Line 3|Line 3]]",
			["color"] = "fe5b10",
			["left terminus"] = "Daehwa",
			["right terminus"] = "Ogeum",
		},
	    ["4"] = {
			["title"] = "[[Seoul Subway Line 4|Line 4]]",
			["color"] = "32a1c8",
			["left terminus"] = "Danggogae",
			["right terminus"] = "Oido",
		},
	    ["5"] = {
			["title"] = "[[Seoul Subway Line 5|Line 5]]",
			["color"] = "8b50a4",
			["left terminus"] = "Banghwa",
			["right terminus"] = {"Macheon", "Hanam Pungsan"},
			["types"] = {
				["Macheon"] = {
					["title"] = "<small>Macheon Branch</small>",
					["left terminus"] = "Banghwa",
					["right terminus"] = "Macheon",
				},
			},
		},
		["6"] = {
			["title"] = "[[Seoul Subway Line 6|Line 6]]",
			["color"] = "c55c1d",
			["left terminus"] = "Loop",
			["right terminus"] = "Sinnae",
		},
	    ["Eungam loop"] = {
			["title"] = "[[Seoul Subway Line 6|Line 6]]",
			["color"] = "c55c1d",
			["left terminus"] = "Loop-bound",
			["right terminus"] = "Sinnae",
		},
	},
}

return p