Module:Adjacent stations/Korail

MyWikiBiz, Author Your Legacy — Friday May 03, 2024
Jump to navigationJump to search
local korail = "%1 station (Korail)"

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",
		["Bujeon"] = korail,
		["Jwacheon"] = korail,
		["Sasang"] = korail,
		["Seoul"] = "Seoul Station",
		["Dongdaegu"] = "Dongdaegu Station",
		["Gwangju Songjeong"] = "Gwangju Songjeong Station",
		["Uncheon"] = "Uncheon station (Paju)",
		["Yongmun"] = "Yongmun station (Yangpyeong)",
	},
	["lines"] = {
	    ["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",
		},
	    ["Mugunghwa-ho"] = {
			["title"] = "[[Mugunghwa-ho]]",
			["color"] = "E06040",
			["types"] = {
				["Bujeon–Cheongnyangni"] = {
					["title"] = "",
					["left terminus"] = "Bujeon",
					["right terminus"] = "Cheongnyangni",
				},
				["Bujeon–Dongdaegu"] = {
					["title"] = "",
					["left terminus"] = "Bujeon",
					["right terminus"] = "Dongdaegu",
				},
				["Bujeon–Donghae"] = {
					["title"] = "",
					["left terminus"] = "Bujeon",
					["right terminus"] = "Donghae",
				},
				["Seoul–Busan"] = {
					["title"] = "",
					["left terminus"] = "Seoul",
					["right terminus"] = "Busan",
				},
				["Seoul–Jecheon"] = {
					["title"] = "",
					["left terminus"] = "Seoul",
					["right terminus"] = "Jecheon",
				},
				["Seoul–Jinju"] = {
					["title"] = "",
					["left terminus"] = "Seoul",
					["right terminus"] = "Jinju",
				},
				["Suncheon–Pohang"] = {
					["title"] = "",
					["left terminus"] = "Suncheon",
					["right terminus"] = "Pohang",
				},
			},
		},
	    ["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",
				},
			},
		},
		-- Used for color headers on rolling stock articles
		["ITX-Saemaeul"] = {
			["title"] = "[[ITX-Saemaeul]]",
			["color"] = "FF0000",
		},
	    ["Nuriro"] = {
			["title"] = "''Nuriro''",
			["color"] = "1E90FF",
		},
	    ["Saemaeul-ho"] = {
			["title"] = "[[Saemaeul-ho]]",
			["color"] = "1E90FF",
		},
	},
}

return p