Module:GetRandomCreature

Revision as of 21:21, 15 June 2019 by Teamtoto (talk | contribs)

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

local p = {}
function p.parse(frame)
local a = string.gsub(frame.args[1],"(&)(%w)(.*)(\n?)", "{{Color | %2 | %3}} ")
    return a;
end
return p