Module:HASH/sandbox

From Idlescape Wiki
Revision as of 08:30, 24 June 2024 by HASH (talk | contribs) (for testing)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

local p ={}

function p.Monsters_stats(frame)
    return p._Monster_stats(frame:getParent().args)
end

function p._Monster_stats(_args)
    return _args[1]
end