Module:Adjacent stations/New Taipei Metro

MyWikiBiz, Author Your Legacy — Sunday November 03, 2024
Jump to navigationJump to search

Documentation 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