Jump to content

Module:Test3

From Marxist Wiki

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

local p = {}

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