用于维基百科:Lua的示范模组,含单个函数。
{{#invoke:Example|hello}}
-- For unit tests, see [[Module:Bananas/testcases]] local p = {} function p.hello() return "Hello, world!" end return p