All public logs
Jump to navigation
Jump to search
Combined display of all available logs of MB Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:27, 26 February 2026 Ais talk contribs created page Module:GetNPCImage (Created page with "local p = {} function p.getImage(frame) local pageName = frame.args[1] or frame:getParent().args[1] or mw.title.getCurrentTitle().text local title = mw.title.new(pageName) if not title or not title.exists then return "" -- Page doesn't exist, return empty end -- Get the page content local content = title:getContent() if not content then return "" end -- Look for the image parameter in InfoboxNPC -- P...")