Module:MonsterBox
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
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