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 19:35, 2 June 2022 (Created page with 'local p = { ["system title"] = "Pyongyang Metro", ["system icon"] = "23px", ["station format"] = { "%1 station", }, ["lines"] = { ["Chollima"] = { ["title"] = "Chollima Line", ["color"] = "ff0000", ["left terminus"] = "Ponghwa", ["right terminus"] = "Pulgunbyol", }, ["Hyoksin"] = { ["title"] = "Hyoksin Line", ["color"] = "008008", ["left terminus"] = "Kwangbok", ["righ...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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"] = "Ponghwa",
			["right terminus"] = "Pulgunbyol",
		},
		["Hyoksin"] = {
			["title"] = "[[Hyoksin Line]]",
			["color"] = "008008",
			["left terminus"] = "Kwangbok",
			["right terminus"] = "Ragwon",
		},
	},
}

return p