Jump to content

Module:Test

From Costa Sano KB
Revision as of 21:15, 10 April 2026 by Mngr (talk | contribs) (Created page with "local p = {} function p.test(frame) return "OK" end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

local p = {}

function p.test(frame)
    return "OK"
end

return p