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
  • 13:36, 13 May 2024 Insui talk contribs created page Module:Jctbtm (Created page with "local p = {} local types = mw.loadData("Module:Road data/RJL types") local columns = { -- Constants for how many columns different list types should have. default = 6, -- default exit = 7, -- default + exit number old = 8, -- default + exit number + old exit number } local function parameterParser(args) local keysParam = args.keys if not(keysParam) then return {} end local keys = mw.text.split(keysParam, ",") table.sort(keys) return keys end...")