Jump to content

Module:Test2

Unchecked
From Wikipedia

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

local p = {}

function p.hello( frame )
    return "[https://google.com]"
end

function p.roktim(frame)
return "hello roktim!"
end
function p.user(frame)
local s = frame.args[1]
return "hello " , s
end
return p