Module:Lua test

From Visual Data Wiki
Revision as of 16:24, 28 February 2024 by Uschuetzenmeister (talk | contribs)
Jump to navigation Jump to search

Lua test documentation


local p = {}
function p.hello(frame)
    return 'Hello, my ' .. frame.args[1] .. ' is ' .. frame.args[2]
end
return p