模块:Test:修订间差异
外观
无编辑摘要 标签:已被回退 |
无编辑摘要 标签:手工回退 已被回退 |
||
第1行: | 第1行: | ||
local p = {} | local p = {} | ||
function p. | function p.add(frame) | ||
return | return tonumber(frame.args[1]) + tonumber(frame.args[2]) | ||
end | end | ||
return p | return p |
2025年4月13日 (日) 01:08的版本
此模块的文档可以在模块:Test/doc创建