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).
- 23:37, 19 June 2023 Blackcat talk contribs imported Module:Aligned table by file upload (1 revision)
- 21:12, 19 June 2023 Delete page script talk contribs deleted page Module:Aligned table
- 20:13, 19 June 2023 Blackcat talk contribs imported Module:Aligned table by file upload (1 revision)
- 15:54, 19 June 2023 Blackcat talk contribs created page Module:Aligned table (Created page with "-- This module implements {{aligned table}} local p = {} local function isnotempty(s) return s and s:match( '^%s*(.-)%s*$' ) ~= '' end function p.table(frame) local args = (frame.args[3] ~= nil) and frame.args or frame:getParent().args local entries = {} local colclass = {} local colstyle = {} local cols = tonumber(args['cols']) or 2 -- create the root table local root = mw.html.create('table') -- add table style for fullwidth if isnotempty(args['fullwidth'...")