Template:Module sandbox heading
{{#invoke:Module sandbox|function_name}}
-- For unit tests, see [[Module:Example/testcases]] local p = {} function p.hello() return "Hello, world!" end return p