Main public logs

Jump to navigation Jump to search

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

Logs
  • 17:21, 28 November 2025 LVL talk contribs created page Module:IconList (Created page with "local p = {} local Icon = require('Module:Icon') function p.parse(frame) local input = frame.args[1] or "" local size = frame.args[2] or "35px" if input == "" then return "" end local result = {} -- Split by comma for item in string.gmatch(input, '([^,]+)') do -- Trim whitespace item = item:match("^%s*(.-)%s*$") -- Create a fake frame to pass to the existing Icon module local fakeFrame = { getPa...")