跳转到内容

模块:Test:修订历史

差异选择:选中要对比的修订的单选按钮,然后按Enter键或下面的按钮。
说明:(当前)=与最后修订的差异,(之前)=与上个修订的差异,=小编辑。

2025年9月8日 (星期一)

2025年9月5日 (星期五)

  • 当前之前 17:122025年9月5日 (五) 17:12 Czhen 留言 贡献 194字节 −11,973 页面内容被替换为“-- 定义一个模块表 local p = {} -- 添加一个简单的函数 function p.hello() return "Hello, World! 这是一个简单的MediaWiki模块示例。" end -- 返回模块表 return p” 标签替换
  • 当前之前 16:582025年9月5日 (五) 16:58 Czhen 留言 贡献 12,167字节 +12,167 创建页面,内容为“-- Two dashes start a one-line comment. --[[ Adding two ['s and ]'s makes it a multi-line comment. --]] ---------------------------------------------------- -- 1. Variables and flow control. ---------------------------------------------------- num = 42 -- All numbers are doubles. -- Don't freak out, 64-bit doubles have 52 bits for -- storing exact int values; machine precision is -- not a problem for ints that need < 52 bits. s = 'walternate' --…”