Module:Test

From ProleWiki, the proletarian encyclopedia
Revision as of 16:56, 14 April 2024 by Forte (talk | contribs) (Testing module to see how it returns content)
local p = {}
function p.test( frame )
	return frame.getContent()
end
return p