Content deleted Content added
Jackmcbarn (talk | contribs) figure out why this is so slow |
Jackmcbarn (talk | contribs) reduce test case |
||
Line 2:
function p.main(frame)
for k,v in pairs(frame.args) do
args[k] = v
return frame:expandTemplate{ title = "convert/old", args = args }
end
|