Module:qhv-verb/data: Difference between revisions

No edit summary
No edit summary
Line 1,327: Line 1,327:


setmetatable(d["cluster"], {__call = function(self, args, data)
setmetatable(d["cluster"], {__call = function(self, args, data)
data.decl_type = "cluster"
return d["fricative"](args, data)
return d["fricative"](args, data)
end
end