Module:GetRandomCreature: Difference between revisions

no edit summary
(Made a better page to test scripting)
 
No edit summary
Line 1: Line 1:
local p = {}
local p = {}
function p.hello(frame)
function p.parse(frame)
     return 'Hello, my ' .. frame.args[1] .. ' is ' .. frame.args[2]
     return 'Hello, my ' .. frame.args[1] .. ' is ' .. frame.args[2]
end
end
return p
return p