Module:User:kc kennylau

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


local export = {}

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

return export