Main public logs
Combined display of all available logs of Idea Supreme. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:48, 2 July 2025 Admin talk contribs created page Special:Badtitle/NS828:UserProfileImageByAuthor (Created page with "local p = {} function p.getAuthorImage(frame) local args = frame.args local width = args.width or '100' local height = args.height or width -- fallback to width if height not provided local title = mw.title.getCurrentTitle() if not title or title.isExternal then return '' end local author = title:getCreator() if not author then return '' end local user = mw.user.new(author) if not user or not user:isRegistered() then return '' end local image = us...")