Jump to content

Module:User:kc kennylau

From Wiktionary, the free dictionary


local export = {}

function export.params(frame)
local params = {["1=3"]={}}
return require("Module:parameters").process(frame:getParent().args, params)["1=3"]
end

return export