| [checked revision] | [checked revision] |
No edit summary |
|||
| Line 1: | Line 1: | ||
This module provides utility functions used from other modules. | This module provides utility functions used from other modules. | ||
Revision as of 10:26, 28 June 2024
This module provides utility functions used from other modules.
Usage
Add the following line of code at the top of your file.
local Utils = require("Module:Utils")
-- You may then call functions from this module in your script. For example:
local tableLength = Utils.tableLen(myTable)