All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Dothack Info. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:30, 21 September 2023 MysteryCorgi talk contribs imported Module:Navbox with collapsible groups by file upload (1 revision)
- 16:41, 16 November 2022 MysteryCorgi 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...")