Difference between revisions of "Module:Alex test"

From RobotX
Jump to navigation Jump to search
Mediawiki>Shirayuki
m (Reverted edits by 217.33.39.10 (talk) to last revision by Alex brollo)
(No difference)

Revision as of 13:23, 21 January 2015

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