All public logs

Jump to navigation Jump to search

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

Logs
  • 14:32, 10 December 2023 Admin talk contribs created page Module:Accordion (Created page with "local p = {} local function trim(s) return mw.ustring.gsub(mw.ustring.gsub(s, '%s', ' '), '^%s*(.-)%s*$', '%1') end local function tablelength(T) local count = 0 for _ in pairs(T) do count = count + 1 end return count end function p.fn(frame) local origArgs = (type(frame.getParent) == 'function') and frame:getParent().args or frame local args = {} for k, v in pairs(origArgs) do if v ~= '' then args[k] = v mw.log(v) end end local...")