Raxter
创建页面,内容为“-- 摘自中文维基百科:https://zh.wikipedia.org/wiki/Module:Arguments -- 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 ev…”