Jump to content

Module:Test3

From Marxist Wiki
Revision as of 02:21, 13 March 2025 by Thehighwayman (talk | contribs) (Created page with "local p = {} function p.main(frame) return frame:callParserFunction("REVISIONUSER") end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Test3/doc

local p = {}

function p.main(frame)
	return frame:callParserFunction("REVISIONUSER")
end
return p