Module:User:Theknightwho/lua-uca/make ducet

Hello, you have come here looking for the meaning of the word Module:User:Theknightwho/lua-uca/make ducet. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:User:Theknightwho/lua-uca/make ducet, but we will also tell you about its etymology, its characteristics and you will know how to say Module:User:Theknightwho/lua-uca/make ducet in singular and plural. Everything you need to know about the word Module:User:Theknightwho/lua-uca/make ducet you have here. The definition of the word Module:User:Theknightwho/lua-uca/make ducet will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:User:Theknightwho/lua-uca/make ducet, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.


local export = {}
function export.collate(frame)
	local collation = require("Module:User:Theknightwho/lua-uca/collation")
	local serpent = require("Module:User:Theknightwho/lua-uca/serpent")
	
	local collator = collation.new()
	local content = require("Module:User:Theknightwho/lua-uca/allkeys/" .. frame.args)
	collator:load_ducet(content)
	return serpent.dump(collator.keys)
end
return export