p =
function p.test(frame)
origArgs =
local args = for k, v in pairs(origArgs) do if v ~= then args[k] = v end end
local ret = for i, v in ipairs(origArgs) do ret = ret .. '*' .. v .. '\n' end return retend
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:User:Mr. Stradivarius/whitespacebug".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.