Jump to content

Module:Adjacent stations/Pyongyang Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cards84664 (talk | contribs) at 20:12, 2 June 2022 (oops). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Pyongyang Metro]]",
	["system icon"] = "[[File:Logo of the Pyongyang Metro.svg|23px]]",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["Chollima"] = {
			["title"] = "[[Chollima Line]]",
			["color"] = "ff0000",
			["left terminus"] = "Puhung",
			["right terminus"] = "Pulgunbyol",
		},
		["Hyoksin"] = {
			["title"] = "[[Hyoksin Line]]",
			["color"] = "008008",
			["left terminus"] = "Kwangbok",
			["right terminus"] = "Ragwon",
		},
	},
}

return p