Module:Test

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