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:14, 19 June 2023 Blackcat talk contribs imported Module:Check for unknown parameters by file upload (1 revision)
- 21:12, 19 June 2023 Delete page script talk contribs deleted page Module:Check for unknown parameters
- 18:56, 19 June 2023 Blackcat talk contribs imported Module:Check for unknown parameters by file upload (1 revision)
- 16:15, 19 June 2023 Blackcat talk contribs created page Module:Check for unknown parameters (Created page with "-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing the original wikitext...")