All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Parallel Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:33, 24 October 2023 Diamondback88 talk contribs imported Module:ProcessArgs by file upload (1 revision) (Imported from minecraft.wiki)
- 07:30, 24 October 2023 Diamondback88 talk contribs deleted page Module:ProcessArgs (Mass removal of pages selected by DPL query: nottitlematch = %Parallel%namespace = Template | Module)
- 18:56, 21 June 2022 Hypermoron talk contribs imported Module:ProcessArgs by file upload (1 revision)
- 17:43, 19 May 2022 Diamondback88 talk contribs deleted page Module:ProcessArgs (content was: "local p = {} function p.norm( origArgs ) if type( origArgs ) ~= 'table' then origArgs = mw.getCurrentFrame():getParent().args end local args = {} for k, v in pairs( origArgs ) do v = mw.text.trim( tostring( v ) ) if v ~= '' then args[k] = v end end return args end function p.merge( origArgs, parentArgs, norm ) if type( origArgs ) ~= 'ta...", and the only contributor was "Diamondback88" (talk))
- 17:34, 19 May 2022 Diamondback88 talk contribs created page Module:ProcessArgs (Created page with "local p = {} function p.norm( origArgs ) if type( origArgs ) ~= 'table' then origArgs = mw.getCurrentFrame():getParent().args end local args = {} for k, v in pairs( origArgs ) do v = mw.text.trim( tostring( v ) ) if v ~= '' then args[k] = v end end return args end function p.merge( origArgs, parentArgs, norm ) if type( origArgs ) ~= 'table' then norm = origArgs local f = mw.getCurrentFrame() origArgs = f.args parentArgs = f:getParent().args...")