Documentation for this module may be created at Module:ExperiencePicture/doc
local p = {}
function p.fn(frame)
local origArgs = (type(frame.getParent) == "function") and frame:getParent().args or frame
local ret = 4 * 7
mw.log("log test")
mw.log(origArgs)
return ret
end
-- =p.fn({"add\ndfdd","b","c","text"})
return p