Module:Test

From ProleWiki, the proletarian encyclopedia
Revision as of 00:25, 24 June 2022 by Forte (talk | contribs) (Testing relationship between Lua and MediaWiki)
local p = {}
function p.test(frame)
	local args = frame:getParent().args
	return tostring(args)
end
return p