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
  • 16:26, 30 August 2022 Couchor talk contribs created page Module:Infobox/Widget/Location (Created page with "local CountryData = mw.loadData('Module:Localisation/Data') local Flags = require('Module:Flags') local String = require('Module:StringUtils') local Location = {} function Location.make(args, key) local index = 1 local current = args[key] local currentLocation = args['city'] or args['location'] local container = mw.html.create('div') while not String.isEmpty(current) do local country = CountryData[args.country .. index] local currentTitle = mw.title.getCurr...")