Module:descendants tree/templates

From Wiktionary, the free dictionary
Jump to navigation Jump to search

local export = {}

function export.show(frame)
	return require("Module:etymology/templates/descendant").descendants_tree(frame)
end

return export