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:UtilsCargo: 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 08:2208:22, 6 August 2024MagicPixieDreamGirl talk contribs 8,769 bytes +8,769 Created page with "local p = {} local h = {} local frame = mw.getCurrentFrame() function p.query(tables, fields, args) return mw.ext.cargo.query(tables, fields, args), p.categoryQuerying() end function p.allOf(...) local query for i, v in ipairs({...}) do if type(v) == "table" then for k, v in pairs(v) do v = p.escape(v) query = h.andClause(query, string.format("%s='%s'", k, v)) end else query = h.andClause(query, v) end end return query end function p.anyOf..."