Module:Test
Appearance
Documentation for this module may be created at Module:Test/doc
local p = {}
function p.test(frame)
return "OK"
end
return p
Documentation for this module may be created at Module:Test/doc
local p = {}
function p.test(frame)
return "OK"
end
return p