跳到内容
折叠侧栏
搜索
个人工具
创建账号
登录
导航
首页
最近更改
随机页面
编辑方针
备忘录
参与创作
文件上传
工具
链入页面
相关更改
Atom
特殊页面
页面信息
帮助
模块:Arguments:修订历史
模块
讨论
English
阅读
查看源代码
查看历史
更多
阅读
查看源代码
查看历史
查看该页面的日志
筛选修订版本
展开
折叠
截止日:
标签
过滤器:
已被回退
手工回退
新重定向
替换
清空
显示版本
差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:
(当前)
=与最后版本之间的差异,
(之前)
=与上一版本之间的差异,
小
=小编辑。
2023年6月23日 (星期五)
当前
之前
18:50
2023年6月23日 (五) 18:50
Admin
讨论
贡献
10,054字节
+10,054
创建页面,内容为“-- 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 -- options every time we call it. local function tidyValDefault(key, val) if type(val) ==…”