Module:MonsterBox

From Curse of Aros
Revision as of 12:05, 11 February 2019 by Bart (talk | contribs) (Created page with "local export = {} function export.show(frame) return 'Hello, my ' .. frame.args[1] .. ' is ' .. frame.args[2] end return export")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

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