Documentation for this module may be created at Module:Item/doc
local p = {} function p.getItemNameAndIMG( frame ) local arg = frame.args[1] local text = string.lower(arg) return "among us" end