-- Template not yet implemented

local p = {
	["system title"] = "New Taipei Metro",
	["station format"] = {
		"%1 LRT station"
	},
	["lines"] = {
		["Danhai"] = {
			["title"] = "[[Danhai light rail]]",
			["types"] = {
				["Blue"] = {
					["color"] = "72aad8",
				},
				["Green"] = {
					["color"] = "6bc06e",
				},
			},
		},
		[""] = {
			["title"] = "",
			["color"] = "",
			["left terminus"] = "",
			["right terminus"] = "",			
		}
	}
}

return p