用於維基百科:Lua的示範模組,含單個函數。
{{#invoke:Example|hello}}
-- For unit tests, see [[Module:Bananas/testcases]] local p = {} function p.hello() return "Hello, world!" end return p