| Alpha | This module is rated as alpha. It is ready for third-party input, and may be used on a few pages to see if problems arise, but should be watched. Suggestions for new features or changes in their input and output mechanisms are welcome. |
Usage edit source
{{#invoke:Sandbox/A8v|function_name}}
}}
-- For unit tests, see [[Module:Bananas/testcases]]
local p = {}
function p.hello()
return Hello
end
return p