Module:Sandbox/Licsth/Test

Revision as of 23:16, 28 February 2019 by imported>Pppery (Pppery moved page Module:Sandbox/Test to Module:Sandbox/Licsth/Test without leaving a redirect: Module:Sandbox pages should go with a user)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Sandbox/Licsth/Test/doc

local p = {}
function p.hello(frame)
    return 'Hello'
end
return p