Anonymous
×
Create a new article
Write your page title here:
We currently have 97 articles on The Dream Shrine. Type your article name above or click on one of the titles below and start writing!



The Dream Shrine

Module:UtilsPackage: Revision history

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.

6 August 2024

  • curprev 09:4909:49, 6 August 2024MagicPixieDreamGirl talk contribs 1,591 bytes +1,591 Created page with "local p = {} -- Combine several submodules together and present them as one module -- Useful when a module is too large to keep all on one page but should still be presented as a unified API to consumers -- See Module:UtilsLayout for example function p.submodules(submodules, sectionHeadings) local module = {} local moduleDoc = {} for i, submodulePage in ipairs(submodules) do local submodule = require(submodulePage) for exportKey, export in pairs(submodule) do..."