Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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