Module:Adjacent stations/Korail

From blackwiki
Jump to navigation Jump to search

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

local p = {
	["system title"] = "[[File:Korail logo.svg|60px|link=Korail]]",
	["system icon"] = "",
	["header background color"] = "0066B3",
	["header text color"] = "FFFFFF",
	["station format"] = {
		"%1 station",
		["Seoul"] = "Seoul Station",
		["Yongmun"] = "Yongmun station (Yangpyeong)",
		["Uncheon"] = "Uncheon station (Paju)",
                ["Bujeon"] = "Bujeon station (Korail)",
	},
	["lines"] = {
		["ITX-Saemaeul"] = {
			["title"] = "[[ITX-Saemaeul]]",
			["color"] = "FF0000",
			["left terminus"] = "",
			["right terminus"] = "",
		},
	    ["Mugunghwa-ho"] = {
			["title"] = "[[Mugunghwa-ho]]",
			["color"] = "E06040",
			["left terminus"] = "",
			["right terminus"] = "",
		},
	    ["Nuriro"] = {
			["title"] = "''Nuriro''",
			["color"] = "1E90FF",
			["left terminus"] = "",
			["right terminus"] = "",
		},
	    ["Saemaeul-ho"] = {
			["title"] = "[[Saemaeul-ho]]",
			["color"] = "1E90FF",
			["left terminus"] = "Yongsan",
			["right terminus"] = "Iksan",
		},
	    ["Gyeongjung"] = {
			["title"] = "[[Gyeongui–Jungang Line]]",
			["note-mid"] = "Local",
			["color"] = "73c6a6",
			["left terminus"] = "Munsan",
			["right terminus"] = "Jipyeong",
			["types"] = {
				["GY"] = {
					["title"] = "",
					["note-mid"] = "Gyeongui Express",
					["left terminus"] = "Munsan",
					["right terminus"] = "Jipyeong",
				},
			    ["GS"] = {
					["title"] = "",
					["note-mid"] = "Gyeongui Express Line",
					["left terminus"] = "Munsan",
					["right terminus"] = "Seoul",
				},
			    ["J"] = {
					["title"] = "",
					["note-mid"] = "Jungang Express",
					["left terminus"] = "Munsan",
					["right terminus"] = "Yongmun",
				},
			    ["Munsan - Dorasan"] = {
					["title"] = "",
					["note-mid"] = "Munsan–Imjingang Shuttle",
					["left terminus"] = "Imjingang",
					["right terminus"] = "Munsan",
				},
			},
		},
	    ["Sea Train"] = {
			["title"] = "[[Sea Train (Korail)|Sea Train]]",
			["color"] = "3698D2",
			["left terminus"] = "Samcheok",
			["right terminus"] = "Gangneung",
		},
	    ["S-Train"] = {
			["title"] = "[[S-Train (Korail)|S-Train]]",
			["color"] = "074286",
			["left terminus"] = "Seoul",
			["right terminus"] = "Yeosu Expo",
			["types"] = {
				["West"] = {
					["title"] = "West",
					["note-mid"] = "",
					["left terminus"] = "Seoul",
					["right terminus"] = "Masan",
				},
			    ["East"] = {
					["title"] = "East",
					["note-mid"] = "",
					["left terminus"] = "Busan",
					["right terminus"] = "Yeosu Expo",
				},
			},
		},
	    ["DMZ Train"] = {
			["title"] = "[[File:DMZ Train Logo.png|40px]]<br/>[[DMZ Train]]",
			["color"] = "074286",
			["left terminus"] = "",
			["right terminus"] = "",
			["types"] = {
				["West"] = {
					["title"] = "West",
					["note-mid"] = "([[DMZ Train#Suspension|Suspended service]])",
					["left terminus"] = "Dorasan",
					["right terminus"] = "Seoul",
				},
			    ["East"] = {
					["title"] = "East",
					["note-mid"] = "",
					["left terminus"] = "Baengmagoji",
					["right terminus"] = "Seoul",
				},
			},
		},
	    ["G-Train"] = {
			["title"] = "[[G-Train (Korail)|G-Train]]",
			["color"] = "F9BE00",
			["left terminus"] = "Yongsan",
			["right terminus"] = "Iksan",
		},
	},
}

return p