Main public logs
More actions
Combined display of all available logs of The Tribes Depot. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:13, 10 February 2024 Bigwig talk contribs created page Module:SpecialCategorizer (Created page with "-- This module implements Template:SpecialCategorizer. local blacklist = mw.loadData('Module:SpecialCategorizer/blacklist') local p = {} function p._main(val) if blacklist.isBlacklisted then return nil elseif type(val) == 'function' then -- val is a callback function, so call it return val() else return val end end function p.main(frame) -- Send the value through to p._main as a callback function, so that the -- argument is only expanded if necessary...")