-- https://www.mediawiki.org/wiki/Lua/Tutorial
local p = {}
function p.hello(frame)
return 'Hello, my ' .. frame.args[1] .. ' is ' .. frame.args[2]
end
return p
This site is not affiliated with or endorsed in any way by the Wikimedia Foundation or any of its affiliates. In fact, we fucking despise them.
|