模块:Arguments:修订历史

跳转到导航 跳转到搜索

差异选择:选中要对比的版本的单选按钮,按 Enter 键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

2024 年 1 月 23 日 (星期二)

  • 当前之前 22:422024 年 1 月 23 日 (二) 22:42正义羊-JRJSheep 讨论 贡献 10,146 字节 +10,146 创建页面,内容为“-- Adapted from https://www.mediawiki.org/w/index.php?title=Module:Arguments&oldid=2145434 -- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the…”