Jump to content

Module:User:Huhu9001/001

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

local export = {}

local m_01 = require('Module:User:Huhu9001/000')

function export.show(frame)
	return global_count or '(nil)'
end

return export