Module:Test

From CIWA
Revision as of 19:09, 2 June 2026 by Brett (talk | contribs) (Created page with "local p = {} function p.hello( frame ) return "Hello, world!" end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Script error: Lua error: Internal error: The interpreter exited with status 127.

local p = {}

function p.hello( frame )
    return "Hello, world!"
end

return p