Module:CargoQuery: Revision history

From Love and Deepspace Wiki

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.

5 February 2024

  • curprev 16:1416:14, 5 February 2024Elaeagnifolia talk contribs 6,021 bytes +6,021 Created page with "local PARAM_LOOKUP = { ['order by'] = 'orderBy', ['join on'] = 'join', ['group by'] = 'groupBy', table = 'tables', } local h = {} local p = {} function p.main(frame) local args = h.merge() local intro = frame:preprocess(args.intro or '') local outro = frame:preprocess(args.outro or '') local delimiter = args.delimiter or '' local colcount = args.columns or nil local format = args.format or nil result = p.query(args) if (result == args.default or resul..."