Module:User:Benwing2/etymology/templates/inherited

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

This is a private module sandbox of Benwing2, for their own experimentation. Items in this module may be added and removed at Benwing2's discretion; do not rely on this module's stability.


local export = {}

function export.inherited(frame)
	local args, lang, term = require("Module:User:Benwing2/etymology/templates/internal").parse_2_lang_args(frame, nil, "no family")
	return require("Module:User:Benwing2/etymology").format_inherited(lang, term, args["sort"], args["nocat"])
end

return export