Jump to content

Module:Adjacent stations/KSR

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by AJP426 (talk | contribs) at 11:17, 19 September 2020. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Korean State Railway]]",
	["system icon"] = "[[File:DPRKRailway -vector.svg|link=Korean State Railway|15px]]",
	["station format"] = {
		"%1 station",
		["Khasan"] = "[[Khasan railway station|Khasan (Russia)]]",
		["Dorasan"] = "[[Dorasan station|Dorasan (ROK)]]",
		["Seoul"] = "[[Seoul Station|Seoul (ROK)]]",
	},
	["lines"] = {
		["Hongŭi Line"] = {
			["title"] = "[[Hongŭi Line]]",
			["color"] = "FF0000",
			["left terminus"] = "Khasan",
			["right terminus"] = "Hongui",
		},
	    ["Pyongbu Line"] = {
			["title"] = "[[Pyongbu Line]]",
			["color"] = "FF0000",
			["left terminus"] = "Pyongyang",
			["right terminus"] = "Kaesong",
			["types"] = {
			    ["Seoul"] = {
					["title"] = "",
					["note-mid"] = "Not in regular service",
					["left terminus"] = "Pyongyang",
					["right terminus"] = "Seoul",
				},
			},
		},
	},
}

return p