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
24 March 2026
| N 17:58 | Module:LinkList diffhist +625 Gpe talk contribs (Created page with "local p = {} function p.main(frame) local input = frame.args[1] if not input or input == "" then input = frame:getParent().args[1] end if not input or input == "" then return "" end local pages = {} for page in mw.text.gsplit(input, ';;', true) do page = mw.text.trim(page) if page ~= "" then table.insert(pages, page) end end table.sort(pages) local output = {}...") | ||||