Jump to content

Module:Adjacent stations/DTRO

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

local dtro = "%1 station (Daegu Metro)"
local d = "%1 station (Daegu)"

local p = {
	["system title"] = "[[Daegu Metro]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Sincheon"] = d,
		["Daegok"] = dtro,
		["Yongsan"] = dtro,
		["Jukjeon"] = dtro,
		["KNU Medical Center"] = "[[Chilgok Kyungpook National University Medical Center station|KNU Medical Center]]",
		["Dongcheon"] = dtro,
		["Guam"] = dtro,
		["Namsan"] = dtro,
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Daegu Metro Line 1|Line 2]]",
			["color"] = "D93F5C",
			["left terminus"] = "Seolhwa–Myeonggok",
			["right terminus"] = "Ansim",
		},
		["2"] = {
			["title"] = "[[Daegu Metro Line 2|Line 2]]",
			["color"] = "00AA80",
			["left terminus"] = "Munyang",
			["right terminus"] = "Yeungnam University",
		},
		["3"] = {
			["title"] = "[[Daegu Metro Line 3|Line 3]]",
			["color"] = "FFB100",
			["left terminus"] = "KNU Medical Center",
			["right terminus"] = "Yongji",		
		},
	},
}

return p