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