Related changes
Jump to navigation
Jump to search
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
26 February 2026
| N 12:27 | Module:GetNPCImage diffhist +1,179 Ais talk contribs (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...") | ||||
| N 12:27 | Template:GetNPCImage diffhist +156 Ais talk contribs (Created page with "<includeonly>{{#invoke:GetNPCImage|getImage}}</includeonly> <noinclude> Extracting images from InfoboxNPC Usage: {{GetNPCImage|Character Name}} </noinclude>") | ||||