All public logs

Jump to navigation Jump to search

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

Logs
  • 12:34, 13 May 2024 Insui talk contribs created page Module:Jct/city (Created page with "local p = {} local concat = table.concat local insert = table.insert local state local function stateName(args) local AUSabbrs = {NT = "Northern Territory", WA = "Western Australia"} local data = mw.loadData("Module:Jct/statename") local abbr = args.state or args.province local country = args.country if country == 'AUS' then return AUSabbrs[abbr] or data[abbr] else return data[abbr] end end local function location(args, num) local city = args["city" .....")