Module:Sandbox/Alexiscoutinho

This is an old revision of this page, as edited by Alexiscoutinho (talk | contribs) at 03:47, 22 March 2020 (Undid revision 946744956 by Alexiscoutinho (talk)). 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
    local numwidth = frame.args.numwidth
    local collapsible = frame.args.collapsible
    return string.byte(data, 5, 10)
end
return p