Jump to content

Module:Adjacent stations/Pyongyang Metro

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Jjpachano (talk | contribs) at 09:02, 19 June 2022 (link). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local H = "%1 station (Hyoksin Line)"
local p = {
	["system title"] = "[[Pyongyang Metro]]",
	["system icon"] = "[[File:Logo of the Pyongyang Metro.svg|23px|link=Pyongyang Metro]]",
	["station format"] = {
		"%1 station",
		["Ragwon"] = H,
	},
	["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