All public logs

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

Logs
  • 18:38, 12 February 2024 Couchor talk contribs created page Module:LocationsSearch/Countries (Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local CountryData = mw.loadData('Module:Localisation/Data') local p = {} function p.main(frame) local args = getArgs(frame) local tables = 'Locations' local fields = 'country' local cargoArgs = { groupBy = 'Locations.country' } local results = cargo.query(tables, fields, cargoArgs) local container = mw.html.create('div'):addClass('dropdown__content'):attr('id', 'country--dropdow...")