Difference between revisions of "Module:HASH/sandbox"
Jump to navigation
Jump to search
(for testing) |
(No difference)
|
Revision as of 08:30, 24 June 2024
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