All public logs

Jump to navigation Jump to search

Combined display of all available logs of BitchSpace. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 02:01, 20 February 2024 IseeL talk contribs created page Module:Userbox (Created page with "local p = {} function p.main(frame) -- pass frame args wholly to getBox local args = frame:getParent().args return p.getBox(args) end function p.getBox(args) local float = args["float"] or "left" local borderWidth = args["border-width"] or args["border-s"] or 1 local borderColor = args["border-color"] or args["border-c"] or args["id-c"] or "#999" local infoBackground = args["info-background"] or args["info-c"] or "#EEE" local logoBackground...")