All public logs

From Love and Deepspace Wiki

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

Logs
  • 16:14, 5 February 2024 Elaeagnifolia talk contribs created page Module:CargoQuery (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...")