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:52, 10 February 2020 (Created page with 'local export = {} local m_01 = require('Module:User:Huhu9001/000') function export.show(frame) return global_count or '(nil)' end'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local export = {}

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

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