模块:Arguments:修订历史

来自吾萌百科

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

2024年5月19日 (星期日)

2022年2月17日 (星期四)

  • 当前之前 11:292022年2月17日 (四) 11:29Rmolives 讨论 贡献 10,039字节 +10,039 创建页面,内容为“-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. 该模块旨在为其他Lua模块所用,它不应该被#invoke直接调用。 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) == 'string' then…”

2018年8月4日 (星期六)