BlackHawk
Created page with "--<pre> local p = {} function p.main(frame) local args = frame:getParent().args local _args = {} for w, v in pairs(args) do table.insert(_args,string.format('%s=%s',w,v)) end _args = table.concat(_args,'|') return frame:preprocess(string.format('{{#set:%s}}',_args)) end return p"