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
20 April 2026
- diffhist Module:uses lua 17:20 +5 Sware talk contribs
- diffhist N Module:uses lua 16:59 +769 Sware talk contribs (Created page with "local export = {} local concat = table.concat local ipairs = ipairs local process_params = require("Module:parameters").process function export.show(frame) local titles = process_params(frame:getParent().args, { [1] = {required = true, type = "title", list = true, namespace = 828} })[1] for i, mod in ipairs(titles) do titles[i] = ("<li>%s</li>"):format(mod.fullText) end return ([===[<div class="floatright notice-box" style="font-size:smaller;border:1px...")