Module:GetRandomCreature

From Caves of Qud Wiki
Revision as of 20:34, 15 June 2019 by Teamtoto (talk | contribs)
Jump to navigation Jump to search

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

local p = {}
function p.parse(frame)
    return 'Hello, my ' .. frame.args[1] .. ' is ' .. frame.args[2]
end
return p