这是Module:Example的当前版本,由Yinweichen(留言 | 贡献)编辑于2014年1月23日 (四) 17:06 (←建立内容为“-- For unit tests, see Module:Bananas/testcases local p = {} function p.hello() return "Hello, world!" end return p”的新页面)。这个网址是本页该版本的固定链接。
用於維基百科:Lua的示範模組,含單個函數。
{{#invoke:Example|hello}}
-- For unit tests, see [[Module:Bananas/testcases]] local p = {} function p.hello() return "Hello, world!" end return p