contributors, delete_pages, Interface administrators
4,701
edits
FaeriMagic (talk | contribs) (Created page with "{{used in system}} {{module rating|p}} {{cascade-protected template|page=module}} {{lua|Module:Exponential search|noprotcat=yes}} This module includes a 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 called directly from #invoke. == Loading the module == To use any of the functions, first you must load the module. <syntaxhighlight lang="lua"> local TableTools = require('Module:TableToo...") |
FaeriMagic (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
{{lua|Module:Exponential search|noprotcat=yes}} | {{lua|Module:Exponential search|noprotcat=yes}} | ||
This module includes a 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 called directly from #invoke. | This module includes a 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 called directly from #invoke. |