Module:Random
From MuttWiki
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
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