Module:Sandbox/Alexiscoutinho

This is an old revision of this page, as edited by Alexiscoutinho (talk | contribs) at 03:42, 22 March 2020. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p = {}

function p.buildRows( frame )
    local data = frame.args.data
    return "ff"
end

return p