Module:Test

From ProleWiki, the proletarian encyclopedia
Revision as of 16:59, 14 April 2024 by Forte (talk | contribs) (Correcting method call syntax)
local p = {}
function p.test( frame )
	return mw.title.getCurrentTitle():getContent()
end
return p