All public logs
From Black Cat Studios
Jump to navigationJump to search
Combined display of all available logs of Black Cat Studios. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:13, 19 June 2023 Blackcat talk contribs imported Module:Lua banner by file upload (1 revision)
- 21:12, 19 June 2023 Delete page script talk contribs deleted page Module:Lua banner
- 19:00, 19 June 2023 Blackcat talk contribs imported Module:Lua banner by file upload (1 revision)
- 04:19, 19 June 2023 Blackcat talk contribs created page Module:Lua banner (Created page with "-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = v:match('^%s*(.-)%s*$') if v ~= '' then args[k] = v end end return p._main(args) end function p._main(args)...")