Module:Adjacent stations/New Taipei Metro
MyWikiBiz, Author Your Legacy — Friday October 31, 2025
Jump to navigationJump to searchDocumentation for this module may be created at Module:Adjacent stations/New Taipei Metro/doc
-- Template not yet implemented
local p = {
	["system title"] = "[[New Taipei Metro]]",
	["station format"] = {
		"%1 light rail station",
		["Hongshulin"] = "%1 station"
	},
	["lines"] = {
		["V"] = {
			["title"] = "[[Danhai light rail]]",
			["color"] = "e5554f",
			["left terminus"] = "Kanding",
			["right terminus"] = "Hongshulin"
		},
		["K"] = {
			["title"] = "[[Ankeng light rail]]",
			["color"] = "c3b091",
			["left terminus"] = "",
			["right terminus"] = "",			
		}
	},
	["aliases"] = {
		["danhai"] = "V",
		["ankeng"] = "K"
	}
}
return p
