Module:Random

From MuttWiki
Revision as of 03:48, 22 February 2025 by Bofh (talk | contribs) (testing)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Documentation for this module may be created at Module:Random/doc

local p = {}

function p.test(frame)
	return "This is a test!"
end

return p