All public logs

From Polcompball Wiki
Jump to navigationJump to search

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

Logs
  • 20:08, 18 March 2023 TheGhostOfInky talk contribs created page Module:LuaLink (Created page with "local utils = {} local function emptyCheck(value) if value == nil then return false elseif value == "" then return false elseif value == {} then return false else return true end end local function parseIcons(params, link) local left, right, i = "", "", 1 while emptyCheck(params["icon" .. i]) do local icon = "[[File:" .. params["icon" .. i] .. "|link=" .. link .. "]]" if i % 2 == 0 then...")
  • 20:07, 18 March 2023 TheGhostOfInky talk contribs deleted page Module:LuaLink (content was: "local utils={} function emptyCheck(value) if value==nil then return false elseif value=="" then return false elseif value=={} then return false else return true end end function utils.user(frame) local name=frame.args[1] or frame:getParent().args[1] local users=mw.loadData("Module:LuaLink/users") if em...", and the only contributor was "DualPlay1" (talk))
  • 12:54, 4 December 2022 DualPlay1 talk contribs created page Module:LuaLink (from PCBA)