Main public logs

Combined display of various logs. You can select the log type, the user name (case-sensitive except for the first letter) of the acting user, and/or the affected page (full name required, case-sensitive except for the first letter).

Logs
  • 18:52, 17 November 2021 Back ache talk contribs created page Module:Navbox with collapsible groups (Created page with "-- This module implements {{Navbox with collapsible groups}} local q = {} local Navbox = require('Module:Navbox') -- helper functions local function concatstrings(s) local r = table.concat(s, '') if r:match('^%s*$') then r = nil end return r end local function concatstyles(s) local r = table.concat(s, ';') while r:match(';%s*;') do r = mw.ustring.gsub(r, ';%s*;', ';') end if r:match('^%s*;%s*$') then r = nil end return r end function q._navbox(pargs) -- tab...")