模块:Example:修订间差异

来自图琴维基
跳到导航 跳到搜索
(测试Lua)
(没有差异)

2025年6月5日 (四) 16:56的版本

此模块的文档可以在模块:Example/doc创建

return {
  hello = function( frame )
    return "Hello from Lua!"
  end
}