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:40, 10 February 2020 (Replaced content with 'local export = {} global_count = (global_count or 0) + 1 function export.show(frame) return global_count end return export'). 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