Jump to content

Module:Test3: Difference between revisions

From Marxist Wiki
Created page with "local p = {} function p.main(frame) return frame:callParserFunction("REVISIONUSER") end return p"
 
m Protected "Module:Test3" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
 
(No difference)

Latest revision as of 02:21, 13 March 2025

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

local p = {}

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