Module:GetNPCImage: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

26 February 2026

  • curprev 12:2712:27, 26 February 2026Ais talk contribs 1,179 bytes +1,179 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..."