The page has not been checked
Documentation for this module may be created at Module:Sandbox/Test/doc
-- Placeholder only! Do not add code. -- For unit tests, see [[Module:Bananas/testcases]] local p = {} function p.hello() return "Hello" end return p