dev
Documentation icon Module documentation
[create]

The documentation for this module is missing. Click here to create it.

local p = {}

function p.hello(frame)
	local name = frame.args[1] or frame.args["name"]

	return string.format("==%s==", name)
end

return p

---{{#invoke:<module_name>|<function_name>|<args...>}}
---{{#invoke:Sandbox/Squibo123|hello}}