這是一個用Lua編寫的Hello World程式
{{#invoke:test|hello}}
local p = {} function p.hello() return "Hello, world!" end return p