Module:Vardefine: 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.

16 February 2024

  • curprev 01:1901:19, 16 February 2024Elaeagnifolia talk contribs 954 bytes +954 Created page with "local p = {} function p.main(frame) args = require('Module:ProcessArgs').merge() for field, value in pairs(args) do frame:callParserFunction('#vardefine', field, value) end end -- Takes same arguments as Module:Cargo, but will always be limit=1 function p.Cargo(frame) local args = require('Module:ProcessArgs').merge() local query = {} for k, v in pairs(args) do if string.sub(k, 0, 2) == 'q?' then query[string.sub(k, 3)] = v end end query['limit']..."