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

All public logs

Combined display of all available logs of The Dream Shrine. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 09:49, 6 August 2024 MagicPixieDreamGirl talk contribs created page Module:UtilsPackage (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...")