This is an example module with a single function named "hello_world". It is used in Scribunto: An Introduction/Your first module.
{{#invoke:hello|hello_world}}
p = {} function p.hello_world() return "Hello, world!" end return p