Module:LocationsLanding/List: Revision history

From TwogPedia

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.

11 March 2024

12 February 2024

  • curprev 18:3918:39, 12 February 2024Couchor talk contribs 3,022 bytes +3,022 Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local LocationWidget = require('Module:Infobox/Widget/Location') local p = {} function p.main(frame) local args = getArgs(frame) local whereStr = '' if args.type then whereStr = whereStr .. 'Locations.type HOLDS "' .. args.type .. '"' end if args.country then local countries = mw.text.split(args.country, ',') if whereStr ~= '' then whereStr = whereStr .. ' AND ' end whereStr =..."