한 개의 함수를 가진 예제용 루아 모듈입니다.
{{#invoke:bananas|hello}}
-- 헬로 월드! local p = {} function p.hello() return "Hello, world!" end return p