Module:TableTools/doc: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    12 June 2023

    • curprev 03:4903:49, 12 June 2023Penguinplushie talk contribs 10,037 bytes +10,037 Created page with "{{Documentation subpage}} {{lua|Module:Exponential search|noprotcat=yes}} __NOTOC__ 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:TableTools') </syntaxhighlight> == isPositiveInteger..."