Module:Alex test
Documentation for this module may be created at Module:Alex test/doc
local p = {}
function p.hello(frame)
local a1=frame.args[1]
local a2=frame.args[2]
return 'Hello ' .. a1 .. " " .. a2
end
return p
Documentation for this module may be created at Module:Alex test/doc
local p = {}
function p.hello(frame)
local a1=frame.args[1]
local a2=frame.args[2]
return 'Hello ' .. a1 .. " " .. a2
end
return p