開啟主選單

求真百科

搜尋結果

  • 模塊:Yesno (分類 Lua metamodules)
    -- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default)
    714位元組 (110 個字) - 2018年7月18日 (三) 04:40
  • 模塊:No globals (分類 Lua metamodules)
    local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('Tried to read nil global ' .. tostring(k), 2) end return nil
    307位元組 (54 個字) - 2019年6月5日 (三) 07:12
  • 模塊:String (分類 Lua metamodules)
    failure. For information on constructing Lua patterns, a form of [regular expression], see: * http://www.lua.org/manual/5.1/manual.html#5.4.1 * http://www
    18 KB (2,751 個字) - 2018年11月6日 (二) 00:44
  • 模塊:Arguments (分類 Lua metamodules)
    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
    8 KB (1,240 個字) - 2018年7月18日 (三) 00:34
  • 模塊:TableTools (分類 Lua metamodules)
    number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should -- -- not be
    12 KB (1,572 個字) - 2019年12月16日 (一) 15:40