Jump to content

Module:User:Huhu9001/000

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Huhu9001 (talk | contribs) at 11:25, 10 April 2020 (Undid revision 950133349 by Huhu9001 (talk)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local export = {}

global_count = (global_count or 0) + 1

function export.show(frame)
    return global_count
end

return export